/* --- Bestands-CSS (Formulare & Übersicht) --- */
.inplayscenes-formular_input-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 5px 10px !important;
    gap: 5px !important;
}

.inplayscenes-formular_input-desc { width: 30% !important; }
.inplayscenes-formular_input-input { width: 70% !important; }
.inplayscenes-formular_button { text-align: center !important; margin: 5px 0 !important; }

/* --- Inplay Memberprofil (ERZWUNGENES DESIGN) --- */

/* Hauptcontainer - Erzwingt Flex-Layout und Hintergrund */
div.inplayscenes_memberprofile {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    padding: 25px !important;
    background-color: #e9e9e9 !important; 
    border: 1px solid #333 !important;
    color: #444 !important;
}

/* Linke Spalte */
.inplayscenes_memberprofile-mainplays {
    width: 65% !important; 
    padding: 10px !important;
    max-height: 450px !important;
    overflow-y: auto !important;
    border-right: 1px solid #ccc !important; 
}

/* Rechte Spalte */
.inplayscenes_memberprofile-sideplays {
    width: 32% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 10px !important;
    gap: 20px !important;
}

/* Die blaue Jahreszahl-Box (z.B. 2023) */
.inplayscenes_memberprofile-year, 
.inplayscenes_memberprofile-mainplays b:first-of-type {
    background-color: #8fa9c1 !important; 
    color: #ffffff !important;
    display: inline-block !important;
    padding: 5px 15px !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 22px !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}

/* Die Monatsüberschriften (z.B. DEZEMBER) */
.inplayscenes_memberprofile-month {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    color: #777 !important;
    text-transform: uppercase !important;
    margin: 15px 0 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
    display: block !important;
}

/* Links im Inplay (Blau) */
.inplayscenes_memberprofile a {
    color: #7296b3 !important; 
    text-decoration: none !important;
    font-weight: normal !important;
}

/* Partner-Farbe (Weinrot/Pink) */
.inplayscenes_memberprofile-mainplays span, 
.inplayscenes_memberprofile-mainplays a[href*="action=profile"],
.inplayscenes_memberprofile-mainplays a[href*="member.php"] {
    color: #a35b7a !important; 
    font-style: italic !important;
    font-size: 0.95em !important;
}

/* Überschriften in der rechten Spalte */
.inplayscenes_memberprofile h3 {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 2px solid #8fa9c1 !important;
    padding-bottom: 3px !important;
}

/* --- Relations / Beziehungs-Bereich --- */
.relations_memberprofile {
    padding: 20px !important;
    background-color: #e9e9e9 !important;
    border: 1px solid #333 !important;
}

.relations_category_header {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 18px !important;
    color: #444 !important;
    border-bottom: 2px solid #8fa9c1 !important; 
    padding-bottom: 5px !important;
    margin: 20px 0 10px 0 !important;
    text-transform: uppercase !important;
}

.relations_box {
    background: #f2f2f2 !important;
    border: 1px solid #ccc !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    gap: 15px !important;
}

.relations_name a {
    color: #7296b3 !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.relations_description {
    font-style: italic !important;
    color: #555 !important;
    line-height: 1.5 !important;
    margin-top: 5px !important;
}

/* --- Weitere Listen & Overviews --- */
.inplayscenes_memberprofile-scenes {
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.inplayscenes_overview-filter-table {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 5px !important;
    justify-content: space-around !important;
    margin: 10px !important;
}

.inplayscenes_overview-filter-row { width: 49% !important; }
.inplayscenes_overview-filter-input { text-align: center !important; margin: 5px 0 !important; }

.inplayscenes_overview-button, 
.inplayscenes_overview-sort { text-align: center !important; margin: 10px 0 !important; }

.inplayscenes_overview-scene-table { display: flex !important; flex-direction: column !important; }

.inplayscenes_overview-scene-row {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px !important;
    align-items: center !important;
}

.inplayscenes_overview-scene-column { flex: 1 !important; }
.inplayscenes_overview-scene-column:last-child { text-align: right !important; }
.inplayscenes_overview-none { text-align: center !important; margin: 10px 0 !important; }

.inplayscenes-postbit {
    text-align: center !important; 
    margin-bottom: 50px !important;
    border: 1px dotted var(--mittel) !important;
}

.inplayscenes_postingreminder-desc {
    padding: 20px 40px !important;
    text-align: justify !important;
    line-height: 180% !important;
}

.inplayscenes_postingreminder-scene-table { display: flex !important; flex-direction: column !important; width: 100% !important; }

.inplayscenes_postingreminder-scene-row {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px !important;
    align-items: center !important;
}

.inplayscenes_postingreminder-scene-column { flex: 1 !important; padding: 0 10px !important; }
.inplayscenes_postingreminder-none { text-align: center !important; margin: 10px 0 !important; }

.inplayscenes_showthread-bit {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.inplayscenes_showthread-bit:last-child { border-bottom: none !important; }
.inplayscenes_showthread-label { width: 20% !important; font-weight: bold !important; }
.inplayscenes_showthread-value { flex-grow: 1 !important; }

.inplayscenes_user-settings {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px 0px !important;
    align-items: flex-start !important;
    justify-content: space-evenly !important;
    padding: 20px 0 !important;
    text-align: center !important;
}

.inplayscenes_user-scene-sort { text-align: center !important; }
.inplayscenes_user-character-scenes { width: 80% !important; margin: 20px auto !important; }
.inplayscenes_user-button { width: 100% !important; text-align: center !important; }
.inplayscenes_user-scene-header span { float: right !important; font-style: italic !important; }
.inplayscenes_user-scene-table { border: 1px solid #ddd !important; }

.inplayscenes_user-scene-row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
    align-items: center !important;
}

.inplayscenes_user-scene-row:last-child { border-bottom: none !important; }
.inplayscenes_user-scene-col { width: 33% !important; padding: 5px !important; }
.inplayscenes_user-scene-none { text-align: center !important; margin: 10px 0 !important; }

.inplayscene_next_none { color: #a91717 !important; }
.inplayscene_next_you { color: #127b12 !important; }

.thead-postbit {
    color: var(--schrift) !important;
    padding: 5px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: 'Quicksand' !important;
    letter-spacing: 2px !important;
    font-size: 20px !important;
}