/* src/main/resources/static/css/styles.css */
body {
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

.container {
    max-width: 1300px;
}

h1,
h2 {
    margin-top: 0.5rem;
    font-size: 1.35rem;
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

table.table-sm th,
table.table-sm td {
    vertical-align: middle;
    font-size: 0.85rem;
}

/* Tabellen-Header fett für bessere Lesbarkeit */
.table thead th {
    font-weight: 600;
    color: #212529;
}

.alert {
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.navbar {
    font-size: 0.9rem;
}

.btn,
.form-control,
.form-select {
    font-size: 0.85rem;
}

/* Pagination unten in der Ergebnisliste */
.pagination {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.pagination .page-link {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

/* Sortierbare Spaltenköpfe */
.sort-header-btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.sort-header-btn:hover {
    text-decoration: none;
}

.sort-indicator {
    font-size: 0.7rem;
    margin-left: 0.15rem;
}

/* Kartenansicht: scrollbare Werkstattliste */
.map-werkstatt-list {
    max-height: 500px;
    overflow-y: auto;
}