/**
 * Serenia Life Schema - Combined Styles
 * FAQ, HowTo, Podcast, and Product Schema blocks
 * Version: 1.3.0
 */

/* ==========================================================================
   STANDALONE PAGE SUPPORT
   When schema blocks are first/only content on a page, add top spacing
   to prevent header overlap
   ========================================================================== */

#serenia-faq-schema-block:first-child,
#serenia-howto-schema-block:first-child,
#serenia-podcast-schema-block:first-child,
#serenia-product-schema-block:first-child,
.wlf-body > #serenia-faq-schema-block:first-of-type,
.wlf-body > #serenia-howto-schema-block:first-of-type,
.wlf-body > #serenia-podcast-schema-block:first-of-type,
.wlf-body > #serenia-product-schema-block:first-of-type {
    padding-top: clamp(100px, 15vw, 150px);
}

/* When inserted after minimal content, ensure proper spacing */
.wlf-single__container > #serenia-faq-schema-block:first-child,
.wlf-single__container > #serenia-howto-schema-block:first-child,
.wlf-single__container > #serenia-podcast-schema-block:first-child,
.wlf-single__container > #serenia-product-schema-block:first-child {
    padding-top: clamp(80px, 12vw, 120px);
}

/* ==========================================================================
   FAQ SCHEMA STYLES
   ========================================================================== */

.wlf-faq-schema {
    padding: 0;
    margin-bottom: clamp(30px, 6.25vw, 60px);
}

.wlf-faq-schema .wlf-faq-schema__outer-container {
    padding: 0;
}

.wlf-faq-schema .wlf-faq-schema__white-container {
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 30px 24px;
}

@media (min-width: 768px) {
    .wlf-faq-schema .wlf-faq-schema__white-container {
        padding: 40px 35px;
    }
}

.wlf-faq-schema .wlf-faq-schema__container {
    max-width: 100%;
    margin: 0 auto;
}

