/**
 * Wellbabe Custom Design - Version 4.0
 */

/* ========================================
   VERSTECKE NATIVES WCSATT UI
   ======================================== */

.wcsatt-options-wrapper,
.wcsatt-options-product,
.wcsatt-options-product-prompt,
ul.wcsatt-options-product,
.wcsatt-options-product-dropdown {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ========================================
   WRAPPER
   ======================================== */

.wellbabe-subsel-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 1.25rem 0 !important;
    font-family: inherit !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* ========================================
   OPTION CARD
   ======================================== */

.wellbabe-subsel-option {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #d5d5d5 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    margin: 0 0 10px !important;
    user-select: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.wellbabe-subsel-option:hover {
    border-color: #e9d7c8 !important;
}

/* ========================================
   RADIO
   ======================================== */

.wellbabe-subsel-option__radio {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    border: 2px solid #999 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.wellbabe-subsel-option__radio:checked {
    border-color: #e9d7c8 !important;
}

.wellbabe-subsel-option__radio:checked::after {
    content: "" !important;
    position: absolute !important;
    inset: 3px !important;
    border-radius: 50% !important;
    background: #e9d7c8 !important;
}

/* ========================================
   LABEL — Flex-Container: Title links, Preis rechts
   ======================================== */

.wellbabe-subsel-option__label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
}

/* ========================================
   TITLE
   ======================================== */

.wellbabe-subsel-option__title {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.4rem !important;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    color: inherit !important;
    line-height: 1.3 !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
}

/* ========================================
   PREIS — immer rechts, nie umbrechend
   ======================================== */

.wellbabe-subsel-option__price {
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    color: inherit !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wellbabe-subsel-option__price .woocommerce-Price-amount,
.wellbabe-subsel-option__price bdi {
    color: inherit !important;
    white-space: nowrap !important;
}

/* ========================================
   AKTIVER ZUSTAND
   ======================================== */

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe {
    background-color: #e9d7c8 !important;
    border-color: #e9d7c8 !important;
    color: #5a3e2b !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe .wellbabe-subsel-option__price {
    color: #5a3e2b !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe .wellbabe-subsel-option__radio {
    border-color: #5a3e2b !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe .wellbabe-subsel-option__radio::after {
    background: #5a3e2b !important;
}

/* ========================================
   BADGE
   ======================================== */

.wellbabe-subsel-badge {
    display: inline-block !important;
    background: #90C695 !important;
    color: #5a3e2b !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    line-height: 1.6 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe .wellbabe-subsel-badge {
    background: #90C695 !important;
    color: #5a3e2b !important;
}

/* ========================================
   BENEFITS BOX
   ======================================== */

.wellbabe-subsel-benefits {
    list-style: none !important;
    margin: 0 0 6px !important;
    padding: 0.75rem 1rem !important;
    background: #f5f5f0 !important;
    border: 2px solid #e9d7c8 !important;
    border-top: none !important;
    border-radius: 0 0 6px 6px !important;
    display: none !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-benefits {
    display: block !important;
}

.wellbabe-subsel-wrapper.wellbabe-subsel--subscribe-active .wellbabe-subsel-option--subscribe {
    border-radius: 6px 6px 0 0 !important;
    margin-bottom: 0 !important;
}

.wellbabe-subsel-benefits__item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.875rem !important;
    color: #444 !important;
    padding: 4px 0 !important;
    list-style: none !important;
}

.wellbabe-subsel-benefits__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    background: #e9d7c8 !important;
    color: #fff !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

/* ========================================
   MOBILE — nur Schriftgröße anpassen,
   Layout bleibt identisch zu Desktop
   ======================================== */

@media (max-width: 480px) {
    .wellbabe-subsel-option {
        padding: 0.75rem 0.875rem !important;
        gap: 0.625rem !important;
    }

    .wellbabe-subsel-option__radio {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
    }

    .wellbabe-subsel-option__title {
        font-size: 0.875rem !important;
    }

    .wellbabe-subsel-option__price {
        font-size: 0.875rem !important;
    }

    .wellbabe-subsel-badge {
        font-size: 0.625rem !important;
        padding: 2px 6px !important;
    }

    .wellbabe-subsel-benefits__item {
        font-size: 0.8125rem !important;
    }
}
