.chi_tiet {
    padding: 12px;
    border: 1px solid var(--color-main);
    border-radius: 8px;
    background: #fefefe;
}

.chi_tiet img {
	border-radius: 8px;
}

/* STAFF INFO PRODUCT */
.staff-info-box {
    color: var(--color-main);
    width: 100%;
    overflow: hidden;
}

.staff-name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-main);
    line-height: 1.3;
}

.staff-image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}

.staff-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
    object-fit: cover;
}

.staff-meta {
    margin-bottom: 20px;
}

.staff-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgb(0 0 0 / 48%);
    font-size: 18px;
}

.staff-row .label {
    font-weight: 700;
    color: var(--color-main);
    min-width: 120px;
}

.staff-row .value {
    text-align: right;
    color: var(--color-main);
    font-weight: 500;
}

.staff-description {
    margin-top: 22px;
    color: var(--color-black);
    font-size: 14px;
    line-height: 1.7;
}

.staff-description p {
    margin-bottom: 5px;
}

.staff-description h2 {
	font-size: 27px;
	font-weight: 600;
	color: var(--color-black);
}

/* TABLET */
@media (max-width: 768px) {
    .staff-name {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .staff-row {
        font-size: 16px;
        gap: 10px;
    }

    .staff-row .label {
        min-width: 95px;
    }

    .staff-description {
        font-size: 15px;
        line-height: 1.7;
    }
}
