@charset "UTF-8";

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Thin.eot");
    src: url("../fonts/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoSlab-Thin.woff2") format("woff2"),
        url("../fonts/RobotoSlab-Thin.woff") format("woff"),
        url("../fonts/RobotoSlab-Thin.ttf") format("truetype"),
        url("../fonts/RobotoSlab-Thin.svg#RobotoSlab-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Regular.eot");
    src: url("../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoSlab-Regular.woff2") format("woff2"),
        url("../fonts/RobotoSlab-Regular.woff") format("woff"),
        url("../fonts/RobotoSlab-Regular.ttf") format("truetype"),
        url("../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-ExtraBold.eot");
    src: url("../fonts/RobotoSlab-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoSlab-ExtraBold.woff2") format("woff2"),
        url("../fonts/RobotoSlab-ExtraBold.woff") format("woff"),
        url("../fonts/RobotoSlab-ExtraBold.ttf") format("truetype"),
        url("../fonts/RobotoSlab-ExtraBold.svg#RobotoSlab-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Italic.eot");
    src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Italic.woff2") format("woff2"),
        url("../fonts/Roboto-Italic.woff") format("woff"),
        url("../fonts/Roboto-Italic.ttf") format("truetype"),
        url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-BoldItalic.eot");
    src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
        url("../fonts/Roboto-BoldItalic.woff") format("woff"),
        url("../fonts/Roboto-BoldItalic.ttf") format("truetype"),
        url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype"),
        url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-LightItalic.eot");
    src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-LightItalic.woff2") format("woff2"),
        url("../fonts/Roboto-LightItalic.woff") format("woff"),
        url("../fonts/Roboto-LightItalic.ttf") format("truetype"),
        url("../fonts/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Light.woff2") format("woff2"),
        url("../fonts/Roboto-Light.woff") format("woff"),
        url("../fonts/Roboto-Light.ttf") format("truetype"),
        url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* -----------------------------------------------------------
   RESET & BASIS
   ----------------------------------------------------------- */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background: #effaf8;
    color: #1f2937;
    height: 100vh;
    font-family: "Roboto";
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
}

@media only screen and (max-width: 595px) {
    body {
        margin: 0;
        padding: 0;
    }
}


a {
    color: inherit;
    text-decoration: none;
}

/* -----------------------------------------------------------
   LAYOUT STRUKTUR
   ----------------------------------------------------------- */
.cld-sidebar {
    background: white;
    width: 300px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    border-right: 1px solid #e5e7eb;
    z-index: 10;
}

/* NACHHER */
.cld-main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media only screen and (max-width: 595px) {
    .cld-main {
        padding: 0;
    }
}


/* NACHHER */
@media (max-width: 768px) {
    .cld-sidebar {
        display: none;
    }

    .cld-main {
        margin-left: 0;
    }
}

.cld-header {
    background-color: #B8D3CD;
    width: 100%;
    padding: 20px 20px 0 20px;
    margin-top: 10px;
    border-radius: 14px 14px 0 0;
    border-bottom: 1px solid #B8D3CD;
}

@media only screen and (max-width: 595px) {
    .cld-header {
        margin: 0;
        padding: 20px 10px 0 10px;
        border-radius: 0;
    }

}


