/* EriFaye TV V8.41 - Abonnements / souscription métier */
.ef-sub-pricing-section {
    padding-top: 18px;
}

.ef-sub-current-notice {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    margin: 0 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(41, 201, 111, .28);
    background: rgba(41, 201, 111, .09);
    color: rgba(255,255,255,.88);
}

.ef-sub-current-notice-soft {
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
}

.ef-sub-current-notice strong {
    color: #fff;
    font-weight: 650;
}

.ef-sub-current-notice span {
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}

.ef-sub-scheduled {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 194, 71, .14);
    border: 1px solid rgba(255, 194, 71, .25);
    color: #ffd37a !important;
}

.ef-plan-card.is-current-plan {
    border-color: rgba(41, 201, 111, .55);
    box-shadow: 0 20px 60px rgba(41, 201, 111, .06);
}

.ef-btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(41, 201, 111, .35) !important;
    background: rgba(41, 201, 111, .18) !important;
    color: #fff !important;
}

.ef-btn.is-disabled,
.ef-btn-success.is-disabled {
    opacity: .88;
    cursor: not-allowed;
    pointer-events: none;
}

.ef-sub-plan-hint {
    margin: 10px 0 0 !important;
    font-size: .82rem;
    line-height: 1.45;
    color: rgba(255,255,255,.62) !important;
}

.ef-sub-flash {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 16px;
    padding: 13px 15px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
}

.ef-sub-flash span {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 700;
    color: #fff;
}

.ef-sub-flash p {
    margin: 0;
    color: rgba(255,255,255,.86);
    line-height: 1.5;
}

.ef-sub-flash-success {
    border-color: rgba(41, 201, 111, .30);
    background: rgba(41, 201, 111, .09);
}

.ef-sub-flash-success span {
    background: #23b957;
}

.ef-sub-flash-error {
    border-color: rgba(255, 24, 35, .35);
    background: rgba(255, 24, 35, .10);
}

.ef-sub-flash-error span {
    background: #ff1823;
}

.ef-sub-flash-info span {
    background: rgba(255,255,255,.18);
}

.ef-sub-confirm-section {
    padding-top: 24px;
}

.ef-sub-confirm-card .ef-intent-summary {
    margin-top: 16px;
}

.ef-sub-two-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.ef-sub-two-actions form {
    margin: 0;
}

.ef-sub-two-actions .ef-btn {
    min-width: 180px;
    max-width: 100%;
}

@media (max-width: 700px) {
    .ef-sub-pricing-section {
        padding-top: 12px;
    }
    .ef-sub-current-notice {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 12px;
    }
    .ef-sub-two-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .ef-sub-two-actions form,
    .ef-sub-two-actions .ef-btn {
        width: 100%;
    }
    .ef-sub-two-actions .ef-btn + .ef-btn,
    .ef-sub-two-actions form + .ef-btn {
        margin-top: 6px;
    }
}
