/* ==========================================================
   EVERYONE ASSEMBLE
   PRIVATE MESSAGES
   ========================================================== */

.eapm-page .eaucp-body{
    padding:25px;
}

.eapm-page,
.eapm-page *{
    box-sizing:border-box;
}

/* ==========================================================
   NAVIGATION UND SPEICHERANZEIGE
   ========================================================== */

.eapm-navigation{
    position:relative;
    margin-bottom:20px;
    padding:17px 19px;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.82),
            rgba(4,25,43,.96)
        );
    border:1px solid var(--eaucp-line-soft);
}

.eapm-navigation::before{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    width:48px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:48px 0 0 var(--eaucp-accent);
}

.eapm-spacebar{
    margin-bottom:13px;
}

.eapm-spacebar:empty{
    display:none;
}

.eapm-spacebar table{
    width:100%;
}

.eapm-links{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
}

.eapm-links a{
    display:inline-flex;
    align-items:center;
    min-height:33px;
    padding:7px 11px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.3);
    border:1px solid rgba(29,95,143,.2);
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.6px;
    text-decoration:none;
    text-transform:uppercase;
    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.eapm-links a:hover{
    color:var(--eaucp-bg-deep);
    background:var(--eaucp-accent-light);
    border-color:var(--eaucp-accent-light);
}

/* ==========================================================
   WARNUNGEN
   ========================================================== */

.eapm-warning{
    margin-bottom:18px;
}

.eapm-warning:empty{
    display:none;
}

.eapm-warning .pm_alert,
.eapm-warning .error{
    position:relative;
    margin:0;
    padding:14px 17px 14px 49px;
    color:var(--eaucp-text-soft);
    background:
        linear-gradient(
            90deg,
            rgba(207,102,121,.12),
            rgba(4,25,43,.92)
        );
    border:1px solid rgba(207,102,121,.48);
    font-size:12px;
    line-height:1.65;
}

.eapm-warning .pm_alert::before,
.eapm-warning .error::before{
    content:"!";
    position:absolute;
    top:50%;
    left:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:22px;
    height:22px;
    color:#efb8c2;
    border:1px solid rgba(207,102,121,.7);
    font-size:12px;
    font-weight:800;
    transform:translateY(-50%) rotate(45deg);
}

.eapm-warning .pm_alert::after,
.eapm-warning .error::after{
    content:"!";
    position:absolute;
    top:50%;
    left:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:22px;
    height:22px;
    color:#efb8c2;
    font-size:12px;
    font-weight:800;
    transform:translateY(-50%);
}

/* ==========================================================
   HAUPTPANEL
   ========================================================== */

.eapm-panel{
    position:relative;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.86),
            rgba(4,25,43,.97)
        );
    border:1px solid var(--eaucp-line-soft);
    box-shadow:
        0 14px 28px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.025);
    overflow:hidden;
}

.eapm-panel::before{
    content:"";
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:52px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:
        52px 0 0 var(--eaucp-accent),
        104px 0 0 rgba(33,139,208,.38);
}

.eapm-panel-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:19px 21px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.14),
            transparent
        ),
        rgba(1,9,20,.28);
    border-bottom:1px solid var(--eaucp-line-soft);
}

.eapm-panel-heading{
    min-width:0;
}

.eapm-panel-code{
    display:block;
    margin-bottom:4px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.eapm-panel-title{
    margin:0;
    color:var(--eaucp-text);
    font-size:15px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.9px;
    text-transform:uppercase;
}

.eapm-panel-body{
    padding:20px;
}

/* ==========================================================
   SCHNELLSUCHE
   ========================================================== */

.eapm-quick-search{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
}

.eapm-quick-search input[type="text"]{
    width:230px;
    min-height:36px;
    margin:0;
    padding:8px 10px;
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
}

.eapm-quick-search input[type="text"]:focus{
    border-color:var(--eaucp-accent-light);
    box-shadow:0 0 0 3px rgba(117,208,255,.08);
}

.eapm-quick-search input[type="submit"]{
    min-height:36px;
}

.eapm-advanced-link{
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
}

/* ==========================================================
   NACHRICHTENTABELLE
   ========================================================== */

.eapm-table-wrap{
    width:100%;
    overflow-x:auto;
}

.eapm-message-table{
    width:100%;
    min-width:760px;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-message-table th,
.eapm-message-table td{
    padding:12px 13px;
    border-right:1px solid rgba(29,95,143,.14);
    border-bottom:1px solid rgba(29,95,143,.18);
    font-size:12px;
    line-height:1.5;
    vertical-align:middle;
}

.eapm-message-table th:last-child,
.eapm-message-table td:last-child{
    border-right:0;
}

.eapm-message-table thead th{
    color:var(--eaucp-muted);
    background:
        linear-gradient(
            180deg,
            rgba(11,49,80,.76),
            rgba(4,25,43,.84)
        );
    font-size:12px;
    font-weight:700;
    letter-spacing:.9px;
    text-align:left;
    text-transform:uppercase;
}

.eapm-message-table thead th a{
    color:var(--eaucp-text-soft);
}

.eapm-message-table thead th a:hover{
    color:var(--eaucp-accent-light);
}

.eapm-message-table tbody td{
    color:var(--eaucp-text-soft);
    background:rgba(2,13,24,.34);
}

.eapm-message-table tbody tr:hover td{
    background:rgba(33,139,208,.07);
}

.eapm-message-table tbody a{
    color:var(--eaucp-accent-light);
}

.eapm-message-table input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:var(--eaucp-accent-light);
    cursor:pointer;
}

.eapm-message-title{
    text-align:left;
}

.eapm-message-center{
    text-align:center !important;
}

.eapm-message-date{
    white-space:nowrap;
    text-align:right !important;
}

/* ==========================================================
   MASSENAKTIONEN
   ========================================================== */

.eapm-table-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:15px 17px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.32)
        );
    border-top:1px solid var(--eaucp-line-soft);
}