.cld-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cld-greeting-container {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.cld-greeting {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    font-family: "Roboto Slab";
}

@media only screen and (max-width: 595px) {
    .cld-greeting {
        font-size: 1rem;
    }
}


.cld-tabsbar {
    display: flex;
}

.cld-tab {
    padding: 6px 10px;
    background-color: #FFF;
    color: #65948A;
    border-radius: 6px 6px 0 0;
    margin-right: 3px;
    font-family: "Roboto Slab";
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.cld-tab:hover {
    background-color: #65948A;
    color: #FFF;
}

.cld-tab span {
    display: inherit;
}


.cld-tab img {
    filter: invert(1);
    width: 24px;
    display: none;
}

@media only screen and (max-width: 595px) {

    .cld-tabsbar {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        gap: 5px;
    }


    .cld-tab {
        width: 100%;
        min-width: 50px;
    }



    .cld-tab span {
        display: none;
    }

    .cld-tab img {
        display: inherit;
        filter: none
    }
}

.cld-tab.active {
    background: #65948A;
    color: #FFF;
}

@media only screen and (max-width: 595px) {
    .cld-tab.active img {
        filter: invert(1);
    }



}


.icon-nav {
    width: 30px;
    height: 30px;
}




/* -----------------------------------------------------------
   NAVIGATION (Sidebar)
   ----------------------------------------------------------- */
.cld-nav-item {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f3f4f6;
    color: inherit;
    text-decoration: none;
}

.cld-nav-item:hover,
.cld-nav-item.active {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
}

.cld-nav-item.active {
    font-weight: bold;
}

/* -----------------------------------------------------------
   HEADER & TABS
   ----------------------------------------------------------- */
.bg-gray-50 {
    background-color: #f9fafb;
}

.border-b {
    border-bottom: 1px solid #e5e7eb;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.z-20 {
    z-index: 20;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.mb-4 {
    margin-bottom: 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.font-bold {
    font-weight: 700;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-gray-600 {
    color: #4b5563;
}

.mr-4 {
    margin-right: 1rem;
}

/* -----------------------------------------------------------
   SCROLLER BEREICH
   ----------------------------------------------------------- */
#cld-content-scroller {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #e7e7e7;
    border-radius: 0 0 14px 14px;
}


@media only screen and (max-width: 595px) {
    #cld-content-scroller {
        padding: 0;
        border-radius: 0;
    }
}

/* -----------------------------------------------------------
   CHAT BUBBLES (Protokoll) - FINALE KORREKTUR
   ----------------------------------------------------------- */
.cld-bubble-row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}

/* Admin links bündig */
.row-admin {
    justify-content: flex-start;
}

/* Autor rechts bündig */
.row-author {
    justify-content: flex-end;
}

.cld-bubble {
    padding: 15px;
    border-radius: 8px;
    /* Breite wie gewünscht fast vollflächig */
    width: 85%;
    max-width: 800px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Admin (Links / Grün) */
.cld-bubble.admin {
    border-left: 4px solid #10b981;
    background: #f0fdf4;
    margin-right: auto;
    /* Sorgt für Verankerung links */
}

/* Author (Rechts / Blau) */
.cld-bubble.author {
    border-right: 4px solid #3b82f6;
    /* Rand rechts */
    border-left: none;
    /* Alten Rand links entfernen */
    background: #eff6ff;
    margin-left: auto;
    /* Sorgt für Verankerung rechts */
}

@media screen and (max-width: 600px) {
    .cld-bubble {
        width: 92%;
        /* Mobil noch etwas breiter */
        padding: 12px;
    }
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
}

.text-gray-500 {
    color: #6b7280;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

/* -----------------------------------------------------------
   FORMULARE & BUTTONS
   ----------------------------------------------------------- */
.bg-white {
    background-color: #ffffff;
}

.p-4 {
    padding: 1rem;
}

.p-2 {
    padding: 0.5rem;
}

.rounded {
    border-radius: 0.25rem;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
}

.border-gray-200 {
    border-color: #e5e7eb;
}

.border-gray-300 {
    border: 1px solid #ccc;
}

.flex-col {
    flex-direction: column;
}

.gap-2 {
    gap: 0.5rem;
}

.w-full {
    width: 100%;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* Auto-Resize für Textarea beim Fokus */
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: none;
    height: 100px;
    font-family: "Roboto";
    font-size: 1.2rem;
    color: #000;
}

@media only screen and (max-width: 595px) {
    textarea {
        height: 60px;
    }

}

textarea.border,
input.border {
    border: 1px solid #d1d5db;
}

textarea:focus,
input:focus {
    outline: 2px solid #3b82f6;
    outline-offset: -1px;
}

/* Button */
.bg-blue-600 {
    background-color: #2563eb;
}

.text-white {
    color: #ffffff;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
}

button {
    cursor: pointer;
    border: none;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Logout Button (klein, rot) */
.text-red-600 {
    color: #dc2626;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Checkbox Label */
.bg-yellow-50 {
    background-color: #fefce8;
}

.border-yellow-200 {
    border-color: #fef08a;
}

.gap-1 {
    gap: 0.25rem;
}

/* Dateigröße Text */
.text-\[10px\] {
    font-size: 10px;
}

/* -----------------------------------------------------------
   TABELLE (Dateien)
   ----------------------------------------------------------- */
.overflow-hidden {
    overflow: hidden;
}

.min-w-full {
    min-width: 100%;
}

.divide-y> :not([hidden])~ :not([hidden]) {
    border-top-width: 1px;
    border-top-color: #e5e7eb;
}

.divide-gray-200> :not([hidden])~ :not([hidden]) {
    border-color: #e5e7eb;
}

th {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    /* text-gray-500 */
}

td {
    white-space: nowrap;
}

/* Sortierbare Header */
.cld-sortable-th {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 20px;
    /* Platz für Pfeil */
}

.cld-sortable-th:hover {
    background-color: #f3f4f6;
}

.cld-sortable-th::after {
    content: '↕';
    position: absolute;
    right: 8px;
    opacity: 0.3;
}

.cld-sortable-th.asc::after {
    content: '↑';
    opacity: 1;
}

.cld-sortable-th.desc::after {
    content: '↓';
    opacity: 1;
}

.text-blue-600 {
    color: #65948A;
}

.hover\:text-blue-700:hover {
    color: #65948A;
}

.underline {
    text-decoration: underline;
}

/* Status Badges */
.inline-flex {
    display: inline-flex;
}

.leading-5 {
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

.text-gray-800 {
    color: #1f2937;
}

.bg-yellow-100 {
    background-color: #fef9c3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
}

.text-yellow-800 {
    color: #000;
}

.bg-green-100 {
    background-color: #dcfce7;
}

.text-green-800 {
    color: #166534;
}

.text-green-700 {
    color: #15803d;
}

/* -----------------------------------------------------------
   HELPER / SONSTIGES
   ----------------------------------------------------------- */
.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.border-t {
    border-top-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
}

/* Sidebar Text & Status */
.text-lg {
    font-size: 1.125rem;
}

.text-center {
    text-align: center;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}


.btn {
    font-family: "Roboto Slab";
    background: #65948A;
    color: white;
    border: none;
    padding: 10px 14px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.btn:hover {
    background-color: #73b3a5;
    color: #65948A;
}


.btn span {
    display: inherit;
}

.btn img {
    width: 20px;
    display: none;
    filter: invert(1);
}

@media only screen and (max-width: 595px) {

    .btn {
        padding: 8px;
        border-radius: 6px;
    }



    .btn span {
        display: none;
    }

    .btn img {
        display: inherit;
    }
}


/* -----------------------------------------------------------
   DATEI UPLOAD STYLING
   ----------------------------------------------------------- */
.cld-file-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    /* Abstand zur Max. 5MB Zeile */
}

/* Original Input verstecken */
.cld-file-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Der neue, stylbare Button (Label) */
.cld-file-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #3b82f6;
    /* Blau */
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 1px solid #3b88f6;
}

.cld-file-button:hover {
    background-color: #2563eb;
}

/* Anzeige des Dateinamens */
.cld-file-name {
    font-size: 0.875rem;
    color: #4b5563;
    /* Text-Gray-600 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* Hinweis-Text anpassen */
.cld-file-hint {
    display: block;
    margin-top: 5px;
    font-size: .8rem;
    color: #6b7280;
    width: 100%;
    display: block;
    text-align: center;
}

/* ================================================
   🔹 Notify-Band (einheitlich SV.OS, animiert)
   ================================================ */
#notify {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    max-width: 900px;
    width: 90%;
    background: #65948A;
    color: #FFF;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 20px 30px;
    z-index: 9999;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: none;
}

/* Wenn aktiv → hochsliden */
#notify.show {
    transform: translateX(-50%) translateY(0);
}

/* Text */
#notify p {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
}

/* Button-Bereich (für notifyConfirm) */
#notify-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.notify-btn {
    font-family: "Roboto Slab";
    background: #65948A;
    color: white;
    border: none;
    padding: 0.6em 1.2em;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #FFF;
    transition: all .3s ease-in-out;
}

.notify-btn:hover {
    color: #65948A;
    background-color: #B8D3CD;
}

.cld-attachment {
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85em;
}


/* Container für den Datei-Link */
.cld-attachment a {
    color: #000;
    text-decoration: none;
    font-size: 0.9em;

    /* --- Flexbox für die Ausrichtung --- */
    display: flex !important;
    align-items: flex-start;
    /* Icon bleibt oben, auch wenn Text mehrzeilig ist */
    gap: 8px;
    /* Abstand zwischen Icon und Text */

    /* --- Umbruch-Logik --- */
    word-break: break-all;
    /* Bricht sehr lange Pfade überall */
    overflow-wrap: break-word;
    white-space: normal;
    width: 100%;
}

/* Das Icon selbst */
.cld-attachment a img {
    width: 14px !important;
    height: auto;
    flex-shrink: 0;
    /* Verhindert, dass das Icon bei Platzmangel gequetscht wird */
    margin-top: 2px;
    /* Feinjustierung für die vertikale Mitte der ersten Zeile */
    opacity: 0.6;
}

@media only screen and (max-width: 595px) {
    .cld-attachment a {
        font-size: .8rem;
    }
}



.cld-table {
    border-collapse: collapse;
    border-radius: 4px;
    width: 100%;
    background-color: #FFF;
}

.cld-files-table a {
    color: #000;
    text-decoration: none;
}


.cld-table th,
.cld-table td {
    padding: 10px;
}

.cld-table th {
    padding: 10px 6px;
    background: #c2c2c2;
}

.cld-table img {
    width: 16px
}


.cld-table button {
    background: transparent;
}


.cld-monnth-select {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

select {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: none;
}


@media (max-width: 450px) {
    select {
        display: block;
        width: 100%;
    }
}

#cld-royalty-table th:last-child,
#cld-royalty-table td:last-child {
    text-align: right;
}

#cld-royalty-table th:nth-child(5),
#cld-royalty-table td:nth-child(5) {
    text-align: center;
}

.cld-form {
    background-color: #e7e7e7;
    padding: 20px;
}

@media only screen and (max-width: 595px) {
    .cld-form {
        padding: 10px;
    }

}

.login-body {
    background-image: url("../images/introbg.webp");
    background-size: cover;
    position: relative;

}

.login-box {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border-radius: 14px;
    background-color: #B8D3CD;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px 1px #00000059;
}


@media only screen and (max-width: 595px) {
    .login-box {
        max-width: 95vw;
    }

}

.login-box h1 {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    font-family: "Roboto Slab";
    font-weight: normal;
    display: block;
    text-align: center;
}

.login-box input {
    padding: 16px;
    border-radius: 4px;
    background-color: #FFF;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}

.login-box-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}


.login-box-forgot-pw {
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-box-forgot-pw a {
    color: #000;
    font-size: .8rem;
    margin: 0 10px;
}

.cld-chat-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cld-btn-small {
    font-family: "Roboto";
    background: #65948A;
    color: white;
    padding: 10px;
    font-size: 1;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.cld-btn-small:hover {
    color: #65948A;
    background-color: #B8D3CD;
}

.cld-approval-text {
    font-family: "Roboto";
    font-size: 1rem;
    color: #dc2626;
    font-weight: bold;
}

.cld-sender {
    font-size: .8rem;
    margin-bottom: 10px;
    color: #6b7280;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cld-logout {
    width: 24px;
}

.logo {
    width: 20px;
}

/* NEU: Spinner Styles für den Button */
.cld-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: cld-rotation 1s linear infinite;
}

@keyframes cld-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* NEU: Cover Grid Styles */
.cld-cover-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    /* Responsives Raster */
    gap: 20px;
}

.cld-cover-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
    text-align: center;
    /* Zentriert den Titel/Link */
}

.cld-cover-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.cld-cover-link {
    display: block;
    background-color: #FFF;
    text-align: center;
    padding: 10px;
    /* Leichter Abstand um das Cover */
}

.cld-cover-image {
    width: 100%;
    height: auto;
    max-width: 250px;
    object-fit: contain;
}

.cld-cover-info {
    padding: 10px 10px 15px 10px;
    /* Nur ein kleiner Bereich für den Titel */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

.cld-cover-title {
    font-weight: bold;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cld-btn-small {
    /* Stil entfernt, da nur Thumbnail gewünscht ist */
    display: none;
}

/* --- NEU: Modal / Overlay Styles --- */
.cld-modal-overlay {
    display: none;
    /* Standardmäßig versteckt */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
}

.cld-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    /* Damit es scrollbar ist auf kleinen Screens */
}

.cld-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafb;
    border-radius: 12px 12px 0 0;
}

.cld-modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.cld-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.cld-modal-close:hover {
    color: #000;
}

.cld-modal-body {
    padding: 20px;
    overflow-y: auto;
    display: block;
    grid-template-columns: 200px 1fr;
    /* Links Bild, Rechts Text */
    gap: 30px;
}

.cld-modal-cover {
    display: flex;
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 6px;
    margin: 0 auto 20px auto;
}

.cld-modal-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cld-detail-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    border-bottom: 1px dashed #eee;
    padding-bottom: 8px;
}

