/* =========================================================
   SZENENÜBERSICHT – EINZELNE SZENEN
   ========================================================= */

.szenenspalte td {
    padding: 5px 8px;
    font-size: 11px;
    vertical-align: top;
    border-bottom: 1px solid var(--fire-bg-dark);
}

/* Hauptspalte mit Szenentitel */
.szenenspalte-main {
    width: 36%;
    padding-left: 3px !important;
}

.szenenspalte-title {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
}

.szenenspalte-title strong {
    color: var(--accent);
    font-weight: 600;
}

.szenenspalte-title:hover strong {
    opacity: .75;
}

/* Letzter Beitrag */
.szenenspalte-lastpost {
    width: 20%;
    opacity: .85;
}

/* Beteiligte */
.szenenspalte-participants {
    width: 34%;
    opacity: .85;
}

/* Edit / Archiv */
.szenenspalte-actions {
    width: 10%;
    text-align: left;
    white-space: nowrap;
}

.szenenspalte-actions a {
    display: inline-block;
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.szenenspalte-actions a:hover {
    opacity: .7;
}

/* Letzte Szene braucht unten keine zusätzliche Linie */
.szenenspalte:last-child td {
    border-bottom: 0;
}