.eapm-table-actions select,
.eapm-folder-jump select{
    min-width:160px;
    min-height:37px;
    padding:8px 10px;
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
}

.eapm-table-actions-text{
    color:var(--eaucp-muted);
    font-size:12px;
}

/* ==========================================================
   UNTERER BEREICH
   ========================================================== */

.eapm-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-top:17px;
}

.eapm-folder-jump{
    display:flex;
    align-items:center;
    gap:8px;
}

.eapm-folder-jump-label{
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
}

/* ==========================================================
   FORMULARE
   ========================================================== */

.eapm-form-sections{
    display:grid;
    gap:18px;
}

.eapm-form-section{
    position:relative;
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.48),
            rgba(8,43,69,.38)
        );
    border:1px solid var(--eaucp-line-soft);
}

.eapm-form-section::before{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    width:42px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:42px 0 0 var(--eaucp-accent);
}

.eapm-form-section-head{
    padding:15px 17px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.11),
            transparent
        );
    border-bottom:1px solid var(--eaucp-line-soft);
    font-size:11px;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-form-section-body{
    display:grid;
    gap:9px;
    padding:16px;
}

.eapm-form-row{
    position:relative;
    display:grid;
    grid-template-columns:minmax(180px,30%) minmax(0,1fr);
    align-items:start;
    gap:18px;
    padding:13px;
    background:rgba(1,9,20,.28);
    border:1px solid rgba(29,95,143,.17);
}

.eapm-form-label{
    color:var(--eaucp-text-soft);
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.eapm-form-description{
    display:block;
    margin-top:5px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:400;
    line-height:1.6;
    letter-spacing:0;
    text-transform:none;
}

.eapm-form-control{
    min-width:0;
}

.eapm-page input[type="text"],
.eapm-page input[type="password"],
.eapm-page select,
.eapm-page textarea{
    display:block;
    width:100%;
    max-width:none;
    min-height:40px;
    margin:0;
    padding:9px 11px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.95),
            rgba(4,25,43,.95)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
    line-height:1.5;
    box-shadow:inset 0 7px 15px rgba(0,0,0,.17);
}

.eapm-page select[multiple]{
    min-height:130px;
}

.eapm-page input:focus,
.eapm-page select:focus,
.eapm-page textarea:focus{
    border-color:var(--eaucp-accent-light);
    box-shadow:
        inset 0 7px 15px rgba(0,0,0,.17),
        0 0 0 3px rgba(117,208,255,.08);
}

.eapm-page select option{
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
}

.eapm-choice-list{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.eapm-choice{
    display:flex;
    align-items:flex-start;
    gap:9px;
    padding:8px 10px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.25);
    border:1px solid rgba(29,95,143,.15);
    font-size:12px;
    line-height:1.55;
    cursor:pointer;
}

.eapm-choice:hover{
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.07);
}

.eapm-choice input[type="checkbox"],
.eapm-choice input[type="radio"]{
    flex-shrink:0;
    width:16px;
    height:16px;
    margin:0;
    accent-color:var(--eaucp-accent-light);
    cursor:pointer;
}

.eapm-inline-fields{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.eapm-inline-fields input[type="text"]{
    width:85px;
}

.eapm-form-actions{
    display:flex;
    justify-content:flex-end;
    margin-top:18px;
    padding:16px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.32)
        );
    border:1px solid var(--eaucp-line-soft);
}

.eapm-form-actions input[type="submit"]{
    min-width:190px;
}

/* ==========================================================
   ORDNER LEEREN
   ========================================================== */