.cld-detail-row:last-child {
    border-bottom: none;
}

.cld-detail-label {
    font-weight: bold;
    color: #666;
    font-size: 0.9rem;
}

.cld-detail-value {
    color: #333;
    font-size: 0.95rem;
    white-space: pre-wrap;
    /* Wichtig für Textumbrüche */
}

/* Responsive Anpassung für Handys */
@media (max-width: 450px) {
    .cld-modal-body {
        grid-template-columns: 1fr;
    }

    .cld-detail-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .cld-detail-label {
        color: #999;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #999;
    }
}

/* --- NEU: ZWINGT LANGE WORTE UND PFADE ZUM UMBRUCH --- */
.cld-file-link-cell {
    /* Setzt eine feste Breite, falls die Tabelle nicht responsive ist, aber primär für den Umbruch */
    max-width: 200px;
    /* Wichtig für die Darstellung in flexiblen Containern */
    white-space: normal !important;
}

.cld-file-link-cell a {
    /* Erlaubt Wörtern, mitten im Wort umzubrechen */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Älterer Standard */
    word-break: break-word;
    /* Für einige Browser */
}

/* Bestehende Regel erweitern */
.cld-file-link-cell {
    max-width: 200px;
    white-space: normal !important;
    /* Ergänzung für die Ausrichtung */
    display: flex;
    justify-content: flex-start;
}

