.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;
}span.portal-lucide-icon svg{fill:none!important}.wp-block-suredash-dynamic-icons{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0;width:100%}.wp-block-suredash-dynamic-icons.has-stack-icon-label .wp-block-suredash-dynamic-icon{flex-direction:column}.wp-block-suredash-dynamic-icons .wp-social-link a,.wp-block-suredash-dynamic-icons .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-suredash-dynamic-icons .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin:0;padding:0}.wp-block-suredash-dynamic-icons.aligncenter{display:flex;justify-content:center}.wp-block-suredash-dynamic-icons.alignright{justify-content:flex-end}.wp-block-suredash-dynamic-icon{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-suredash-dynamic-icon{transition:transform .1s ease}}.wp-block-suredash-dynamic-icon a{align-items:center;display:flex;gap:10px;justify-content:center;line-height:0}.wp-block-suredash-dynamic-icon:hover{transform:scale(1.1)}.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link{display:inline-block;margin:0;max-width:40px;padding:0;width:100%}.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link .wp-block-suredash-dynamic-icon-anchor,.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link .wp-block-suredash-dynamic-icon-anchor:active,.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link .wp-block-suredash-dynamic-icon-anchor:hover,.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link .wp-block-suredash-dynamic-icon-anchor:visited{color:currentcolor;fill:currentcolor}@media(max-width:350px){.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon-label{display:none}.wp-block-suredash-dynamic-icons .wp-block-suredash-dynamic-icon.wp-social-link{max-width:none;width:auto}}:where(.wp-block-suredash-dynamic-icons.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-suredash-dynamic-icons.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-suredash-dynamic-icons.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-suredash-dynamic-icons .wp-social-link a){padding:.25em}:root :where(.wp-block-suredash-dynamic-icons.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-suredash-dynamic-icons.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}