.cpc-account__loyalty {
    padding: 14px 16px;
}

.cpc-account__loyalty-card {
    display: flex;
    gap: 10px;
    align-items: stretch;
    border-radius: 12px;
    padding: 12px 16px;
    background: #ebebeb;
}

.cpc-account__loyalty-level {
    flex: 2;
}
.cpc-account__loyalty-points {
    flex: 1;
}
.cpc-account__loyalty-points {
    text-align: right;
}

.cpc-account__loyalty-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #e21736;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.cpc-account__loyalty-label--points {
    color: #b45309;
}
.cpc-account__logout{
    border-top:1px solid #e1e1e1;
}
.cpc-account__loyalty-badge {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
    color: #fff;
    font-weight: 600;
    border: 1px solid #7c3aed;
}
.cpc-account__loyalty-badge span{
    font-size:12px;
}
.cpc-account__loyalty-badge--dong {
    border-color: #a86228;
    background: linear-gradient(135deg, #f7b267 0%, #d8863b 60%, #a86228 100%);
}

.cpc-account__loyalty-badge--bac {
    border-color: #94a3b8;
    background: linear-gradient(135deg, #f8fafc 0%, #d7e0f8 55%, #b0b8d6 100%);
    color: #0f172a;
}

.cpc-account__loyalty-badge--vang {
    border-color: #d97706;
    background: linear-gradient(135deg, #ffe9a1 0%, #fbbf24 55%, #d97706 100%);
}

.cpc-account__loyalty-badge--kim-cuong {
    border-color: #a855f7;
    background: linear-gradient(135deg, #c084fc 0%, #8b5cf6 50%, #ec4899 100%);
}

.cpc-account__loyalty-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
}

.cpc-account__loyalty-icon--image {
    overflow: hidden;
    background: rgba(15, 23, 42, 0.12);
}

.cpc-account__loyalty-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpc-account__loyalty-icon--material {
    font-size: 18px;
}

.cpc-account__loyalty-value {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cpc-account__loyalty-points--dong .cpc-account__loyalty-value {
    color: #a86228;
}

.cpc-account__loyalty-points--bac .cpc-account__loyalty-value {
    color: #4b5563;
}

.cpc-account__loyalty-points--vang .cpc-account__loyalty-value {
    color: #d97706;
}

.cpc-account__loyalty-points--kim-cuong .cpc-account__loyalty-value {
    color: #6d28d9;
}

.cpc-account__loyalty-value-icon {
    font-size: 20px;
}

.cpc-account__login--standalone {
    max-width: 420px;
    margin: 0 auto;
}

.cpc-account__register--standalone {
    text-align: center;
    margin-top: 12px;
}

.cpc-account__register--guest {
    padding: 10px 14px;
}

/* User Icon Styles */
.cpc-user-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cpc-user-icon svg {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    fill: currentColor !important;
    color: inherit;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible;
}

.cpc-user-icon svg path {
    fill: currentColor !important;
    color: inherit;
}

.cpc-user-icon svg * {
    fill: currentColor !important;
}

.cpc-user-icon img,
.cpc-user-icon-img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    object-fit: contain;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}