/* Spezifische Korrektur für die mobile Ansicht innerhalb des Media Queries */
@media screen and (max-width: 768px) {

    /* Wir zielen direkt auf die td-Zelle ab */
    .cld-table td.cld-file-link-cell {
        /* justify-content: flex-end schiebt den Inhalt nach rechts */
        justify-content: flex-end !important;
        text-align: right !important;
    }

    /* Falls der Link selbst noch Flex-Eigenschaften hat, die stören */
    .cld-table td.cld-file-link-cell a {
        text-align: right;
        display: inline-block;
        /* Verhindert, dass der Link die ganze Breite einnimmt */
    }
}

.cld-total {
    background-color: #F3F4F6;
}

.cld-total-sum {
    font-weight: bold;
    color: #166534;
}


/* --- NEU: Responsive Tables (ab 768px abwärts) --- */
@media screen and (max-width: 768px) {

    /* Header ausblenden */
    .cld-table thead {
        display: none;
    }

    /* Tabelle verhält sich wie Block-Elemente */
    .cld-table,
    .cld-table tbody,
    .cld-table tr,
    .cld-table td {
        display: block;
        width: 100%;
    }

    /* Zeilen als "Karten" darstellen */
    .cld-table tr {
        margin-bottom: 15px;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }

    /* Zellen-Styling */
    .cld-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid #f3f4f6;
        position: relative;
        font-size: 0.9rem;
    }

    .cld-table td:last-child {
        border-bottom: none;
    }

    /* Das Label vor dem Wert anzeigen (aus data-label Attribut) */
    .cld-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #374151;
        margin-right: 15px;
        text-align: left;
        white-space: nowrap;
    }

    /* Spezielle Anpassung für die Icon-Zelle (erste Spalte bei Dateien) */
    .cld-table td.cld-icon-cell {
        justify-content: center;
        background-color: #f9fafb;
        border-bottom: 1px solid #e5e7eb;
    }

    .cld-table td.cld-icon-cell::before {
        display: none;
    }

    /* Spezielle Anpassung für die Aktions-Zelle */
    .cld-table td.cld-action-cell {
        justify-content: flex-end;
    }
}