.eapm-empty-table{
    width:100%;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-empty-table th,
.eapm-empty-table td{
    padding:12px 14px;
    border-right:1px solid rgba(29,95,143,.14);
    border-bottom:1px solid rgba(29,95,143,.18);
    font-size:12px;
    line-height:1.5;
}

.eapm-empty-table th{
    color:var(--eaucp-muted);
    background:
        linear-gradient(
            180deg,
            rgba(11,49,80,.76),
            rgba(4,25,43,.84)
        );
    font-size:12px;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-empty-table td{
    color:var(--eaucp-text-soft);
    background:rgba(2,13,24,.34);
}

.eapm-empty-table tr:hover td{
    background:rgba(33,139,208,.07);
}

.eapm-empty-table input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:var(--eaucp-accent-light);
}

.eapm-keep-unread{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:9px;
    padding:13px;
    color:var(--eaucp-text-soft);
    background:rgba(33,139,208,.06);
    font-size:12px;
}

/* ==========================================================
   SELECT2
   ========================================================== */

.eapm-page .select2-container{
    display:block;
    width:100% !important;
}

.eapm-page .select2-container .select2-choice{
    min-height:40px;
    padding:7px 34px 7px 11px;
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
    border:1px solid var(--eaucp-line);
    border-radius:0;
    box-shadow:none;
    line-height:25px;
}

.eapm-page .select2-container .select2-choice .select2-arrow{
    width:31px;
    background:rgba(33,139,208,.1);
    border-left:1px solid var(--eaucp-line);
    border-radius:0;
}

.eapm-page .select2-container-active .select2-choice{
    border-color:var(--eaucp-accent-light);
    box-shadow:0 0 0 3px rgba(117,208,255,.08);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:760px){

    .eapm-page .eaucp-body{
        padding:15px;
    }

    .eapm-panel-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .eapm-quick-search{
        width:100%;
    }

    .eapm-quick-search input[type="text"]{
        width:100%;
    }

    .eapm-form-row{
        grid-template-columns:1fr;
        gap:8px;
    }

    .eapm-bottom{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-folder-jump{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-form-actions input[type="submit"]{
        width:100%;
        min-width:0;
    }
}

/* ==========================================================
   PRIVATE MESSAGES – MINDESTSCHRIFTGRÖSSE 10PX
   ========================================================== */

.eapm-page .eapm-links a,
.eapm-page .eapm-panel-code,
.eapm-page .eapm-quick-search input[type="text"],
.eapm-page .eapm-advanced-link,
.eapm-page .eapm-message-table thead th,
.eapm-page .eapm-table-actions-text,
.eapm-page .eapm-folder-jump-label,
.eapm-page .eapm-form-label,
.eapm-page .eapm-form-description,
.eapm-page .eapm-choice,
.eapm-page .eapm-empty-table th{
    font-size:12px;
}

/* ==========================================================
   EVERYONE ASSEMBLE
   PRIVATE MESSAGES – ERWEITERUNGEN
   Keine Schrift kleiner als 10px
   ========================================================== */

/* ==========================================================
   SPEICHERANZEIGE
   ========================================================== */

.pmspace.eapm-pmspace{
    display:grid;
    gap:8px;
    width:100%;
    color:var(--eaucp-text-soft);
    font-size:12px;
    line-height:1.5;
}

.eapm-pmspace-bar{
    display:flex;
    width:100%;
    max-width:520px;
    height:17px;
    background:var(--eaucp-bg-deep);
    border:1px solid var(--eaucp-line);
    overflow:hidden;
}

.eapm-pmspace-used,
.eapm-pmspace-unused{
    position:relative;
    display:block;
    height:100%;
    min-width:0;
}

.eapm-pmspace-used{
    background:
        linear-gradient(
            90deg,
            var(--eaucp-accent),
            var(--eaucp-accent-light)
        );
}

.eapm-pmspace-used.high,
.eapm-pmspace-used.warning,
.eapm-pmspace-used.critical{
    background:
        linear-gradient(
            90deg,
            #a64a5b,
            #ef8da0
        );
}

.eapm-pmspace-unused{
    background:
        linear-gradient(
            90deg,
            rgba(8,43,69,.85),
            rgba(4,25,43,.92)
        );
}

.eapm-pmspace-text{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--eaucp-bg-deep);
    font-size:12px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
}

.eapm-pmspace-unused .eapm-pmspace-text{
    color:var(--eaucp-muted);
}

.eapm-pmspace-label{
    color:var(--eaucp-muted);
    font-size:12px;
}

/* ==========================================================
   NACHRICHTENSTATUS UND ICONS
   ========================================================== */

.eapm-status-cell,
.eapm-icon-cell,
.eapm-check-cell{
    width:42px;
    text-align:center;
}

.eapm-status-icon{
    display:block;
    width:18px;
    height:18px;
    margin:auto;
    object-fit:contain;
}

.eapm-message-icon{
    display:block;
    max-width:20px;
    max-height:20px;
    margin:auto;
    object-fit:contain;
}

.eapm-subject-cell{
    min-width:250px;
}

.eapm-subject-link{
    display:inline;
    color:var(--eaucp-accent-light);
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    overflow-wrap:anywhere;
}

.eapm-subject-link:hover{
    color:var(--eaucp-text);
}

.eapm-subject-link.new,
.eapm-subject-link.unread{
    color:var(--eaucp-accent-light);
    font-weight:800;
}

.eapm-subject-link.read{
    color:var(--eaucp-text-soft);
}

.eapm-sender-cell{
    min-width:150px;
    text-align:center;
}

.eapm-date-cell{
    min-width:145px;
    color:var(--eaucp-muted) !important;
    text-align:right;
    white-space:nowrap;
}

.eapm-receipt-link{
    display:inline-block;
    margin-left:6px;
    padding:3px 6px;
    color:#efb8c2;
    background:rgba(207,102,121,.08);
    border:1px solid rgba(207,102,121,.35);
    font-size:12px;
    line-height:1.35;
    text-decoration:none;
}

.eapm-receipt-link:hover{
    color:#ffffff;
    background:rgba(207,102,121,.25);
}

.eapm-separator td{
    height:4px;
    padding:0 !important;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(117,208,255,.26),
            transparent
        ) !important;
    border:0 !important;
}

.eapm-no-messages td{
    padding:35px 20px !important;
    color:var(--eaucp-muted) !important;
    text-align:center;
    font-size:11px !important;
    font-weight:700;
    letter-spacing:.6px;
}

/* ==========================================================
   SORTIERPFEIL
   ========================================================== */

.eapm-order-arrow{
    display:inline-block;
    margin-left:5px;
}

.eapm-order-arrow a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:25px;
    min-height:22px;
    padding:3px 6px;
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.08);
    border:1px solid rgba(29,95,143,.28);
    font-size:12px;
    line-height:1;
    text-decoration:none;
}

.eapm-order-arrow a:hover{
    color:var(--eaucp-bg-deep);
    background:var(--eaucp-accent-light);
}

/* ==========================================================
   EMPFÄNGER-POPUP
   ========================================================== */

