html, body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #f5f6fa;
}

.card {
    border: none;
    border-radius: 0.75rem;
}

.form-label {
    font-weight: 500;
}

.form-control, .form-select, .btn {
    border-radius: 0.5rem;
}

/* Larger tap targets on small screens */
@media (max-width: 576px) {
    .form-control-lg, .form-select, .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }
}

#duplicateWarning ul {
    margin-bottom: 0;
    padding-inline-start: 1.1rem;
}

.table-responsive table th, .table-responsive table td {
    white-space: nowrap;
}

#searchSuggestions {
    border-radius: 0 0 .5rem .5rem;
}

#searchSuggestions .list-group-item {
    cursor: pointer;
}

#searchSuggestions .list-group-item:hover {
    background: #f1f5ff;
}
