/* Additional admin dashboard styles */
.tab-button {
    transition: all 0.2s;
}

.tab-button:hover {
    border-color: #3b82f6;
}