.eapm-recipient-link{
    color:var(--eaucp-accent-light);
    font-size:12px;
    text-decoration:none;
}

.eapm-recipient-popup.popup_menu{
    width:230px;
    min-width:230px;
    padding:7px;
    color:var(--eaucp-text-soft);
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.99),
            rgba(1,9,20,.99)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    box-shadow:
        0 16px 32px rgba(0,0,0,.44),
        0 0 20px rgba(33,139,208,.08);
}

.eapm-recipient-popup-head{
    margin:-7px -7px 6px;
    padding:10px 12px;
    color:var(--eaucp-accent-light);
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.14),
            transparent
        );
    border-bottom:1px solid var(--eaucp-line-soft);
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.eapm-recipient-popup .popup_item_container{
    margin:0;
    padding:0;
    background:transparent;
    border:0;
}

.eapm-recipient-popup .popup_item{
    position:relative;
    display:block;
    padding:9px 10px 9px 25px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.23);
    border-bottom:1px solid rgba(29,95,143,.16);
    font-size:12px;
    line-height:1.45;
    text-decoration:none;
}

.eapm-recipient-popup .popup_item::before{
    content:"";
    position:absolute;
    top:50%;
    left:9px;
    width:6px;
    height:6px;
    border:1px solid var(--eaucp-accent);
    transform:translateY(-50%) rotate(45deg);
}

.eapm-recipient-popup .popup_item:hover{
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.08);
}

/* ==========================================================
   SUCHERGEBNISSE
   ========================================================== */

.eapm-search-table{
    width:100%;
    min-width:940px;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-search-table th,
.eapm-search-table td{
    padding:12px 13px;
    border-right:1px solid rgba(29,95,143,.14);
    border-bottom:1px solid rgba(29,95,143,.18);
    font-size:12px;
    line-height:1.55;
    vertical-align:middle;
}

.eapm-search-table th:last-child,
.eapm-search-table td:last-child{
    border-right:0;
}

.eapm-search-table thead th{
    color:var(--eaucp-muted);
    background:
        linear-gradient(
            180deg,
            rgba(11,49,80,.76),
            rgba(4,25,43,.84)
        );
    font-size:12px;
    font-weight:700;
    letter-spacing:.8px;
    text-align:left;
    text-transform:uppercase;
}

.eapm-search-table tbody td{
    color:var(--eaucp-text-soft);
    background:rgba(2,13,24,.34);
}

.eapm-search-table tbody tr:hover td{
    background:rgba(33,139,208,.07);
}

.eapm-search-preview{
    max-height:90px;
    margin-top:7px;
    padding:8px 10px;
    color:var(--eaucp-muted);
    background:rgba(1,9,20,.25);
    border-left:2px solid rgba(33,139,208,.45);
    font-size:12px;
    line-height:1.6;
    overflow:hidden;
}

.eapm-folder-cell{
    min-width:130px;
    text-align:center;
}

/* ==========================================================
   LESEANSICHT
   ========================================================== */

.eapm-read-page .eaucp-body{
    padding:25px;
}

.eapm-read-panel{
    position:relative;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.86),
            rgba(4,25,43,.97)
        );
    border:1px solid var(--eaucp-line-soft);
    box-shadow:
        0 14px 28px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.025);
    overflow:hidden;
}

.eapm-read-panel::before{
    content:"";
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:52px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:
        52px 0 0 var(--eaucp-accent),
        104px 0 0 rgba(33,139,208,.38);
}

.eapm-read-head{
    padding:20px 22px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.14),
            transparent
        ),
        rgba(1,9,20,.28);
    border-bottom:1px solid var(--eaucp-line-soft);
}

.eapm-read-code{
    display:block;
    margin-bottom:4px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.eapm-read-title{
    margin:0;
    color:var(--eaucp-text);
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.8px;
    overflow-wrap:anywhere;
}

.eapm-read-action-table{
    width:100%;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-read-action-table:empty{
    display:none;
}

.eapm-read-action{
    padding:11px 15px;
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.07);
    border-bottom:1px solid var(--eaucp-line-soft);
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    text-align:center;
}

.eapm-read-message{
    padding:20px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.22);
    font-size:12px;
    line-height:1.65;
}

.eapm-read-message #posts,
.eapm-read-message #posts_container{
    width:100%;
}

.eapm-read-message img{
    max-width:100%;
    height:auto;
}

/* ==========================================================
   EMPFÄNGER IN DER LESEANSICHT
   ========================================================== */

.eapm-recipient-line{
    display:block;
    margin-top:5px;
    color:var(--eaucp-muted);
    font-size:12px;
    line-height:1.55;
}

.eapm-recipient-line strong{
    color:var(--eaucp-text-soft);
}

/* ==========================================================
   SCHNELLANTWORT
   ========================================================== */

.eapm-quickreply{
    position:relative;
    margin-top:20px;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.84),
            rgba(4,25,43,.97)
        );
    border:1px solid var(--eaucp-line-soft);
    overflow:hidden;
}

.eapm-quickreply::before{
    content:"";
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:48px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:48px 0 0 var(--eaucp-accent);
}

.eapm-quickreply-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding:17px 19px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.12),
            transparent
        );
    border-bottom:1px solid var(--eaucp-line-soft);
    font-size:12px;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-quickreply-expander{
    flex-shrink:0;
}

.eapm-quickreply-expander img{
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
}

.eapm-quickreply-body{
    padding:18px;
}