.cld-charts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.cld-charts-box {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.cld-charts-box h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
}

.cld-password-container {
    padding: 20px;
    border-radius: 6px;
    background-color: #FFF;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.cld-hdlm {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
}




.cld-newsletter-container {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* Füllt den verfügbaren Platz im Scroller aus */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cld-iframe-wrapper {
    width: 100%;
    /* Nimmt den restlichen Platz ein */
    flex-grow: 1;
    min-height: 500px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

/* Sicherstellen, dass der Scroller den Inhalt halten kann */
#cld-content-scroller {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}

#protocol-scroll-area {
    overflow-y: auto;
    flex: 1;
    padding: 0 6px;
}

.cld-chat-fixed-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--cld-bg);
    padding-bottom: 15px;
}


.cld-approval-status {
    margin-top: 10px;
}

/* FIX für die Dateizeile mobil: Breite Begrenzung aufheben und Standard-Verhalten erzwingen */
@media screen and (max-width: 768px) {
    .cld-table td.cld-file-link-cell {
        max-width: none !important;
        /* Die 200px Sperre aufheben */
        width: 100% !important;
        /* Volle Breite erzwingen */
        justify-content: space-between !important;
        /* Label links, Link rechts */
        text-align: right !important;
        /* Text rechtsbündig */
    }

    /* Falls der Link sehr lang ist, soll er rechtsbündig umbrechen */
    .cld-table td.cld-file-link-cell a {
        text-align: right;
        display: inline-block;
        max-width: 60%;
        /* Damit das Label links nicht überdeckt wird */
    }
}

