.sc-countdown-timer {
display: flex;
justify-content: center;
}
.sc-countdown-timer.aligncenter {
text-align: center;
}
.sc-countdown-timer.alignright { text-align: right;
}
:where(.sc-countdown-timer) {
box-shadow: none;
text-decoration: none;
border-radius: 9999px;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.sc-countdown-timer.has-custom-width {
max-width: none;
width: 100%;
}
.sc-countdown-timer__width-100 .sc-upsell-countdown-timer {
width: 100%;
flex-basis: 100%;
}
.sc-countdown-timer__width-25 .sc-upsell-countdown-timer{
width: 25% !important;
}
.sc-countdown-timer__width-50 .sc-upsell-countdown-timer{
width: 50% !important;
}
.sc-countdown-timer__width-75 .sc-upsell-countdown-timer{
width: 75% !important;
}
.sc-countdown-timer.is-style-squared {
border-radius: 0;
}
.sc-countdown-timer.no-border-radius {
border-radius: 0 !important;
}
.sc-countdown-timer.is-style-outline > .sc-countdown-timer,
.sc-countdown-timer.is-style-outline {
border: 2px solid currentColor;
padding: 0.667em 1.333em;
}
.sc-countdown-timer.is-style-outline > .sc-countdown-timer:not(.has-text-color),
.sc-countdown-timer.is-style-outline:not(.has-text-color) {
color: currentColor;
}
.sc-countdown-timer.is-style-outline > .sc-countdown-timer:not(.has-background),
.sc-countdown-timer.is-style-outline:not(.has-background) {
background-color: transparent;
background-image: none;
}
.sc-countdown-timer:where(.has-border-color) {
border-width: initial;
}
.sc-countdown-timer:where([style*='border-top-color']) {
border-top-width: initial;
}
.sc-countdown-timer:where([style*='border-right-color']) {
border-right-width: initial;
}
.sc-countdown-timer:where([style*='border-bottom-color']) {
border-bottom-width: initial;
}
.sc-countdown-timer:where([style*='border-left-color']) {
border-left-width: initial;
}
.sc-countdown-timer:where([style*='border-style']) {
border-width: initial;
}
.sc-countdown-timer:where([style*='border-top-style']) {
border-top-width: initial;
}
.sc-countdown-timer:where([style*='border-right-style']) {
border-right-width: initial;
}
.sc-countdown-timer:where([style*='border-bottom-style']) {
border-bottom-width: initial;
}
.sc-countdown-timer:where([style*='border-left-style']) {
border-left-width: initial;
}.sc-block-button__link {
cursor: pointer;
display: inline-block;
text-align: center;
word-break: break-word;
box-sizing: border-box !important;
width: 100%;
}
.sc-block-button__link.aligncenter {
text-align: center;
}
.sc-block-button__link.alignright { text-align: right;
}
:where(.sc-block-button__link) {
box-shadow: none;
text-decoration: none;
border-radius: 9999px;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.sc-block-button[style*="text-decoration"] .sc-block-button__link {
text-decoration: inherit;
}
.sc-block-buttons > .sc-block-button.has-custom-width {
max-width: none;
}
.sc-block-button.has-custom-width .sc-block-button__link {
width: 100%;
}
.sc-block-buttons > .sc-block-button.has-custom-font-size .sc-block-button__link {
font-size: inherit;
}
.sc-block-buttons > .sc-block-button.has-custom-width {
width: 100%;
}
.sc-block-button {
display: inline-block
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-25,
.sc-block-button.sc-block-button__width-25 {
width: calc(25% - (var(--wp--style--block-gap, 0.5em) * 0.75));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-50,
.sc-block-button.sc-block-button__width-50 {
width: calc(50% - (var(--wp--style--block-gap, 0.5em) * 0.5));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-75,
.sc-block-button.sc-block-button__width-75 {
width: calc(75% - (var(--wp--style--block-gap, 0.5em) * 0.25));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-100,
.sc-block-button.sc-block-button__width-100 {
width: 100%;
flex-basis: 100%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-25 {
width: 25%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-50 {
width: 50%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-75 {
width: 75%;
}
.sc-block-button.is-style-squared, .sc-block-button__link.sc-block-button.is-style-squared {
border-radius: 0;
}
.sc-block-button.no-border-radius, .sc-block-button__link.no-border-radius {
border-radius: 0 !important;
}
.sc-block-button.is-style-outline > .sc-block-button__link, .sc-block-button .sc-block-button__link.is-style-outline {
border: 2px solid currentColor;
padding: 0.667em 1.333em;
}
.sc-block-button.is-style-outline > .sc-block-button__link:not(.has-text-color), .sc-block-button .sc-block-button__link.is-style-outline:not(.has-text-color) {
color: currentColor;
}
.sc-block-button.is-style-outline > .sc-block-button__link:not(.has-background), .sc-block-button .sc-block-button__link.is-style-outline:not(.has-background) {
background-color: transparent;
background-image: none;
}
.sc-block-button .sc-block-button__link:where(.has-border-color) {
border-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-top-color"]) {
border-top-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-right-color"]) {
border-right-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-bottom-color"]) {
border-bottom-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-left-color"]) {
border-left-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-style"]) {
border-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-top-style"]) {
border-top-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-right-style"]) {
border-right-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-bottom-style"]) {
border-bottom-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*="border-left-style"]) {
border-left-width: initial;
}.sc-block-button__link {
cursor: pointer;
display: inline-block;
text-align: center;
word-break: break-word;
box-sizing: border-box !important;
width: 100%;
}
.sc-block-button__link.aligncenter {
text-align: center;
}
.sc-block-button__link.alignright { text-align: right;
}
:where(.sc-block-button__link) {
box-shadow: none;
text-decoration: none;
border-radius: 9999px;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.sc-block-button[style*='text-decoration'] .sc-block-button__link {
text-decoration: inherit;
}
.sc-block-button.has-custom-width .sc-block-button__link {
width: 100%;
}
.sc-block-buttons
> .sc-block-button.has-custom-font-size
.sc-block-button__link {
font-size: inherit;
}
.sc-block-buttons > .sc-block-button.has-custom-width {
width: 100%;
}
.sc-block-button {
display: inline-block;
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-25,
.sc-block-button.sc-block-button__width-25 {
width: calc(25% - (var(--wp--style--block-gap, 0.5em) * 0.75));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-50,
.sc-block-button.sc-block-button__width-50 {
width: calc(50% - (var(--wp--style--block-gap, 0.5em) * 0.5));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-75,
.sc-block-button.sc-block-button__width-75 {
width: calc(75% - (var(--wp--style--block-gap, 0.5em) * 0.25));
}
.sc-block-buttons > .sc-block-button.sc-block-button__width-100,
.sc-block-button.sc-block-button__width-100 {
width: 100%;
flex-basis: 100%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-25 {
width: 25%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-50 {
width: 50%;
}
.sc-block-buttons.is-vertical > .sc-block-button.sc-block-button__width-75 {
width: 75%;
}
.sc-block-button.is-style-squared,
.sc-block-button__link.sc-block-button.is-style-squared {
border-radius: 0;
}
.sc-block-button.no-border-radius,
.sc-block-button__link.no-border-radius {
border-radius: 0 !important;
}
.sc-block-button .sc-block-button__link:where(.has-border-color) {
border-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-top-color']) {
border-top-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-right-color']) {
border-right-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-bottom-color']) {
border-bottom-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-left-color']) {
border-left-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-style']) {
border-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-top-style']) {
border-top-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-right-style']) {
border-right-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-bottom-style']) {
border-bottom-width: initial;
}
.sc-block-button .sc-block-button__link:where([style*='border-left-style']) {
border-left-width: initial;
}
.wp-block-surecart-upsell-no-thanks.is-style-outline,
.wp-block-surecart-upsell-no-thanks.is-style-outline:hover {
background-color: transparent;
background-image: none;
}.givewp-campaign-comment-block-card{display:flex;gap:var(--givewp-spacing-3);padding:var(--givewp-spacing-4) 0}.givewp-campaign-comment-block-card__avatar{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.givewp-campaign-comment-block-card__avatar img{align-items:center;border-radius:50%;display:flex;height:auto;justify-content:center;min-width:40px;width:100%}.givewp-campaign-comment-block-card__donor-name{color:var(--givewp-neutral-700);font-size:1rem;font-weight:600;line-height:1.5;margin:0;text-align:left}.givewp-campaign-comment-block-card__details{align-items:center;color:var(--givewp-neutral-400);display:flex;font-size:.875rem;font-weight:500;gap:var(--givewp-spacing-2);height:auto;line-height:1.43;margin:2px 0 var(--givewp-spacing-3) 0;text-align:left}.givewp-campaign-comment-block-card__comment{color:var(--givewp-neutral-700);font-size:1rem;line-height:1.5;margin:0;text-align:left}.givewp-campaign-comment-block-card__read-more{background:none;border:none;color:var(--givewp-blue-500);cursor:pointer;font-size:.875rem;line-height:1.43;outline:none;padding:0}
.givewp-campaign-comments-block-empty-state{align-items:center;background-color:var(--givewp-shades-white);border:1px solid var(--givewp-neutral-50);border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;padding:var(--givewp-spacing-6)}.givewp-campaign-comments-block-empty-state__details{align-items:center;display:flex;flex-direction:column;gap:var(--givewp-spacing-1);justify-content:center;margin:.875rem 0}.givewp-campaign-comments-block-empty-state__title{color:var(--givewp-neutral-700);font-size:1rem;font-weight:500;margin:0}.givewp-campaign-comments-block-empty-state__description{color:var(--givewp-neutral-700);font-size:.875rem;line-height:1.43;margin:0}
.givewp-campaign-comment-block{background-color:var(--givewp-shades-white);display:flex;flex-direction:column;gap:var(--givewp-spacing-2);padding:var(--givewp-spacing-6) 0}.givewp-campaign-comment-block__title{color:var(--givewp-neutral-900);font-size:18px;font-weight:600;line-height:1.56;margin:0;text-align:left}.givewp-campaign-comment-block__cta{align-items:center;background-color:var(--givewp-neutral-50);border-radius:4px;color:var(--giewp-neutral-500);display:flex;font-size:14px;font-weight:600;gap:8px;height:36px;line-height:1.43;margin:0;padding:var(--givewp-spacing-2) var(--givewp-spacing-4);text-align:left}