.eapm-quickreply-layout{
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    align-items:start;
    gap:18px;
}

.eapm-quickreply-options{
    color:var(--eaucp-muted);
    font-size:12px;
    line-height:1.65;
}

.eapm-quickreply-options-title{
    display:block;
    margin-bottom:4px;
    color:var(--eaucp-text);
    font-size:11px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.eapm-quickreply-choice{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-top:7px;
    padding:8px 9px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.25);
    border:1px solid rgba(29,95,143,.16);
    font-size:12px;
    line-height:1.5;
    cursor:pointer;
}

.eapm-quickreply-choice input{
    flex-shrink:0;
    width:16px;
    height:16px;
    margin:0;
    accent-color:var(--eaucp-accent-light);
}

.eapm-quickreply-editor textarea{
    display:block;
    width:100%;
    min-height:210px;
    margin:0;
    padding:12px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.95),
            rgba(4,25,43,.95)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
    line-height:1.65;
    resize:vertical;
}

.eapm-quickreply-editor textarea:focus{
    border-color:var(--eaucp-accent-light);
    box-shadow:0 0 0 3px rgba(117,208,255,.08);
}

.eapm-quickreply-actions{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:9px;
    margin-top:16px;
    padding:14px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.3)
        );
    border:1px solid rgba(29,95,143,.24);
}

.eapm-quickreply-actions input[type="submit"]{
    min-width:170px;
}

/* ==========================================================
   ORDNERAUSWAHL
   ========================================================== */

.eapm-move-select,
.eapm-jump-select{
    display:inline-block;
    min-width:170px;
    min-height:37px;
    margin:0;
    padding:8px 10px;
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:760px){

    .eapm-read-page .eaucp-body{
        padding:15px;
    }

    .eapm-quickreply-layout{
        grid-template-columns:1fr;
    }

    .eapm-quickreply-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-quickreply-actions input[type="submit"]{
        width:100%;
        min-width:0;
    }
}

/* ==========================================================
   EVERYONE ASSEMBLE
   PRIVATE MESSAGES – VERFASSEN UND TRACKING
   Keine Schrift kleiner als 10px
   ========================================================== */

/* ==========================================================
   VORSCHAU UND FEHLERMELDUNGEN
   ========================================================== */

.eapm-compose-feedback{
    margin-bottom:18px;
}

.eapm-compose-feedback:empty{
    display:none;
}

.eapm-compose-feedback .error,
.eapm-compose-feedback .red_alert,
.eapm-compose-feedback .pm_alert{
    position:relative;
    margin:0 0 10px;
    padding:14px 17px 14px 49px;
    color:var(--eaucp-text-soft);
    background:
        linear-gradient(
            90deg,
            rgba(207,102,121,.12),
            rgba(4,25,43,.94)
        );
    border:1px solid rgba(207,102,121,.48);
    font-size:12px;
    line-height:1.65;
}

.eapm-compose-feedback .error::before,
.eapm-compose-feedback .red_alert::before,
.eapm-compose-feedback .pm_alert::before{
    content:"!";
    position:absolute;
    top:50%;
    left:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:22px;
    height:22px;
    color:#efb8c2;
    border:1px solid rgba(207,102,121,.7);
    font-size:12px;
    font-weight:800;
    transform:translateY(-50%) rotate(45deg);
}

.eapm-compose-feedback .error::after,
.eapm-compose-feedback .red_alert::after,
.eapm-compose-feedback .pm_alert::after{
    content:"!";
    position:absolute;
    top:50%;
    left:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:22px;
    height:22px;
    color:#efb8c2;
    font-size:12px;
    font-weight:800;
    transform:translateY(-50%);
}

.eapm-compose-feedback .tborder{
    width:100%;
    margin-bottom:15px;
}

/* ==========================================================
   NACHRICHT VERFASSEN
   ========================================================== */

.eapm-compose-table-wrap{
    width:100%;
    overflow-x:auto;
}

.eapm-compose-table{
    width:100%;
    min-width:680px;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-compose-table > tbody > tr > td{
    padding:15px;
    color:var(--eaucp-text-soft);
    background:rgba(2,13,24,.34);
    border-right:1px solid rgba(29,95,143,.14);
    border-bottom:1px solid rgba(29,95,143,.18);
    font-size:12px;
    line-height:1.6;
    vertical-align:top;
}

.eapm-compose-table > tbody > tr > td:last-child{
    border-right:0;
}

.eapm-compose-table > tbody > tr:nth-child(even) > td{
    background:rgba(8,43,69,.25);
}

.eapm-compose-label-cell{
    width:230px;
}

.eapm-compose-label{
    display:block;
    color:var(--eaucp-text-soft);
    font-size:12px;
    font-weight:700;
    line-height:1.5;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.eapm-compose-description{
    display:block;
    margin-top:6px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:400;
    line-height:1.6;
    letter-spacing:0;
    text-transform:none;
}

.eapm-compose-bcc-toggle{
    display:inline-block;
    margin-top:7px;
    color:var(--eaucp-accent-light);
    font-size:12px;
    font-weight:700;
    line-height:1.45;
    text-decoration:none;
    text-transform:none;
}

.eapm-compose-bcc-toggle:hover{
    color:var(--eaucp-text);
}

.eapm-compose-table input[type="text"],
.eapm-compose-table input[type="password"],
.eapm-compose-table select,
.eapm-compose-table textarea{
    display:block;
    width:100%;
    max-width:none;
    min-height:41px;
    margin:0;
    padding:10px 12px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.96),
            rgba(4,25,43,.95)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
    line-height:1.6;
    box-shadow:inset 0 7px 15px rgba(0,0,0,.17);
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.eapm-compose-table textarea[name="to"],
.eapm-compose-table textarea[name="bcc"]{
    min-height:76px;
    resize:vertical;
}

.eapm-compose-table textarea[name="message"]{
    min-height:330px;
    resize:vertical;
}

.eapm-compose-table input:focus,
.eapm-compose-table select:focus,
.eapm-compose-table textarea:focus{
    border-color:var(--eaucp-accent-light);
    box-shadow:
        inset 0 7px 15px rgba(0,0,0,.17),
        0 0 0 3px rgba(117,208,255,.08);
}

.eapm-compose-table select option{
    color:var(--eaucp-text);
    background:var(--eaucp-bg-deep);
}

/* ==========================================================
   EMPFÄNGER UND FREUNDESLISTE
   ========================================================== */

.eapm-max-recipients{
    display:block;
    margin-top:7px;
    color:var(--eaucp-muted);
    font-size:12px;
    line-height:1.5;
}

.eapm-buddy-select{
    display:block;
    margin-top:8px;
}

.eapm-buddy-select a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:6px 9px;
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.07);
    border:1px solid rgba(29,95,143,.25);
    font-size:12px;
    line-height:1.45;
    text-decoration:none;
}