/* ============================================================
   STYLES FÜR BOOKS.PHP (Accordion, Promo & Notify Fix)
   ============================================================ */

/* --- 1. Buch Wrapper & Accordion --- */

/* Wrapper für das Buch */
.cld-book-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Der sichtbare Header (Cover + Titel) - Klickbar */
.cld-book-trigger {
    cursor: pointer;
    padding: 15px;
    text-align: center;
}

.cld-book-trigger:hover {
    background-color: #f9f9f9;
}

.cld-cover-image {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 10px;
}

.cld-cover-title {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
}

/* Der aufklappbare Bereich */
.cld-book-expandable {
    display: none;
    /* Standardmäßig versteckt */
    border-top: 1px solid #eee;
    background-color: #fafafa;
    padding: 15px;
}

/* --- 2. Tabs & Formulare --- */

/* Tab Buttons im Expandable */
.cld-expand-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.cld-tab-btn {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: "Roboto Slab";
}

.cld-tab-btn.active {
    background: #65948A;
    color: white;
    border-color: #65948A;
}

/* Content Container */
.cld-expand-content-section {
    display: none;
    /* Inhalte versteckt */
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cld-expand-content-section.active {
    display: block;
    /* Aktiver Inhalt sichtbar */
}

/* Formular Styles Anpassung */
.cld-order-form label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.85rem;
}

