/* Admin Styles */

.nav-link {
    color: #666;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover {
    color: #333;
    border-bottom-color: #ddd;
}

.nav-link.active {
    color: #495057;
    border-bottom-color: #a6703f;
    font-weight: 600;
}

.tab-content {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card img {
    object-fit: cover;
}

.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.btn-outline-danger:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
