/* Custom Styling für Protokoll-Seite */

/* Überschriften für Bezirksgruppen - helleres Grün (DRC-Farbpalette) */
.frame-type-uploads .ce-header.ce-header-layout-3 h3 {
    color: #79b51c !important; /* drc-gruen-500 - offiziell */
}

/* Alternative Selektoren für verschiedene TYPO3-Versionen */
.ce-uploads h3,
div[class*="ce-header-layout-3"] h3 {
    color: #79b51c !important;
}

/* PDF Download Links/Buttons - Gelbgrün (DRC-Farbpalette) */
.ce-uploads a,
.frame-type-uploads a,
div[class*="ce-uploads"] a {
    background-color: #d8d8d8 !important; /* drc-grau-400 */
    color: #333333 !important;
    padding: 8px 12px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 3px 0 !important;
    transition: background-color 0.3s ease !important;
}

.ce-uploads a:hover,
.frame-type-uploads a:hover,
div[class*="ce-uploads"] a:hover {
    background-color: #979797 !important; /* drc-grau-300 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

/* Spezifisch für Dateilisten in File Collection */
.ce-uploads ul,
.ce-uploads li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
}

/* Landesgruppen-Überschriften bleiben dunkelgrün (Standard) */
.frame-type-uploads .ce-header.ce-header-layout-2 h2 {
    color: #00752e; /* Dunkelgrün bleibt */
}

/* Optionale Verbesserungen */
.ce-uploads {
    margin-bottom: 30px;
}

.ce-uploads .ce-header {
    margin-bottom: 15px;
}

/* Feste Button-Spalte für perfekte Ausrichtung */
table.min-w-full {
    table-layout: fixed !important;
    width: 100% !important;
}

table.min-w-full td:last-child {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

table.min-w-full td:last-child a {
    display: inline-block !important;
    width: 120px !important;
    text-align: center !important;
}