.cld-order-form input[type="text"],
.cld-order-form input[type="number"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* --- 3. Promotion-Texte & Copy-Button (FLEX LAYOUT) --- */

.cld-promo-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #6e6e6e;
    padding-bottom: 15px;
}

.cld-promo-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Flex-Header: Label links, Button rechts */
.cld-promo-header {
    display: flex;
    justify-content: space-between;
    /* Drückt Label nach links, Button nach rechts */
    align-items: center;
    /* Zentriert vertikal */
    width: 100%;
    margin-bottom: 8px;
}

.cld-promo-label {
    font-weight: bold;
    color: #555;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin: 0;
    /* Wichtig: Margin entfernen, damit Flexbox sauber ausrichtet */
}

/* Der Copy Button */
.cld-copy-btn {
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}

.cld-copy-btn .icon-nav {
    width: 16px;
    height: 16px;
}

/* Der eigentliche Text */
.cld-promo-value {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    white-space: pre-wrap;
    /* Wichtig für Zeilenumbrüche */
}

/* --- 4. Notify Fix --- */
/* Versteckt die Buttons im Notify-Fenster zuverlässig */
.cld-notify-actions-hidden {
    display: none !important;
}

.control-bar {
    padding: 0 10px;
}

/* ============================================================
   STYLES FÜR PROMOTION DOWNLOADS (TABELLARISCH)
   ============================================================ */

/* Container für eine Dateizeile */
.cld-promo-file-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #eee;
    gap: 15px;
    /* Abstand zwischen den Elementen */
}

/* Letzte Zeile ohne Abstand */
.cld-promo-file-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Dateiname (Beschreibung) - FETT & FLEXIBEL */
.cld-promo-filename {
    flex: 1;
    /* Nimmt den gesamten verfügbaren Platz ein */
    font-weight: bold;
    color: #333;
    /* Optional: Falls Namen zu lang sind, Punktierung hinzufügen: */
    /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */
    text-transform: none;
    /* Schreibweise aus DB beibehalten */
}

/* Dateiendung (Format) - RECHTSBÜNDIG FIXED */
.cld-promo-ext {
    flex: 0 0 50px;
    /* Feste Breite von 50px, nicht veränderbar */
    text-align: right;
    /* Text innerhalb der Box rechtsbündig */
    font-weight: normal;
    color: #555;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.info {
    width: 100%;
    display: block;
    text-align: center;
    font-size: .8rem;
}

.order-details {
    font-size: 0.8rem;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 4px;
}


.order-info {
    background-color: #FFF8E1;
    color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: .8rem;
    margin: 10px 0;
}

