/* Kostenblick - Custom Styles */

[x-cloak] { display: none !important; }

body {
    background-color: #f8f9fa;
}

.container {
    max-width: 800px;
}

tr.cursor-pointer { cursor: pointer; }

/* Mobile-optimierte Eingabefelder */
@media (max-width: 576px) {
    .form-control, .form-select, .btn {
        font-size: 16px; /* Verhindert iOS-Zoom beim Focus */
    }
}