.eapm-buddy-select a:hover{
    color:var(--eaucp-bg-deep);
    background:var(--eaucp-accent-light);
    border-color:var(--eaucp-accent-light);
}

.eapm-buddy-select img{
    display:block;
    width:18px;
    height:18px;
    object-fit:contain;
}

/* ==========================================================
   POSTICONS UND EDITOR
   ========================================================== */

.eapm-compose-table .posticons_label{
    color:var(--eaucp-text-soft);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

.eapm-compose-table input[type="radio"],
.eapm-compose-table input[type="checkbox"]{
    width:16px;
    height:16px;
    margin:0;
    accent-color:var(--eaucp-accent-light);
    cursor:pointer;
}

.eapm-message-editor{
    min-width:0;
}

.eapm-codebuttons{
    margin-top:9px;
}

.eapm-codebuttons:empty{
    display:none;
}

.eapm-codebuttons .toolbar,
.eapm-codebuttons .sceditor-toolbar{
    color:var(--eaucp-text-soft);
    background:var(--eaucp-panel-soft);
    border-color:var(--eaucp-line);
}

.eapm-smilie-inserter{
    margin-top:12px;
    color:var(--eaucp-text-soft);
    font-size:12px;
}

.eapm-smilie-inserter img{
    max-width:100%;
}

/* ==========================================================
   VERSANDOPTIONEN
   ========================================================== */

.eapm-compose-options{
    display:grid;
    gap:7px;
}

.eapm-compose-option{
    display:flex;
    align-items:flex-start;
    gap:9px;
    min-height:39px;
    padding:9px 10px;
    color:var(--eaucp-text-soft);
    background:rgba(1,9,20,.26);
    border:1px solid rgba(29,95,143,.17);
    font-size:12px;
    line-height:1.55;
    cursor:pointer;
    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.eapm-compose-option:hover{
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.07);
    border-color:var(--eaucp-line-soft);
}

.eapm-compose-option input{
    flex-shrink:0;
    margin-top:1px !important;
}

.eapm-compose-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    padding:16px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.32)
        );
    border:1px solid var(--eaucp-line-soft);
}

.eapm-compose-actions input[type="submit"]{
    min-width:170px;
}

/* ==========================================================
   SELECT2 – MEHRFACHAUSWAHL
   ========================================================== */

.eapm-page .select2-container-multi{
    display:block;
    width:100% !important;
}

.eapm-page .select2-container-multi .select2-choices{
    min-height:43px;
    padding:4px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.96),
            rgba(4,25,43,.95)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    box-shadow:inset 0 7px 15px rgba(0,0,0,.17);
}

.eapm-page .select2-container-multi.select2-container-active .select2-choices{
    border-color:var(--eaucp-accent-light);
    box-shadow:0 0 0 3px rgba(117,208,255,.08);
}

.eapm-page .select2-container-multi .select2-choices .select2-search-field input{
    min-height:31px;
    margin:0;
    padding:5px 7px;
    color:var(--eaucp-text);
    background:transparent;
    border:0;
    font-size:12px;
    box-shadow:none;
}

.eapm-page .select2-container-multi .select2-choices .select2-search-choice{
    margin:3px;
    padding:6px 9px 6px 23px;
    color:var(--eaucp-text-soft);
    background:rgba(33,139,208,.11);
    border:1px solid rgba(29,95,143,.42);
    border-radius:0;
    box-shadow:none;
    font-size:12px;
    line-height:1.35;
}

.eapm-page .select2-container-multi .select2-search-choice-close{
    top:8px;
    left:7px;
}

/* ==========================================================
   TRACKING – GRUNDLAYOUT
   ========================================================== */

.eapm-tracking-stack{
    display:grid;
    gap:22px;
}

.eapm-tracking-section{
    position:relative;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.84),
            rgba(4,25,43,.97)
        );
    border:1px solid var(--eaucp-line-soft);
    overflow:hidden;
}

.eapm-tracking-section::before{
    content:"";
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:48px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:48px 0 0 var(--eaucp-accent);
}

.eapm-tracking-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    padding:18px 20px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.13),
            transparent
        );
    border-bottom:1px solid var(--eaucp-line-soft);
}

