/* ================================================
   inplayscenes_showthread — fading-to-dust.de
   Neue Klassen (ist-*), bestehende unangetastet
   ================================================ */

.inplayscenes_showthread {
    display: flex;
    flex-direction: column;
    background: transparent;
    margin: 0;
    width: 100%;
}

/* Szenentitel */
.ist-title {
    font-family: 'DMSerifDisplay-Regular', 'DM Serif Display', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    color: #3d1f2e;
    text-align: center;
   padding: 40px 20px 20px 20px;
    background: rgba(245, 238, 240, 0.8);
    letter-spacing: 1px;
}

.ist-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a8b2, transparent);
    margin: 10px auto 0;
}

/* Meta-Zeile */
.ist-meta-row {
    display: flex;
    align-items: stretch;
    background: rgba(245, 238, 240, 0.8);
    padding: 10px 0;
}

.ist-meta-bit {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.ist-meta-bit:last-child {
    border-right: none;
}

.ist-label {
   font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9b7080;
    font-weight: 500;
}

.ist-value {
    font-family: 'DMSerifDisplay-Regular', 'DM Serif Display', Georgia, serif;
    font-size: 13px;
    font-style: italic;
    color: #4a3540;
}

.ist-value a {
    color: #4a3540;
    text-decoration: none;
}

.ist-value a:hover {
    color: #806c9a;
}

/* Felder-Container — nur für JS, nicht sichtbar */
.ist-fields-hidden {
    display: none;
}

/* Spotify — volle Breite unter Meta-Zeile */
.ist-spotify {
    background: rgba(245, 238, 240, 0.8);
    display: block !important;
    height: 120px !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: 20px !important;
    margin: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
}

.ist-spotify-inner {
    display: block !important;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    clip-path: inset(0) !important;
}

.ist-spotify-inner iframe,
.ist-spotify-inner > * {
    width: 100% !important;
    min-width: 100% !important;
    height: 100px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    clip-path: inset(0) !important;
}

/* Triggerwarnung */
.ist-trigger {
    background: #c9a8b2;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
	margin-bottom: 10px;
}

.ist-trigger-badge {
    flex-shrink: 0;
    background: #8b3a52;
    color: #fce8ef;
    font-family: 'Jost', sans-serif;
    font-size: 7px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-right: 3px solid #6b2a3e;
}

.ist-trigger-text {
    font-family: 'Jost', sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 1.6;
    color: #fce8ef;
    flex: 1;
}

/* td-Wrapper Reset — volle Breite */
td.trow1:has(.inplayscenes_showthread) {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
}

table:has(.inplayscenes_showthread) {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
}

tr:has(.inplayscenes_showthread) {
    width: 100% !important;
}

.inplayscenes_showthread {
    display: flex;
    flex-direction: column;
    background: transparent;
    margin: 0;
    width: 100%;
}