/* ======================== AVATAR ======================== */
.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 2px solid #ddd;
}

/* ======================== THẺ CARD ======================== */
.card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.card .btn {
    border-radius: 30px;
}

/* Thẻ thông tin bên trái */
.card.profile-info {
    min-height: 450px;
    padding: 20px;
    text-align: center;
}

/* Thẻ tin đăng & đánh giá bên phải */
.card.profile-posts {
    padding: 10px; /* chỉnh toàn bộ padding 10px */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}


/* ======================== TABS ======================== */
.profile-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-tabs a,
.profile-tabs .tab-link {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    transition: 0.3s;
}

.profile-tabs .tab-active,
.profile-tabs .tab-link.tab-active {
    color: #f9b115;
    border-color: #f9b115;
}

.profile-tabs a:hover {
    color: #f9b115;
}

/* ======================== THÔNG TIN NGƯỜI DÙNG ======================== */
.card .text-left {
    text-align: left;
    margin-top: 20px;
}

/* ======================== PHẦN ĐÁNH GIÁ ======================== */
/* .review-item {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
} */

/* Thêm padding cho layout chính */
.container.my-5 {
    padding: 4px;
}

/* Gạch ngang dưới tab (Đang hiển thị / Đã bán) */
.profile-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc; /* đường kẻ xám nhẹ dưới tabs */
}

.profile-tabs .tab-link {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.profile-tabs .tab-active {
    color: #f9b115;
    border-color: #f9b115;
}

/* Tabs hiển thị + gạch phân cách dưới */
.profile-tabs {
    margin-bottom: 18px;
    display: flex;
    gap: 24px;
}

/* Các link tab */
.profile-tabs .tab-link {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding-bottom: 4px;
}

.profile-tabs .tab-active {
    border-color: #f9b115;
    color: #f9b115;
}

.profile-tabs {
    padding: 0 4px 8px 4px !important;
}

.text-left {
    text-align: left !important;
}

.profile-tabs .tab-link.tab-active {
    color: #FFA800;
    border-bottom: 3px solid #FFA800;
}