.eapm-tracking-heading{
    min-width:0;
}

.eapm-tracking-code{
    display:block;
    margin-bottom:4px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:1.8px;
    text-transform:uppercase;
}

.eapm-tracking-title{
    margin:0;
    color:var(--eaucp-text);
    font-size:14px;
    font-weight:700;
    line-height:1.45;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-tracking-status{
    flex-shrink:0;
    padding:7px 10px;
    color:var(--eaucp-accent-light);
    background:rgba(33,139,208,.08);
    border:1px solid var(--eaucp-line-soft);
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-tracking-pagination{
    margin:0 0 10px;
}

.eapm-tracking-pagination:empty{
    display:none;
}

/* ==========================================================
   TRACKING-TABELLEN
   ========================================================== */

.eapm-tracking-table-wrap{
    width:100%;
    overflow-x:auto;
}

.eapm-tracking-table{
    width:100%;
    min-width:720px;
    border:0;
    border-collapse:collapse;
    border-spacing:0;
}

.eapm-tracking-table th,
.eapm-tracking-table td{
    padding:12px 13px;
    border-right:1px solid rgba(29,95,143,.14);
    border-bottom:1px solid rgba(29,95,143,.18);
    font-size:12px;
    line-height:1.55;
    vertical-align:middle;
}

.eapm-tracking-table th:last-child,
.eapm-tracking-table td:last-child{
    border-right:0;
}

.eapm-tracking-table thead th{
    color:var(--eaucp-muted);
    background:
        linear-gradient(
            180deg,
            rgba(11,49,80,.76),
            rgba(4,25,43,.84)
        );
    font-size:12px;
    font-weight:700;
    letter-spacing:.8px;
    text-align:left;
    text-transform:uppercase;
}

.eapm-tracking-table tbody td{
    color:var(--eaucp-text-soft);
    background:rgba(2,13,24,.34);
}

.eapm-tracking-table tbody tr:hover td{
    background:rgba(33,139,208,.07);
}

.eapm-tracking-icon-cell{
    width:42px;
    text-align:center;
}

.eapm-tracking-icon{
    display:block;
    width:18px;
    height:18px;
    margin:auto;
    object-fit:contain;
}

.eapm-tracking-subject{
    min-width:250px;
    color:var(--eaucp-text);
    font-weight:700;
}

.eapm-tracking-user{
    min-width:150px;
    text-align:center;
}

.eapm-tracking-date{
    min-width:145px;
    color:var(--eaucp-muted) !important;
    text-align:right;
    white-space:nowrap;
}

.eapm-tracking-check{
    width:45px;
    text-align:center;
}

.eapm-tracking-table input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:var(--eaucp-accent-light);
    cursor:pointer;
}

.eapm-tracking-empty td{
    padding:32px 20px !important;
    color:var(--eaucp-muted) !important;
    text-align:center;
    font-size:10px !important;
    font-weight:700;
    letter-spacing:.5px;
}

/* ==========================================================
   TRACKING-AKTIONEN
   ========================================================== */

.eapm-tracking-actions td{
    padding:14px 16px !important;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.34)
        ) !important;
    text-align:right;
}

.eapm-tracking-actions-inner{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    color:var(--eaucp-muted);
    font-size:12px;
}

.eapm-tracking-actions a{
    color:var(--eaucp-accent-light);
    font-size:12px;
    text-decoration:none;
}

.eapm-tracking-actions a:hover{
    color:var(--eaucp-text);
}

/* ==========================================================
   GARANTIERTE MINDESTSCHRIFTGRÖSSE
   ========================================================== */

.eapm-page,
.eapm-page input,
.eapm-page select,
.eapm-page textarea,
.eapm-page button,
.eapm-page label,
.eapm-page a,
.eapm-page span,
.eapm-page td,
.eapm-page th,
.eapm-page div{
    font-size:max(10px,1em);
}

/*
 * Überschriften behalten ihre ausdrücklich größeren Werte.
 * Das max()-Fallback verhindert kleinere Plugin-Styles.
 */

.eapm-page .eaucp-title{
    font-size:26px;
}

.eapm-page .eapm-panel-title{
    font-size:15px;
}

.eapm-page .eapm-compose-label,
.eapm-page .eapm-tracking-title{
    font-size:12px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:760px){

    .eapm-compose-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-compose-actions input[type="submit"]{
        width:100%;
        min-width:0;
    }

    .eapm-tracking-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .eapm-tracking-actions-inner{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-tracking-actions-inner input[type="submit"],
    .eapm-tracking-actions-inner a{
        width:100%;
        text-align:center;
    }
}

@media (max-width:700px){

    .eapm-page .eaucp-title{
        font-size:21px;
    }
}

/* ==========================================================
   EVERYONE ASSEMBLE
   PRIVATE MESSAGES – ORDNER VERWALTEN
   Keine Schrift kleiner als 12px
   ========================================================== */

.eapm-folders-page{
    font-size:12px;
}

/*
 * Verhindert, dass ältere Theme-Regeln Texte innerhalb
 * der Ordnerverwaltung wieder kleiner als 12px darstellen.
 */
.eapm-folders-page :where(
    a,
    span,
    label,
    input,
    select,
    textarea,
    button,
    td,
    th,
    p,
    div
){
    font-size:max(12px,1em);
}

/* ==========================================================
   ORDNERBEREICHE
   ========================================================== */

.eapm-folder-sections{
    display:grid;
    gap:20px;
}

.eapm-folder-section{
    position:relative;
    background:
        linear-gradient(
            145deg,
            rgba(8,43,69,.84),
            rgba(4,25,43,.97)
        );
    border:1px solid var(--eaucp-line-soft);
    box-shadow:
        0 12px 24px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.025);
    overflow:hidden;
}