.wlf-faq-schema .wlf-faq-schema__title {
    font-size: clamp(28px, calc(28px + 16 * ((100vw - 400px) / 1040)), 44px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #0B73BA !important;
}

.wlf-faq-schema .wlf-faq-schema__items {
    max-width: 900px;
    margin: 0 auto;
}

.wlf-faq-schema .wlf-faq-schema__item {
    margin-bottom: 30px;
}

.wlf-faq-schema .wlf-faq-schema__item:last-child {
    margin-bottom: 0;
}

.wlf-faq-schema .wlf-faq-schema__question {
    margin-bottom: 15px;
    font-size: calc(20px + (25 - 20) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 500;
    line-height: 1.1;
    color: var(--charcoal);
}

.wlf-faq-schema .wlf-faq-schema__answer {
    font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
    line-height: 1.5;
    color: var(--grey-4);
    padding-left: 20px;
}

@media (min-width: 768px) {
    .wlf-faq-schema .wlf-faq-schema__answer {
        padding-left: 30px;
    }
}

.wlf-faq-schema .wlf-faq-schema__answer p {
    margin-bottom: 10px;
}

.wlf-faq-schema .wlf-faq-schema__answer p:last-child {
    margin-bottom: 0;
}

.wlf-faq-schema .wlf-faq-schema__answer ul,
.wlf-faq-schema .wlf-faq-schema__answer ol {
    margin-bottom: 10px;
    padding-left: 20px;
}

.wlf-faq-schema .wlf-accordion {
    background: transparent;
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

@media (min-width: 768px) {
    .wlf-faq-schema .wlf-accordion {
        padding: 0 30px;
    }
}

.wlf-faq-schema .wlf-accordion:hover {
    box-shadow: none;
}

.wlf-faq-schema .wlf-accordion:last-child {
    margin-bottom: 0;
}

.wlf-faq-schema .wlf-accordion__toggle {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .wlf-faq-schema .wlf-accordion__toggle {
        padding: 25px 0;
    }
}

.wlf-faq-schema .wlf-accordion__title {
    font-size: calc(20px + (25 - 20) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 500;
    line-height: 1.1;
}

.wlf-faq-schema .wlf-accordion__content {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .wlf-faq-schema .wlf-accordion__content {
        padding-bottom: 25px;
    }
}

/* ==========================================================================
   HOWTO SCHEMA STYLES
   ========================================================================== */

.wlf-howto-schema {
    padding: 0;
    margin-bottom: clamp(30px, 6.25vw, 60px);
}

.wlf-howto-schema .wlf-howto-schema__outer-container {
    padding: 0;
}

.wlf-howto-schema .wlf-howto-schema__white-container {
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 30px 24px;
}

@media (min-width: 768px) {
    .wlf-howto-schema .wlf-howto-schema__white-container {
        padding: 40px 35px;
    }
}

.wlf-howto-schema .wlf-howto-schema__container {
    max-width: 100%;
    margin: 0 auto;
}

.wlf-howto-schema .wlf-howto-schema__title {
    font-size: clamp(28px, calc(28px + 16 * ((100vw - 400px) / 1040)), 44px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #0B73BA !important;
}

.wlf-howto-schema .wlf-howto-schema__description {
    max-width: 800px;
    margin: 0 auto clamp(30px, 4vw, 40px);
    text-align: center;
    font-size: calc(17px + (19 - 17) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
    line-height: 1.5;
    color: var(--grey-4);
}

.wlf-howto-schema .wlf-howto-schema__time {
    max-width: 800px;
    margin: 0 auto clamp(30px, 4vw, 50px);
    text-align: center;
    font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
    line-height: 1.5;
    color: var(--charcoal);
}

.wlf-howto-schema .wlf-howto-schema__steps {
    max-width: 900px;
    margin: 0 auto;
}

.wlf-howto-schema .wlf-howto-schema__step {
    margin-bottom: 15px;
    background: transparent;
    border-radius: 0;
    border-left: none;
    transition: none;
}

.wlf-howto-schema .wlf-howto-schema__step:last-child {
    margin-bottom: 0;
}

.wlf-howto-schema .wlf-howto-schema__step-toggle {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 18px 20px;
    background: transparent;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    transition: none;
    width: 100%;
    text-align: left;
}

.wlf-howto-schema .wlf-howto-schema__step-toggle:hover {
    background: transparent;
}

@media (min-width: 768px) {
    .wlf-howto-schema .wlf-howto-schema__step-toggle {
        gap: 20px;
        padding: 20px 25px;
    }
}

.wlf-howto-schema .wlf-howto-schema__step-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8DC63F; /* Serenia green */
    color: white;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(141, 198, 63, 0.3);
}

@media (min-width: 768px) {
    .wlf-howto-schema .wlf-howto-schema__step-number {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}

.wlf-howto-schema .wlf-howto-schema__step-header {
    flex: 1;
}

.wlf-howto-schema .wlf-howto-schema__step-title {
    margin-bottom: 0;
    font-size: calc(20px + (25 - 20) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 500;
    line-height: 1.1;
    color: var(--charcoal);
}

.wlf-howto-schema .wlf-howto-schema__step-content {
    padding: 15px 20px 20px 67px;
    display: none;
}

@media (min-width: 768px) {
    .wlf-howto-schema .wlf-howto-schema__step-content {
        padding: 15px 25px 20px 81px;
    }
}

.wlf-howto-schema .wlf-howto-schema__step-image {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wlf-howto-schema .wlf-howto-schema__step-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wlf-howto-schema .wlf-howto-schema__step-text {
    font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
    line-height: 1.5;
    color: var(--grey-4);
}

.wlf-howto-schema .wlf-howto-schema__step-text p {
    margin-bottom: 10px;
}

.wlf-howto-schema .wlf-howto-schema__step-text p:last-child {
    margin-bottom: 0;
}

.wlf-howto-schema .wlf-howto-schema__step-text ul,
.wlf-howto-schema .wlf-howto-schema__step-text ol {
    margin-bottom: 10px;
    padding-left: 20px;
}

/* ==========================================================================
   PODCAST SCHEMA STYLES
   ========================================================================== */

.wlf-podcast-schema {
    padding: 0;
    margin-bottom: clamp(30px, 6.25vw, 60px);
}

.wlf-podcast-schema .wlf-podcast-schema__outer-container {
    padding: 0;
}

.wlf-podcast-schema .wlf-podcast-schema__white-container {
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 30px 24px;
}

@media (min-width: 768px) {
    .wlf-podcast-schema .wlf-podcast-schema__white-container {
        padding: 40px 35px;
    }
}

.wlf-podcast-schema .wlf-podcast-schema__container {
    max-width: 100%;
    margin: 0 auto;
}

.wlf-podcast-schema .wlf-podcast-schema__title {
    font-size: clamp(28px, calc(28px + 16 * ((100vw - 400px) / 1040)), 44px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #0B73BA !important;
}

/* Series Header */
.wlf-podcast-schema .wlf-podcast-schema__series-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: clamp(30px, 5vw, 50px);
    padding: 25px;
    background: #F5F5F5;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .wlf-podcast-schema .wlf-podcast-schema__series-header {
        flex-direction: row;
        gap: 30px;
        padding: 30px;
    }
}

.wlf-podcast-schema .wlf-podcast-schema__series-image {
    flex-shrink: 0;
}

.wlf-podcast-schema .wlf-podcast-schema__series-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .wlf-podcast-schema .wlf-podcast-schema__series-image img {
        width: 180px;
        height: 180px;
    }
}

.wlf-podcast-schema .wlf-podcast-schema__series-info {
    flex: 1;
}

.wlf-podcast-schema .wlf-podcast-schema__series-name {
    margin: 0 0 10px;
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #333333;
}

.wlf-podcast-schema .wlf-podcast-schema__series-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wlf-podcast-schema .wlf-podcast-schema__series-name a:hover {
    color: #0B73BA;
}

.wlf-podcast-schema .wlf-podcast-schema__series-description {
    margin: 0 0 15px;
    color: #666666;
    line-height: 1.6;
    font-size: 1rem;
}

.wlf-podcast-schema .wlf-podcast-schema__series-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    font-size: 0.9rem;
    color: #666666;
}

.wlf-podcast-schema .wlf-podcast-schema__meta-label {
    font-weight: 600;
    color: #333333;
    margin-right: 5px;
}

/* Episodes Container */
.wlf-podcast-schema .wlf-podcast-schema__episodes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

/* Episode Item */
.wlf-podcast-schema .wlf-podcast-schema__episode {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    transition: none;
}

.wlf-podcast-schema .wlf-podcast-schema__episode:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-content {
    padding: 0;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-header {
    margin-bottom: 12px;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-number {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: #0B73BA;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-title {
    margin: 0;
    font-size: calc(20px + (25 - 20) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-title a:hover {
    color: #0B73BA;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: #666666;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-date,
.wlf-podcast-schema .wlf-podcast-schema__episode-duration {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-date::before,
.wlf-podcast-schema .wlf-podcast-schema__episode-duration::before {
    font-family: 'Material Icons';
    font-size: 1rem;
    color: #999999;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-date::before {
    content: '\e916'; /* calendar_today */
}

.wlf-podcast-schema .wlf-podcast-schema__episode-duration::before {
    content: '\e425'; /* schedule/access_time */
}

.wlf-podcast-schema .wlf-podcast-schema__episode-description {
    margin: 0 0 15px;
    color: #666666;
    line-height: 1.6;
    font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-player {
    margin-top: 15px;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-player audio {
    width: 100%;
    height: 40px;
}

.wlf-podcast-schema .wlf-podcast-schema__episode-player iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

/* Card Grid Layout */
.wlf-podcast-schema--cards .wlf-podcast-schema__episodes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 100%;
}

@media (min-width: 576px) {
    .wlf-podcast-schema--cards .wlf-podcast-schema__episodes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .wlf-podcast-schema--cards .wlf-podcast-schema__episodes {
        grid-template-columns: repeat(3, 1fr);
    }
}

.wlf-podcast-schema--cards .wlf-podcast-schema__episode {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 10px;
    border-bottom: none;
    padding-bottom: 0;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wlf-podcast-schema--cards .wlf-podcast-schema__episode:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.wlf-podcast-schema--cards .wlf-podcast-schema__episode-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.wlf-podcast-schema--cards .wlf-podcast-schema__episode-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

@media (min-width: 768px) {
    .wlf-podcast-schema--cards .wlf-podcast-schema__episode-content {
        padding: 25px;
    }
}

.wlf-podcast-schema--cards .wlf-podcast-schema__episode-description {
    flex: 1;
}

/* List Layout */
.wlf-podcast-schema--list .wlf-podcast-schema__episode {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .wlf-podcast-schema--list .wlf-podcast-schema__episode {
        flex-direction: row;
    }
}

.wlf-podcast-schema--list .wlf-podcast-schema__episode-image {
    flex-shrink: 0;
}

.wlf-podcast-schema--list .wlf-podcast-schema__episode-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .wlf-podcast-schema--list .wlf-podcast-schema__episode-image img {
        width: 180px;
        height: 180px;
    }
}

.wlf-podcast-schema--list .wlf-podcast-schema__episode-content {
    flex: 1;
}

/* ==========================================================================
   PRODUCT SCHEMA STYLES
   ========================================================================== */

.wlf-product-schema {
    padding: 0;
    margin-bottom: clamp(30px, 6.25vw, 60px);
}

.wlf-product-schema .wlf-product-schema__outer-container {
    padding: 0;
}

.wlf-product-schema .wlf-product-schema__white-container {
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 30px 24px;
}

@media (min-width: 768px) {
    .wlf-product-schema .wlf-product-schema__white-container {
        padding: 40px 35px;
    }
}

.wlf-product-schema .wlf-product-schema__container {
    max-width: 100%;
    margin: 0 auto;
}

.wlf-product-schema .wlf-product-schema__section-title {
    font-size: clamp(28px, calc(28px + 16 * ((100vw - 400px) / 1040)), 44px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
    text-align: center;
    color: #0B73BA !important;
}

/* Product Card */
.wlf-product-schema .wlf-product-schema__card {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
    background: #F8F9FA;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
    .wlf-product-schema .wlf-product-schema__card {
        flex-direction: row;
        gap: 35px;
        padding: 35px;
    }
}

/* Product Image */
.wlf-product-schema .wlf-product-schema__image {
    flex-shrink: 0;
}

.wlf-product-schema .wlf-product-schema__image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .wlf-product-schema .wlf-product-schema__image img {
        width: 200px;
        height: auto;
    }
}

/* Product Content */
.wlf-product-schema .wlf-product-schema__content {
    flex: 1;
}

.wlf-product-schema .wlf-product-schema__header {
    margin-bottom: 15px;
}

.wlf-product-schema .wlf-product-schema__category {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 12px;
    background: #0B73BA;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.wlf-product-schema .wlf-product-schema__name {
    margin: 0 0 5px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.wlf-product-schema .wlf-product-schema__brand {
    font-size: 0.9rem;
    color: #666666;
}

.wlf-product-schema .wlf-product-schema__description {
    margin: 0 0 20px;
    font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (1440 - 400)));
    font-weight: 300;
    line-height: 1.6;
    color: #555555;
}

/* Pricing Section */
.wlf-product-schema .wlf-product-schema__pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.wlf-product-schema .wlf-product-schema__price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wlf-product-schema .wlf-product-schema__price-label {
    font-size: 0.8rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wlf-product-schema .wlf-product-schema__price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8DC63F;
}

.wlf-product-schema .wlf-product-schema__availability {
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wlf-product-schema .wlf-product-schema__availability--instock {
    background: #E8F5E9;
    color: #2E7D32;
}

.wlf-product-schema .wlf-product-schema__availability--preorder {
    background: #FFF3E0;
    color: #E65100;
}

.wlf-product-schema .wlf-product-schema__availability--onlineonly {
    background: #E3F2FD;
    color: #1565C0;
}

/* Insurance Details */
.wlf-product-schema .wlf-product-schema__details {
    margin-bottom: 20px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.wlf-product-schema .wlf-product-schema__details-title {
    margin: 0 0 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wlf-product-schema .wlf-product-schema__details-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
}

@media (min-width: 576px) {
    .wlf-product-schema .wlf-product-schema__details-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.wlf-product-schema .wlf-product-schema__detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wlf-product-schema .wlf-product-schema__detail-item dt {
    font-size: 0.8rem;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wlf-product-schema .wlf-product-schema__detail-item dd {
    margin: 0;
    font-size: 0.95rem;
    color: #333333;
    font-weight: 500;
}

/* Features List */
.wlf-product-schema .wlf-product-schema__features {
    margin-bottom: 20px;
}

.wlf-product-schema .wlf-product-schema__features-title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
}

.wlf-product-schema .wlf-product-schema__features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wlf-product-schema .wlf-product-schema__features-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
}

.wlf-product-schema .wlf-product-schema__features-list li:last-child {
    margin-bottom: 0;
}

.wlf-product-schema .wlf-product-schema__features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #8DC63F;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

/* CTA Button */
.wlf-product-schema .wlf-product-schema__cta {
    margin-top: 10px;
}

.wlf-product-schema .wlf-product-schema__button {
    display: inline-block;
    padding: 14px 32px;
    background: #8DC63F;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.wlf-product-schema .wlf-product-schema__button:hover {
    background: #7AB536;
    transform: translateY(-1px);
}

.wlf-product-schema .wlf-product-schema__button:active {
    transform: translateY(0);
}
