.svm-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.svm-email-prefill {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 9px 12px;
    margin: 9px 0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px 22px;
}

.svm-email-prefill-copy {
    flex: 1 1 480px;
    margin: 0;
    line-height: 1.25;
}

.svm-email-prefill label {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 540px;
    margin: 0;
}

.svm-email-prefill label span {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    white-space: nowrap;
}

.svm-email-prefill input[type="email"] {
    width: 100%;
    max-width: 380px;
    margin-bottom: 0;
}

#top .svm-email-prefill input[type="email"] {
    margin-bottom: 0;
}

.svm-option,
.svm-section-card,
.svm-suboption {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 10px 14px 10px 26px;
    margin: 8px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.svm-suboption {
    margin: 7px 0 0;
}

.svm-option::before,
.svm-section-card::before,
.svm-suboption::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: var(--afvc-tone, #b2a58d);
}

.afvc-tone-area {
    --afvc-tone: #1f1f1f;
}

.afvc-tone-base {
    --afvc-tone: #8a6236;
}

.afvc-tone-intermedio {
    --afvc-tone: #a1522e;
}

.afvc-tone-avanzato {
    --afvc-tone: #b89a42;
}

.svm-option,
.svm-section-card,
.svm-suboption,
.svm-free-registration,
.svm-member-dashboard,
.svm-video-area,
.svm-renewal,
.svm-notice {
    margin-bottom: .5em;
}

.svm-price {
    float: right;
    font-weight: 700;
}

.svm-configurator .svm-access-option {
    position: relative;
    top: -1px;
    vertical-align: middle;
    accent-color: #b2a58d;
}

.svm-configurator label strong {
    font-size: 1.08em;
}

.svm-microcopy,
p.svm-microcopy {
    clear: both;
    margin: 0 0 0 1.6em;
    line-height: 1.15;
    font-size: 10px;
    opacity: .66;
}

.svm-compare-price {
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 10px;
    font-weight: 400;
    opacity: .58;
}

.svm-implied {
    opacity: .72;
}

.svm-subsections,
.svm-summary {
    clear: both;
    margin-top: .65em;
}

.svm-summary {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 8px 14px;
    background: #fff;
}

.svm-configurator-form .svm-button {
    margin-top: 8px;
}

.woocommerce-checkout .wc-blocks-components-select__select {
    height: 58px !important;
    padding-top: 24px !important;
    padding-bottom: 6px !important;
    line-height: 20px !important;
}

.woocommerce-checkout .wc-blocks-components-select__label {
    top: 6px !important;
    font-size: 10px !important;
    line-height: 12px !important;
}

.afvc-cart-only-access-products .wc-block-components-order-summary-item__quantity,
.afvc-cart-only-access-products .wc-block-components-product-badge {
    display: none !important;
}

.svm-video-section {
    margin: 2em 0;
}

.svm-video-subsection {
    margin: 1.5em 0;
}

.svm-player-wrap {
    position: relative;
    margin: 1em 0;
    max-width: 100%;
    background: #000;
}

.svm-player-wrap iframe,
.svm-player-wrap video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.svm-watermark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 4px;
    pointer-events: none;
}

.svm-locked-section {
    opacity: .65;
}

.svm-video-description {
    margin: .5em 0 1em;
}

@media (max-width: 700px) {
    .svm-email-prefill {
        display: block;
        padding: 10px 14px;
    }

    .svm-email-prefill-copy {
        margin-bottom: 8px;
    }

    .svm-email-prefill label {
        display: block;
    }

    .svm-email-prefill label span {
        margin-bottom: 4px;
        white-space: normal;
    }

    .svm-price {
        float: none;
        display: block;
    }
}
