.nav-tabs-feedback {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}
.nav-tabs-feedback .nav-item {
    margin-bottom: -1px;
}
.nav-tabs-feedback .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    margin-right: 0.5rem;
    border-radius: 0;
}
.nav-tabs-feedback .nav-link:hover {
    color: #0d328f;
}
.nav-tabs-feedback .nav-link.active {
    color: #0d328f;
    border-bottom-color: #0d328f;
    background-color: transparent;
}
.faq-list .faq-item {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.faq-list .faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq-item-title {
    color: #0d328f;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-item-title:hover {
    color: #033bbd;
}
.faq-item-desc {
    color: #64748b;
    font-size: 0.8rem;
    display: none;
    padding-top: 6px;
}
.request-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.85rem;
    margin-bottom: 1rem;
}
.request-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.request-code {
    font-weight: 700;
    color: #334155;
    font-size: 0.85rem;
}
.request-date {
    color: #94a3b8;
    font-size: 0.75rem;
}
.request-title {
    color: #475569;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.badge-status {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}
.badge-processing {
    background-color: #ffedd5;
    color: #c2410c;
}
.badge-answered {
    background-color: #dcfce7;
    color: #166534;
}
.info-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.info-list-icon {
    color: #0d328f;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    margin-top: 2px;
}
.info-list-content h6 {
    font-size: 0.85rem;
    color: #0d328f;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.info-list-content p {
    font-size: 0.8rem;
    color: #475569;
    margin-bottom: 0;
    line-height: 1.5;
}
