/* ========== SHEET SUMMARY PAGE ========== */
.sheet-success-banner {
    background: #d4f4dd;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    margin: 0 -24px;
    margin-bottom: 16px;
}

.sheet-success-banner svg {
    stroke: #00a870;
    width: 14px;
    height: 14px;
}

.sheet-success-banner span {
    color: #00a870;
    font-weight: 500;
}

.sheet-summary-content {
    padding: 0 0 0 0;
}

.sheet-summary-group {
    margin-bottom: 24px;
}

.sheet-summary-group:has(.sheet-summary-account) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sheet-summary-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    font-weight: 500;
}

.sheet-summary-account {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sheet-summary-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}


.sheet-summary-username {
    font-size: 15px;
    font-weight: 600;
}

.sheet-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sheet-summary-item-label {
    font-size: 15px;
}

.sheet-summary-item-value {
    font-size: 15px;
    font-weight: 600;
}

.sheet-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.sheet-summary-link {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sheet-payment-options {
    display: flex;
    flex-direction: column;
    border-radius: none;
}

.sheet-payment-card {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sheet-payment-card.selected {
    border-color: none;
}

.sheet-payment-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sheet-payment-logo {
    font-weight: 700;
    color: #1a1f71;
}

.sheet-payment-number {
    font-size: 15px;
}

.sheet-payment-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.sheet-payment-icon.momo {
    background: #d82d8b;
    color: #fff;
}

.sheet-payment-icon.zalopay {
    background: #0068ff;
    color: #fff;
}

.sheet-payment-name {
    font-size: 15px;
}

.sheet-payment-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    position: relative;
}

.sheet-payment-radio.selected {
    border-color: #ff2e6d;
}

.sheet-payment-radio.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #ff2e6d;
    border-radius: 50%;
}

.sheet-summary-footer {
    border-top: 1px solid #e5e5e5;
    padding: 16px 0 30px 0;
    margin-top: 20px;
}

.sheet-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sheet-summary-total-label {
    font-size: 18px;
    font-weight: 700;
}

.sheet-summary-total-value {
    font-size: 18px;
    font-weight: 700;
}