.eapm-folder-section::before{
    content:"";
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:52px;
    height:2px;
    background:var(--eaucp-accent-light);
    box-shadow:
        52px 0 0 var(--eaucp-accent),
        104px 0 0 rgba(33,139,208,.38);
}

.eapm-folder-section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    padding:19px 21px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.14),
            transparent
        ),
        rgba(1,9,20,.28);
    border-bottom:1px solid var(--eaucp-line-soft);
}

.eapm-folder-section-heading{
    min-width:0;
}

.eapm-folder-section-code{
    display:block;
    margin-bottom:4px;
    color:var(--eaucp-muted);
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:1.8px;
    text-transform:uppercase;
}

.eapm-folder-section-title{
    margin:0;
    color:var(--eaucp-text);
    font-size:15px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.eapm-folder-section-index{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    width:42px;
    height:42px;
    color:var(--eaucp-accent-light);
    background:
        linear-gradient(
            145deg,
            rgba(33,139,208,.18),
            rgba(1,9,20,.72)
        );
    border:1px solid var(--eaucp-line);
    font-size:12px;
    font-weight:800;
    letter-spacing:.6px;
    clip-path:polygon(
        18% 0,
        82% 0,
        100% 18%,
        100% 82%,
        82% 100%,
        18% 100%,
        0 82%,
        0 18%
    );
}

/* ==========================================================
   HINWEISTEXT
   ========================================================== */

.eapm-folder-note{
    position:relative;
    margin:16px;
    padding:14px 16px 14px 49px;
    color:var(--eaucp-text-soft);
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.11),
            rgba(1,9,20,.32)
        );
    border:1px solid rgba(29,95,143,.26);
    font-size:12px;
    line-height:1.65;
}

.eapm-folder-note::before{
    content:"";
    position:absolute;
    top:50%;
    left:18px;
    width:11px;
    height:11px;
    background:var(--eaucp-accent-light);
    border:2px solid var(--eaucp-bg-deep);
    box-shadow:
        0 0 0 1px var(--eaucp-accent),
        0 0 10px rgba(117,208,255,.55);
    transform:translateY(-50%) rotate(45deg);
}

/* ==========================================================
   ORDNERLISTE
   ========================================================== */

.eapm-folder-table-wrap{
    width:100%;
    padding:0 16px 16px;
    overflow-x:auto;
}

.eapm-folder-table{
    width:100%;
    border:0;
    border-collapse:separate;
    border-spacing:0 8px;
}

.eapm-folder-table td{
    padding:13px;
    color:var(--eaucp-text-soft);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.46),
            rgba(8,43,69,.34)
        );
    border-top:1px solid rgba(29,95,143,.2);
    border-right:1px solid rgba(29,95,143,.2);
    border-bottom:1px solid rgba(29,95,143,.2);
    border-left:2px solid var(--eaucp-accent);
    font-size:12px;
    line-height:1.6;
    vertical-align:middle;
}

.eapm-folder-row:hover td{
    background:
        linear-gradient(
            145deg,
            rgba(33,139,208,.09),
            rgba(8,43,69,.42)
        );
    border-color:var(--eaucp-line-soft);
}

.eapm-folder-field{
    display:flex;
    align-items:center;
    gap:14px;
}

.eapm-folder-input{
    display:block;
    width:100%;
    max-width:500px;
    min-height:43px;
    margin:0;
    padding:10px 12px;
    color:var(--eaucp-text);
    background:
        linear-gradient(
            145deg,
            rgba(1,9,20,.96),
            rgba(4,25,43,.95)
        );
    border:1px solid var(--eaucp-line);
    border-radius:0;
    outline:0;
    font-family:inherit;
    font-size:12px;
    line-height:1.5;
    box-shadow:inset 0 7px 15px rgba(0,0,0,.17);
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.eapm-folder-input:focus{
    border-color:var(--eaucp-accent-light);
    box-shadow:
        inset 0 7px 15px rgba(0,0,0,.17),
        0 0 0 3px rgba(117,208,255,.08);
}

.eapm-folder-locked{
    display:inline-flex;
    align-items:center;
    flex-shrink:0;
    padding:7px 10px;
    color:var(--eaucp-muted);
    background:rgba(1,9,20,.32);
    border:1px solid rgba(29,95,143,.22);
    font-size:12px;
    line-height:1.45;
}

.eapm-folder-locked strong{
    color:var(--eaucp-text-soft);
}

/* ==========================================================
   SPEICHERN
   ========================================================== */

.eapm-folder-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-top:20px;
    padding:16px;
    background:
        linear-gradient(
            90deg,
            rgba(33,139,208,.09),
            rgba(1,9,20,.32)
        );
    border:1px solid var(--eaucp-line-soft);
}

.eapm-folder-actions input[type="submit"]{
    min-width:210px;
    min-height:42px;
    font-size:12px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:700px){

    .eapm-folder-section-head{
        align-items:flex-start;
    }

    .eapm-folder-field{
        align-items:stretch;
        flex-direction:column;
    }

    .eapm-folder-input{
        max-width:none;
    }

    .eapm-folder-locked{
        align-self:flex-start;
    }

    .eapm-folder-actions{
        display:block;
    }

    .eapm-folder-actions input[type="submit"]{
        width:100%;
        min-width:0;
    }
}