/* Styles exposed through the Page Builder TinyMCE "Styles" dropdown. */
[data-content-type='text'] .optiekxl-intro {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 600;
}

[data-content-type='text'] .optiekxl-small-text {
    font-size: .875rem;
}

[data-content-type='text'] .optiekxl-disclaimer {
    font-size: .875rem;
    opacity: .75;
}

[data-content-type='text'] .optiekxl-text-left { text-align: left; }
[data-content-type='text'] .optiekxl-text-center { text-align: center; }
[data-content-type='text'] .optiekxl-text-right { text-align: right; }

[data-content-type='text'] .optiekxl-notice,
[data-content-type='text'] .optiekxl-benefit {
    padding: 12px 16px;
    border-left: 4px solid;
}

[data-content-type='text'] .optiekxl-notice {
    border-color: #1f6f8b;
    background: #f2f8fa;
}

[data-content-type='text'] .optiekxl-benefit {
    border-color: #3f7f3f;
    background: #f3faf3;
}

/* Topcon styles. Apply them from: Format > Formats > Topcon. */
[data-content-type='text'] .optiekxl-topcon-banner {
    box-sizing: border-box;
    margin: 1.5rem 0;
    padding: 2.25rem 3rem;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.35;
    font-weight: 500;
    background-color: #3e59af;
    background-image:
        linear-gradient(135deg,
            rgba(20, 93, 177, .38) 0 12%,
            transparent 12% 23%,
            rgba(118, 151, 231, .20) 23% 28%,
            transparent 28% 45%,
            rgba(117, 145, 225, .18) 45% 50%,
            transparent 50%),
        linear-gradient(90deg, #2059af, #4c4b9f);
    background-size: 340px 220px, 100% 100%;
}

[data-content-type='text'] .optiekxl-topcon-title {
    margin: 1.25rem 0 .75rem;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.06;
    font-weight: 400;
    letter-spacing: -.03em;
    background: linear-gradient(115deg, #0663b8 0%, #365ec1 48%, #713fba 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

[data-content-type='text'] .optiekxl-topcon-section-title {
    margin: 2rem 0 1rem;
    color: #075ead;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -.02em;
}

[data-content-type='text'] .optiekxl-topcon-subtitle {
    margin: 1rem 0 .5rem;
    color: #1e57a6;
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: 500;
}

[data-content-type='text'] .optiekxl-topcon-intro {
    font-size: 1.18rem;
    line-height: 1.65;
    color: #22324d;
}

[data-content-type='text'] .optiekxl-topcon-benefit {
    padding: 1rem 1.25rem;
    border-left: 4px solid #1765b1;
    background: #eef5fb;
    color: #173b66;
    font-weight: 600;
}

[data-content-type='text'] .optiekxl-topcon-disclaimer {
    font-size: .8125rem;
    line-height: 1.45;
    color: #596579;
}

@media (max-width: 639px) {
    [data-content-type='text'] .optiekxl-topcon-banner {
        padding: 1.5rem 1.25rem;
        font-size: 1.15rem;
    }
}
