/* VD Account V8 — карточка доступа после заказа */

#vdaccount-order-card {
    box-sizing: border-box;
    width: 100%;
    margin: 22px 0;
    padding: 22px 24px;
    border: 1px solid rgba(63, 143, 145, .30);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(63, 143, 145, .075), rgba(255, 255, 255, .96) 58%);
    box-shadow: 0 8px 24px rgba(31, 41, 55, .055);
    color: #1f2937;
}

#vdaccount-order-card .vdaccount-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

#vdaccount-order-card .vdaccount-icon {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3F8F91;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}

#vdaccount-order-card .vdaccount-title {
    margin: 0 0 6px;
    padding: 0;
    color: #1f2937;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

#vdaccount-order-card .vdaccount-text {
    margin: 0;
    color: #687280;
    font-size: 14px;
    line-height: 1.5;
}

#vdaccount-order-card .vdaccount-pin-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 10px 56px;
    padding: 14px 16px;
    border: 1px solid rgba(63, 143, 145, .25);
    border-radius: 11px;
    background: #fff;
}

#vdaccount-order-card .vdaccount-pin-label {
    color: #687280;
    font-size: 14px;
    line-height: 1.35;
}

#vdaccount-order-card .vdaccount-pin {
    color: #3F8F91;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 7px;
    white-space: nowrap;
}

#vdaccount-order-card .vdaccount-note {
    margin: 9px 0 0 56px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 640px) {
    #vdaccount-order-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    #vdaccount-order-card .vdaccount-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    #vdaccount-order-card .vdaccount-title {
        font-size: 18px;
    }

    #vdaccount-order-card .vdaccount-pin-box {
        margin-left: 0;
        margin-top: 16px;
    }

    #vdaccount-order-card .vdaccount-note {
        margin-left: 0;
    }

    #vdaccount-order-card .vdaccount-pin {
        font-size: 25px;
        letter-spacing: 5px;
    }
}


/* =========================================================
   VD Account V5 — финальный блок после оформления заказа
   ========================================================= */

.vdaccount-success-payment-title {
    margin-top: 24px !important;
    margin-bottom: 8px !important;
    color: #1f2937 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.vdaccount-success-payment-note {
    max-width: 720px;
    margin: 0 0 18px !important;
    color: #687280 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.vdaccount-print-receipt {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px 20px !important;
    border: 1px solid #3F8F91 !important;
    border-radius: 10px !important;
    background: #3F8F91 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 7px 18px rgba(63, 143, 145, .18) !important;
    cursor: pointer !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.vdaccount-print-receipt:hover {
    background: #367f81 !important;
    border-color: #367f81 !important;
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(63, 143, 145, .24) !important;
    transform: translateY(-1px);
}

.vdaccount-back-to-shop {
    color: #3F8F91 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.vdaccount-back-to-shop:hover {
    text-decoration: underline !important;
}

@media (max-width: 640px) {
    .vdaccount-success-payment-title {
        font-size: 19px !important;
    }

    .vdaccount-success-payment-note {
        font-size: 13px !important;
    }

    .vdaccount-print-receipt {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}


.vdaccount-manager-message {
    margin-top: 12px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}


#vdaccount-after-order-actions {
    margin: 24px 0 0 !important;
    padding: 0 !important;
}

#vdaccount-after-order-actions .vdaccount-success-payment-title {
    margin-top: 0 !important;
}

#vdaccount-after-order-actions .vdaccount-own-receipt-button {
    margin-top: 4px !important;
}

#vdaccount-after-order-actions .vdaccount-own-receipt-button:disabled {
    opacity: .55 !important;
    cursor: default !important;
    transform: none !important;
}
