.profile-box{
    max-width: 500px;
}
.orders-box{
    margin-top: 25px;
}
.order-card{
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}
.order-card__header{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}
.order-card__item{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 6px;
}
.no-orders{
    color: var(--gray);
    text-align: center;
    padding: 20px 0;
}
.profile-box .form-group input:disabled{
    background: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}
.profile-logout-btn{
    width: 100%;
    margin-top: 15px;
}