.order-confirm {
    display: flex;
    align-items: start;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

ol {
    margin: 0;
}

/* --- Chat Notification Badge - Finale Korrektur --- */

/* 1. Basis-Container für alle Ansichten */
.cld-tabsbar .cld-tab {
    position: relative !important;
    overflow: visible !important;
    /* Verhindert das Abschneiden des Punktes */
}

/* 2. Der Badge (Desktop & Grundlayout) */
.notification-badge {
    position: absolute;
    top: 2px;
    right: 12px;
    /* Etwas nach links gerückt, damit er nicht am Rand klebt */
    background-color: #ef4444 !important;
    color: white !important;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: bold;
    height: 18px;
    min-width: 18px;
    padding: 0 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: none;
}

/* 3. Spezifische Korrektur für Mobile (max 600px) */
@media screen and (max-width: 600px) {

    /* Sicherstellen, dass die Leiste den Punkt nicht maskiert */
    .cld-tabsbar {
        overflow: visible !important;
        display: flex !important;
    }

    .cld-tabsbar .cld-tab {
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .notification-badge {
        top: -5px;
        margin-right: -15px;
        height: 16px;
        min-width: 16px;
        font-size: 9px;
        border-width: 1.5px;
    }
}

.cld-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    align-items: stretch;
}

/* Einheitliche Boxen im Dashboard-Stil wie in image_90b532.png */
.cld-settings-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

/* Headlines angepasst an den Stil anderer Tabs */
.cld-settings-card h3 {
    margin: 0 0 20px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
}

.cld-settings-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.cld-settings-value {
    font-size: 1rem;
    color: #111827;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f4f6;
}

.cld-royalty-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.cld-royalty-badge {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
}

.cld-royalty-num {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #059669;
}

@media (max-width: 900px) {
    .cld-settings-grid {
        grid-template-columns: 1fr;
    }
}

/* Symmetrisches Quadrat-Grid für Desktop */
.cld-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
    align-items: stretch;
}

/* Einheitliche Boxen im Dashboard-Stil */
.cld-settings-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.cld-settings-card h3 {
    margin: 0 0 20px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
}

.cld-settings-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 15px 0 5px 0;
}

/* Header für Vita mit Kopier-Button (analog zu books.php) */
.cld-vita-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.cld-settings-value {
    font-size: 1rem;
    color: #111827;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f4f6;
}

.cld-settings-textblock {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.5;
    background: #f9fafb;
    padding: 10px;
    border-radius: 6px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #f3f4f6;
}

/* Kopier-Button Style (aus books.php übernommen) */
.cld-copy-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #9ca3af;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

.cld-copy-btn:hover {
    color: #3b82f6;
}


.cld-royalty-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.cld-royalty-badge {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
}

.cld-royalty-num {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #059669;
}

@media (max-width: 900px) {
    .cld-settings-grid {
        grid-template-columns: 1fr;
    }
}




/* Zebra-Look: Abwechselnde Zeilenfarben */
/* Ungerade Zeilen (1, 3, 5...) weiß */
#cld-files-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Gerade Zeilen (2, 4, 6...) lichtes Grau */
#cld-files-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

/* Hover-Effekt zur besseren Orientierung */
#cld-files-table tbody tr:hover {
    background-color: #f3f4f6;
    transition: background-color 0.2s ease;
}

/* Damit die Icons in der Tabelle sauber zentriert bleiben */
.cld-icon-cell {
    text-align: center;
    width: 60px;
}

/* Zebra-Look: Abwechselnde Zeilenfarben */
#cld-files-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

#cld-files-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

#cld-files-table tbody tr:hover {
    background-color: #f3f4f6;
    transition: background-color 0.2s ease;
}

/* Sortier-Indikatoren */
.cld-sortable-th {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.cld-sortable-th:hover {
    background-color: #f3f4f6;
}

.cld-sortable-th::after {
    content: '↕';
    position: absolute;
    right: 8px;
    opacity: 0.3;
    font-size: 0.8rem;
}

.cld-sortable-th.sort-asc::after {
    content: '↑';
    opacity: 1;
}

.cld-sortable-th.sort-desc::after {
    content: '↓';
    opacity: 1;
}




/* Styling für die inneren Akkordeons */
.cld-inner-accordion {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
}

.cld-inner-accordion summary {
    background-color: #f9fafb;
    padding: 12px 15px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

/* Webkit Fix für Details Marker */
.cld-inner-accordion summary::-webkit-details-marker {
    display: none;
}

/* Eigenes Icon (+ / -) */
.cld-inner-accordion summary::after {
    content: '+';
    font-weight: bold;
    font-size: 1.2rem;
    color: #999;
    margin-left: 10px;
}

.cld-inner-accordion[open] summary::after {
    content: '-';
}

/* Inhalt */
.cld-inner-content {
    padding: 15px;
    border-top: 1px solid #e5e7eb;
}