/* Filament Tabellen - Mehr Zeilenabstand */
[x-data*="table"] tbody tr,
.fi-ta tbody tr,
.fi-table tbody tr {
    height: 80px !important;
}

[x-data*="table"] tbody td,
.fi-ta tbody td,
.fi-table tbody td {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    vertical-align: middle !important;
}

/* Zusätzliche Selektoren für alle Filament-Tabellenzeilen */
.fi-ta-table tr {
    height: 80px !important;
}

.fi-ta-table td {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Hover-Effekt für bessere UX */
.fi-ta-table tbody tr:hover,
[x-data*="table"] tbody tr:hover {
    background-color: rgba(249, 250, 251, 0.8) !important;
}

/* Image-Container in Tabellen anpassen */
.wine-image-container,
.winery-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
