/* Main frontend styles */
.active-tab {
    border-bottom-color: #2563eb !important; /* blue-600 */
    color: #2563eb !important;
}
.tab-content.hidden {
    display: none;
}
