/* =========================================================
   RPG FORUM STYLE EXTENSION
   Real Life / San Francisco Touch / modern / schlicht
   passend zu Standart Theme
   ========================================================= */

:root {
    --rpg-dark: #1c2b31;
    --rpg-dark-2: #142025;
    --rpg-paper: #f7f6f2;
    --rpg-paper-2: #ece8df;
    --rpg-soft: rgba(255, 255, 255, 0.42);
    --rpg-line: rgba(28, 43, 49, 0.14);
    --rpg-line-strong: rgba(28, 43, 49, 0.26);
    --rpg-text: rgba(28, 43, 49, 0.82);
    --rpg-muted: rgba(28, 43, 49, 0.56);
    --rpg-gold: #D5AA43;
    --rpg-brick: #732C26;
    --rpg-fog: rgba(247, 246, 242, 0.72);
}

#content,
.wrapper,
.tborder,
.trow1,
.trow2,
.post,
.navigation,
.pagination,
.forumdisplay_sticky,
.forumdisplay_regular {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

a,
a:link,
a:visited {
    color: rgba(28, 43, 49, 0.78);
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--rpg-brick);
    text-decoration: none;
}

/* MyBB Grundboxen */

.tborder {
    width: 100%;
    margin: 14px auto;
    border: 1px solid var(--rpg-line);
    background: var(--rpg-paper);
    box-shadow: 0 8px 20px rgba(28, 43, 49, 0.07), inset 0 0 0 1px rgba(255, 255, 255, 0.54);
    padding: 0;
}

.thead {
    min-height: 38px;
    padding: 10px 14px;
    color: rgba(247, 246, 242, 0.88);
    background: linear-gradient(180deg, var(--rpg-dark) 0%, var(--rpg-dark-2) 100%);
    border: 0;
    border-bottom: 1px solid rgba(28, 43, 49, 0.32);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.thead strong { font-weight: 500; }

.thead a,
.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
    color: #f7f6f2;
    text-decoration: none;
}

.tcat {
    padding: 8px 12px;
    color: var(--rpg-dark);
    background: linear-gradient(90deg, rgba(28, 43, 49, 0.085), rgba(255, 255, 255, 0.32));
    border: 0;
    border-top: 1px solid var(--rpg-line);
    border-bottom: 1px solid var(--rpg-line);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tcat a,
.tcat a:link,
.tcat a:visited,
.tcat a:hover,
.tcat a:active {
    color: var(--rpg-dark);
    text-decoration: none;
}

.trow1,
.trow2 {
    border: 0;
    border-bottom: 1px solid rgba(28, 43, 49, 0.075);
    color: var(--rpg-text);
}

.trow1 { background: rgba(255, 255, 255, 0.38); }
.trow2 { background: rgba(28, 43, 49, 0.035); }

.trow_sep {
    padding: 8px 12px;
    background: rgba(28, 43, 49, 0.08);
    color: var(--rpg-dark);
    border: 0;
    border-top: 1px solid var(--rpg-line);
    border-bottom: 1px solid var(--rpg-line);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Breadcrumb */

.navigation {
    margin: 8px 0 16px 0;
    padding: 10px 12px;
    border: 1px solid rgba(28, 43, 49, 0.11);
    background: rgba(255, 255, 255, 0.36);
    color: var(--rpg-muted);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.navigation a {
    color: var(--rpg-dark);
    border-bottom: 1px solid rgba(28, 43, 49, 0.16);
}

.navigation a:hover {
    color: var(--rpg-brick);
    border-bottom-color: rgba(115, 44, 38, 0.34);
}

.navigation .active {
    color: var(--rpg-dark);
    font-size: 11px;
    font-weight: 600;
}

/* Unterforen / Forenübersicht */

.forum_status {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    border: 1px solid rgba(28, 43, 49, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 4px 10px rgba(28, 43, 49, 0.08);
}

.forum_status::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: rgba(28, 43, 49, 0.34);
}

.forum_on::before {
    background: var(--rpg-dark);
    box-shadow: 0 0 8px rgba(28, 43, 49, 0.32);
}

.forum_off::before { background: rgba(28, 43, 49, 0.26); }
.forum_offclose::before { background: var(--rpg-brick); }
.forum_offlink::before {
    background: linear-gradient(135deg, var(--rpg-dark) 0%, var(--rpg-dark) 45%, rgba(255,255,255,.70) 46%, rgba(255,255,255,.70) 56%, rgba(28,43,49,.34) 57%, rgba(28,43,49,.34) 100%);
}

td[class*="forum"] strong a,
.trow1 strong a,
.trow2 strong a {
    color: var(--rpg-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
}

td[class*="forum"] strong a:hover,
.trow1 strong a:hover,
.trow2 strong a:hover { color: var(--rpg-brick); }

.smalltext {
    color: rgba(28, 43, 49, 0.56);
    font-size: 11px;
    line-height: 1.55;
}

.subforums {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.subforums a {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 8px;
    border: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(255, 255, 255, 0.36);
    color: rgba(28, 43, 49, 0.72);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.subforums a:hover {
    border-color: rgba(115, 44, 38, 0.25);
    background: rgba(115, 44, 38, 0.055);
    color: var(--rpg-brick);
}

.subforumicon {
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    background: rgba(28, 43, 49, 0.35) !important;
    display: inline-block;
}

.subforum_minion { background: var(--rpg-dark) !important; }
.subforum_minioffclose { background: var(--rpg-brick) !important; }

/* Threadliste */

.inline_row,
tr.inline_row td {
    transition: background .18s ease, border-color .18s ease;
}

tr.inline_row:hover td { background: rgba(255, 255, 255, 0.58); }

.subject_new { font-weight: 600; }
.thread_status { opacity: .78; }

td[align="center"] .smalltext {
    color: rgba(28, 43, 49, 0.50);
}

.author,
.lastpost {
    color: rgba(28, 43, 49, 0.62);
    font-size: 11px;
    line-height: 1.55;
}

.lastpost a { color: var(--rpg-dark); }

span[class*="prefix"],
.threadprefix,
.prefix {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 7px;
    margin-right: 5px;
    background: rgba(28, 43, 49, 0.08);
    border-left: 2px solid rgba(28, 43, 49, 0.40);
    color: var(--rpg-dark);
    font-size: 9px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Pagination */

.pagination {
    margin: 10px 0;
    padding: 0;
    color: var(--rpg-muted);
    font-size: 10px;
    letter-spacing: .06em;
}

.pagination .pages {
    color: var(--rpg-dark);
    font-weight: 600;
}

.pagination a,
.pagination .pagination_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
    padding: 0 8px;
    margin: 0 2px 4px 0;
    border: 1px solid rgba(28, 43, 49, 0.13);
    background: rgba(255, 255, 255, 0.40);
    color: rgba(28, 43, 49, 0.72);
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
}

.pagination .pagination_current {
    background: var(--rpg-dark);
    color: #f7f6f2;
    border-color: var(--rpg-dark);
    font-weight: 500;
}

.pagination a:hover {
    background: rgba(115, 44, 38, 0.08);
    border-color: rgba(115, 44, 38, 0.28);
    color: var(--rpg-brick);
}

/* Buttons */

button,
input.button,
.button,
.new_thread_button,
.new_reply_button,
.postbit_buttons a,
.post_management_buttons a,
.thread_tools a,
a.button,
.modcp_nav_item,
.usercp_nav_item {
    min-height: 28px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(28, 43, 49, 0.22);
    background: rgba(255, 255, 255, 0.42);
    color: var(--rpg-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

button:hover,
input.button:hover,
.button:hover,
.new_thread_button:hover,
.new_reply_button:hover,
.postbit_buttons a:hover,
.post_management_buttons a:hover,
.thread_tools a:hover,
a.button:hover,
.modcp_nav_item:hover,
.usercp_nav_item:hover {
    border-color: rgba(115, 44, 38, 0.34);
    background: rgba(115, 44, 38, 0.075);
    color: var(--rpg-brick);
    text-decoration: none;
    transform: translateY(-1px);
}

.new_thread_button,
.new_reply_button {
    background: var(--rpg-dark);
    border-color: var(--rpg-dark);
    color: #f7f6f2;
}

.new_thread_button:hover,
.new_reply_button:hover {
    background: var(--rpg-brick);
    border-color: var(--rpg-brick);
    color: #ffffff;
}

/* Beiträge */

.post {
    margin: 18px 0;
    border: 1px solid rgba(28, 43, 49, 0.14);
    background: linear-gradient(180deg, rgba(247, 246, 242, 0.98), rgba(236, 232, 223, 0.98));
    box-shadow: 0 10px 24px rgba(28, 43, 49, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.post.classic {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 0;
}

.post_head {
    padding: 10px 13px;
    background: var(--rpg-dark);
    color: rgba(247, 246, 242, 0.78);
    border-bottom: 1px solid rgba(28, 43, 49, 0.22);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.post_head a { color: #f7f6f2; }

.post.classic .post_author {
    width: auto;
    padding: 15px;
    border-right: 1px solid rgba(28, 43, 49, 0.13);
    background: linear-gradient(180deg, rgba(28, 43, 49, 0.075), rgba(255, 255, 255, 0.22));
    text-align: center;
}

.post_author { color: var(--rpg-text); }

.post_author strong,
.post_author .largetext {
    display: block;
    margin: 0 0 8px 0;
    color: var(--rpg-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .04em;
}

.post_author strong a,
.post_author .largetext a { color: var(--rpg-dark); }
.post_author strong a:hover,
.post_author .largetext a:hover { color: var(--rpg-brick); }

.post_author img {
    max-width: 170px;
    height: auto;
    padding: 4px;
    margin: 8px auto 10px auto;
    display: block;
    border: 1px solid rgba(28, 43, 49, 0.18);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 8px 18px rgba(28, 43, 49, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.50);
}

.post_author .smalltext {
    color: rgba(28, 43, 49, 0.58);
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.post.classic .post_content {
    padding: 0;
    min-width: 0;
}

.post_content { color: var(--rpg-text); }

.post_body {
    padding: 22px 25px;
    color: rgba(28, 43, 49, 0.84);
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.post_body p { margin: 0 0 1.05em 0; }
.post_body p:last-child { margin-bottom: 0; }

.post_body a {
    color: var(--rpg-brick);
    border-bottom: 1px solid rgba(115, 44, 38, 0.24);
}

.post_body a:hover { border-bottom-color: rgba(115, 44, 38, 0.48); }

.signature {
    margin: 15px 25px 20px 25px;
    padding: 12px 14px;
    border-top: 1px solid rgba(28, 43, 49, 0.12);
    background: rgba(255, 255, 255, 0.26);
    color: rgba(28, 43, 49, 0.55);
    font-size: 11px;
    line-height: 1.55;
}

.post_controls {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(28, 43, 49, 0.11);
    background: rgba(28, 43, 49, 0.045);
}

.postbit_buttons,
.post_management_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.postbit_buttons a,
.post_management_buttons a {
    min-height: 25px;
    padding: 0 9px;
    font-size: 9px;
    letter-spacing: .10em;
}

.postbit_buttons img,
.post_management_buttons img {
    max-height: 12px;
    width: auto;
    opacity: .75;
}

.post_meta,
.post .edited_post {
    color: rgba(28, 43, 49, 0.48);
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .06em;
}

/* Profilfelder im Postbit */

.post_author .author_statistics,
.post_author .postbit_profile,
.post_author .profile_fields,
.post_author dl {
    margin: 12px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.post_author .author_statistics div,
.post_author .postbit_profile div,
.post_author .profile_fields div,
.post_author dl div,
.post_author dl dd,
.post_author dl dt { margin: 0; }

.post_author .author_statistics {
    padding-top: 10px;
    border-top: 1px solid rgba(28, 43, 49, 0.11);
}

.post_author .author_statistics > div,
.post_author .postbit_profile > div,
.post_author .profile_fields > div {
    padding: 7px 8px;
    border: 1px solid rgba(28, 43, 49, 0.08);
    background: rgba(255, 255, 255, 0.30);
    color: rgba(28, 43, 49, 0.68);
    font-size: 10px;
    line-height: 1.45;
}

.post_author .author_statistics strong,
.post_author .postbit_profile strong,
.post_author .profile_fields strong {
    display: block;
    margin-bottom: 2px;
    color: rgba(28, 43, 49, 0.52);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rpg-postbit-fields {
    margin-top: 12px;
    padding-top: 10px;
    display: grid;
    gap: 6px;
    border-top: 1px solid rgba(28, 43, 49, 0.12);
}

.rpg-postbit-field {
    padding: 7px 8px;
    border: 1px solid rgba(28, 43, 49, 0.08);
    background: rgba(255, 255, 255, 0.32);
    text-align: left;
}

.rpg-postbit-field span {
    display: block;
    color: rgba(28, 43, 49, 0.50);
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rpg-postbit-field strong {
    display: block;
    margin-top: 2px;
    color: var(--rpg-dark);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

/* Profil als Steckbrief - nutzbar für angepasstes member_profile */

.member_profile,
.profile_page,
.rpg-profile { color: var(--rpg-text); }

.member_profile .tborder,
.profile_page .tborder {
    border: 1px solid rgba(28, 43, 49, 0.14);
    background: linear-gradient(180deg, rgba(247,246,242,.98), rgba(236,232,223,.98));
}

.rpg-profile {
    max-width: 1000px;
    margin: 20px auto;
    border: 1px solid rgba(28, 43, 49, 0.16);
    background: linear-gradient(180deg, rgba(247, 246, 242, 0.98), rgba(236, 232, 223, 0.98));
    box-shadow: 0 14px 32px rgba(28, 43, 49, 0.10), inset 0 0 0 1px rgba(255,255,255,.62);
}

.rpg-profile-head {
    min-height: 210px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 0;
    border-bottom: 1px solid rgba(28, 43, 49, 0.14);
    background: linear-gradient(120deg, rgba(28, 43, 49, 0.11) 0%, rgba(255, 255, 255, 0.26) 46%, rgba(213, 170, 67, 0.09) 100%);
}

.rpg-profile-avatar {
    padding: 18px;
    border-right: 1px solid rgba(28, 43, 49, 0.13);
    background: rgba(28, 43, 49, 0.045);
}

.rpg-profile-avatar img {
    width: 100%;
    max-width: 190px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid rgba(28, 43, 49, 0.18);
    background: rgba(255, 255, 255, 0.44);
}

.rpg-profile-title {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rpg-profile-kicker {
    margin-bottom: 8px;
    color: rgba(28, 43, 49, 0.50);
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.rpg-profile-name {
    margin: 0 0 10px 0;
    color: var(--rpg-dark);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .04em;
}

.rpg-profile-quote {
    max-width: 620px;
    color: rgba(28, 43, 49, 0.66);
    font-size: 13px;
    line-height: 1.75;
    font-style: italic;
}

.rpg-profile-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(28, 43, 49, 0.12);
}

.rpg-profile-fact {
    min-height: 70px;
    padding: 13px 15px;
    border-right: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(255, 255, 255, 0.30);
}

.rpg-profile-fact:nth-child(even) { background: rgba(28, 43, 49, 0.035); }
.rpg-profile-fact:last-child { border-right: 0; }

.rpg-profile-fact span {
    display: block;
    margin-bottom: 4px;
    color: rgba(28, 43, 49, 0.50);
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rpg-profile-fact strong {
    display: block;
    color: var(--rpg-dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.rpg-profile-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 0;
}

.rpg-profile-main {
    padding: 24px 26px;
    border-right: 1px solid rgba(28, 43, 49, 0.12);
}

.rpg-profile-side {
    padding: 20px;
    background: rgba(28, 43, 49, 0.035);
}

.rpg-profile-section { margin-bottom: 20px; }
.rpg-profile-section:last-child { margin-bottom: 0; }

.rpg-profile-section-title {
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: var(--rpg-dark);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .15em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(28, 43, 49, 0.14);
}

.rpg-profile-text {
    color: rgba(28, 43, 49, 0.82);
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.rpg-profile-mini-fields {
    display: grid;
    gap: 7px;
}

.rpg-profile-mini {
    padding: 9px 10px;
    border: 1px solid rgba(28, 43, 49, 0.09);
    background: rgba(255,255,255,.34);
}

.rpg-profile-mini span {
    display: block;
    margin-bottom: 2px;
    color: rgba(28, 43, 49, 0.50);
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rpg-profile-mini strong {
    color: var(--rpg-dark);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

/* Formulare */

input.textbox,
textarea,
select {
    border: 1px solid rgba(28, 43, 49, 0.16);
    background: rgba(255, 255, 255, 0.64);
    color: var(--rpg-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: 0;
}

input.textbox:focus,
textarea:focus,
select:focus {
    border-color: rgba(115, 44, 38, 0.36);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 0 0 2px rgba(115, 44, 38, 0.06);
}

fieldset {
    border: 1px solid rgba(28, 43, 49, 0.13);
    background: rgba(255, 255, 255, 0.26);
}

legend {
    padding: 0 8px;
    color: var(--rpg-dark);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* San Francisco Touch */

.rpg-sf-strip {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(28, 43, 49, 0.15);
    background: linear-gradient(120deg, rgba(28, 43, 49, 0.11), rgba(255,255,255,.28) 42%, rgba(213,170,67,.10));
}

.rpg-sf-strip::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 0;
    height: 52px;
    background: linear-gradient(to top, rgba(28,43,49,.12), rgba(28,43,49,0)), repeating-linear-gradient(90deg, rgba(28,43,49,.22) 0 18px, rgba(28,43,49,0) 18px 30px);
    opacity: .34;
    pointer-events: none;
}

.rpg-sf-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(247,246,242,.52), rgba(247,246,242,.08));
    pointer-events: none;
}

/* VST Dashboard Ergänzungen */

.vst-dash {
    width: 520px;
    max-width: calc(100vw - 28px);
    padding: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
    color: #1c2b31;
    border: 1px solid rgba(28, 43, 49, 0.18);
    border-top: 3px solid #1c2b31;
    background: linear-gradient(180deg, rgba(251, 250, 247, 0.98), rgba(236, 232, 223, 0.98));
    box-shadow: 0 18px 38px rgba(28, 43, 49, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.vst-dash-title {
    position: relative;
    margin: 0 0 7px 0;
    padding: 0 0 9px 0;
    color: #1c2b31;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(28, 43, 49, 0.14);
}

.vst-dash-title::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    margin: 0 8px 4px 0;
    background: rgba(28, 43, 49, 0.55);
}

.vst-dash-intro {
    margin: 0 0 12px 0;
    color: rgba(28, 43, 49, 0.62);
    font-size: 11px;
    line-height: 1.55;
}

.vst-dash-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin: 0 0 10px 0;
}

.vst-dash-stats span {
    min-width: 0;
    padding: 8px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: rgba(28, 43, 49, 0.58);
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(255, 255, 255, 0.34);
}

.vst-dash-stats strong {
    color: #1c2b31;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
}

.vst-dash .vst-header-member-linkrow {
    margin: 0 0 12px 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.vst-dash .vst-header-member-linkrow a {
    width: 100%;
    min-height: 30px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f6f2;
    background: #1c2b31;
    border: 1px solid rgba(28, 43, 49, 0.36);
    font-size: 10px;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.vst-dash .vst-header-member-linkrow a:hover {
    color: #ffffff;
    background: #142025;
    border-color: rgba(28, 43, 49, 0.60);
    text-decoration: none;
}

.vst-dash-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.vst-dash-section {
    margin: 0 0 9px 0;
    border: 1px solid rgba(28, 43, 49, 0.11);
    background: rgba(255, 255, 255, 0.30);
}

.vst-dash-section-head {
    min-height: 31px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(28, 43, 49, 0.10);
    background: linear-gradient(90deg, rgba(28, 43, 49, 0.075), rgba(255, 255, 255, 0.26));
}

.vst-dash-section-head span {
    min-width: 0;
    color: #1c2b31;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vst-dash-section-head strong {
    min-width: 24px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f7f6f2;
    background: #1c2b31;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.vst-dash-list {
    padding: 8px;
    max-height: 185px;
    overflow: auto;
}

.vst-dash-empty {
    padding: 10px 11px;
    color: rgba(28, 43, 49, 0.55);
    font-size: 11px;
    line-height: 1.55;
    border: 1px solid rgba(28, 43, 49, 0.075);
    background: rgba(247, 246, 242, 0.52);
}

.vst-dash-adminblock {
    margin: 12px 0 9px 0;
    padding-top: 10px;
    border-top: 1px solid rgba(28, 43, 49, 0.16);
}

.vst-dash-adminblock .vst-dash-section {
    border-color: rgba(115, 44, 38, 0.20);
    background: rgba(115, 44, 38, 0.035);
}

.vst-dash-adminblock .vst-dash-section-head {
    background: linear-gradient(90deg, rgba(115, 44, 38, 0.10), rgba(255, 255, 255, 0.24));
}

.vst-dash-adminblock .vst-dash-section-head strong { background: #732C26; }

.vst-dash-list::-webkit-scrollbar { width: 9px; }
.vst-dash-list::-webkit-scrollbar-track { background: rgba(28, 43, 49, 0.07); }
.vst-dash-list::-webkit-scrollbar-thumb { background: rgba(28, 43, 49, 0.46); border: 2px solid #f7f6f2; }

/* Responsive */

@media screen and (max-width: 900px) {
    .post.classic { display: block; }
    .post.classic .post_author {
        border-right: 0;
        border-bottom: 1px solid rgba(28, 43, 49, 0.13);
    }
    .post_author img { max-width: 140px; }
    .rpg-profile-head { grid-template-columns: 1fr; }
    .rpg-profile-avatar {
        border-right: 0;
        border-bottom: 1px solid rgba(28, 43, 49, 0.13);
    }
    .rpg-profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rpg-profile-body { grid-template-columns: 1fr; }
    .rpg-profile-main {
        border-right: 0;
        border-bottom: 1px solid rgba(28, 43, 49, 0.12);
    }
}

@media screen and (max-width: 700px) {
    .vst-dash {
        width: calc(100vw - 24px);
        padding: 13px;
    }
    .vst-dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vst-dash-title { font-size: 11px; }
}

@media screen and (max-width: 600px) {
    .post_body {
        padding: 17px;
        font-size: 12px;
        line-height: 1.75;
    }
    .signature { margin: 12px 17px 17px 17px; }
    .post_controls {
        align-items: flex-start;
        flex-direction: column;
    }
    .postbit_buttons,
    .post_management_buttons { justify-content: flex-start; }
    .rpg-profile-facts { grid-template-columns: 1fr; }
    .rpg-profile-fact {
        border-right: 0;
        border-bottom: 1px solid rgba(28, 43, 49, 0.10);
    }
    .rpg-profile-title,
    .rpg-profile-main,
    .rpg-profile-side { padding: 17px; }
    .rpg-profile-name { font-size: 22px; }
}

@media screen and (max-width: 420px) {
    .vst-dash-stats { grid-template-columns: 1fr; }
    .vst-dash-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 9px 10px;
    }
}

		

/* =========================================================
   RPG MEMBERLIST / CHARACTER CARDS
   ohne Suche / Gruppenbild / runder Avatar
   ========================================================= */

.rpg-memberlist-wrap {
    max-width: 1180px;
    margin: 18px auto 24px auto;
    color: var(--rpg-text);
    font-family: Arial, Helvetica, sans-serif;
}

.rpg-memberlist-head {
    margin-bottom: 14px;
    border: 1px solid rgba(28, 43, 49, 0.16);
    background:
        linear-gradient(120deg, rgba(247,246,242,.98), rgba(236,232,223,.98));
    box-shadow:
        0 10px 24px rgba(28, 43, 49, 0.08),
        inset 0 0 0 1px rgba(255,255,255,.62);
}

.rpg-memberlist-titlebar {
    min-height: 42px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(180deg, var(--rpg-dark) 0%, var(--rpg-dark-2) 100%);
    color: rgba(247, 246, 242, 0.88);
    border-bottom: 1px solid rgba(28, 43, 49, 0.28);
}

.rpg-memberlist-titlebar strong {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rpg-memberlist-titlebar span {
    color: rgba(247, 246, 242, 0.58);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rpg-memberlist-intro {
    padding: 15px 17px;
    color: rgba(28, 43, 49, 0.66);
    font-size: 12px;
    line-height: 1.75;
    background:
        linear-gradient(90deg, rgba(255,255,255,.42), rgba(213,170,67,.07));
}

.rpg-memberlist-pages {
    margin: 10px 0;
}

.rpg-memberlist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rpg-member-card {
    --rpg-card-bg: linear-gradient(120deg, rgba(28,43,49,.28), rgba(213,170,67,.14));
    position: relative;
    min-height: 315px;
    overflow: hidden;
    border: 1px solid rgba(28, 43, 49, 0.15);
    background: var(--rpg-paper);
    box-shadow:
        0 10px 22px rgba(28, 43, 49, 0.08),
        inset 0 0 0 1px rgba(255,255,255,.56);
}

.rpg-member-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 118px;
    background-image:
        linear-gradient(180deg, rgba(28,43,49,.28), rgba(28,43,49,.08)),
        var(--rpg-card-bg);
    background-size: cover;
    background-position: center;
    filter: grayscale(8%) contrast(1.03);
    pointer-events: none;
}

.rpg-member-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    height: 80px;
    background: linear-gradient(180deg, rgba(247,246,242,0), rgba(247,246,242,.96) 76%);
    pointer-events: none;
}

/* Automatisches Gruppenbild nach Gruppen-ID:
   Lade Bilder in: images/style/standart/groups/group_2.jpg, group_3.jpg usw. */
.rpg-member-card[style*="group_"] {
    --rpg-card-bg: var(--rpg-group-image, linear-gradient(120deg, rgba(28,43,49,.30), rgba(213,170,67,.16)));
}

.rpg-member-card-inner {
    position: relative;
    z-index: 2;
    padding: 54px 15px 15px 15px;
    min-height: 315px;
    display: flex;
    flex-direction: column;
}

.rpg-member-avatar {
    width: 106px;
    height: 106px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(28, 43, 49, 0.22);
    background: rgba(247, 246, 242, 0.90);
    box-shadow:
        0 10px 22px rgba(28,43,49,.18),
        inset 0 0 0 4px rgba(255,255,255,.55);
    overflow: hidden;
}

.rpg-member-avatar img {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    object-fit: cover;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rpg-member-name {
    text-align: center;
    margin-bottom: 4px;
}

.rpg-member-name a {
    color: var(--rpg-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .04em;
    text-decoration: none;
}

.rpg-member-name a:hover {
    color: var(--rpg-brick);
}

.rpg-member-rank {
    min-height: 18px;
    margin-bottom: 12px;
    color: rgba(28, 43, 49, 0.52);
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rpg-member-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: auto;
}

.rpg-member-field {
    min-height: 52px;
    padding: 8px 9px;
    border: 1px solid rgba(28, 43, 49, 0.09);
    background: rgba(255, 255, 255, 0.38);
}

.rpg-member-field span {
    display: block;
    margin-bottom: 3px;
    color: rgba(28, 43, 49, 0.48);
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rpg-member-field strong {
    display: block;
    color: rgba(28, 43, 49, 0.82);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
}

.rpg-member-meta {
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid rgba(28, 43, 49, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: rgba(28, 43, 49, 0.48);
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rpg-member-empty {
    grid-column: 1 / -1;
    padding: 18px;
    border: 1px solid rgba(28,43,49,.13);
    background: rgba(255,255,255,.38);
    color: rgba(28,43,49,.58);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   RPG PROFILE: Standard-Profilfelder hübscher in Steckbriefbox
   ========================================================= */

.rpg-profile .profile_fields,
.rpg-profile-customfields,
.rpg-profile .trow1 .smalltext,
.rpg-profile .trow2 .smalltext {
    color: rgba(28,43,49,.66);
}

.rpg-profile-rawfields {
    border: 1px solid rgba(28,43,49,.10);
    background: rgba(255,255,255,.32);
}

.rpg-profile-rawfields table,
.rpg-profile-rawfields tbody,
.rpg-profile-rawfields tr,
.rpg-profile-rawfields td {
    display: block;
    width: auto !important;
}

.rpg-profile-rawfields td {
    padding: 9px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(28,43,49,.08) !important;
    background: transparent !important;
}

.rpg-profile-rawfields td:first-child,
.rpg-profile-rawfields strong {
    color: rgba(28,43,49,.52);
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: .13em;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    .rpg-memberlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 620px) {
    .rpg-memberlist-grid {
        grid-template-columns: 1fr;
    }

    .rpg-memberlist-titlebar {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 11px 13px;
    }

    .rpg-member-fields {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RPG FORUMBIT TEMPLATE ENHANCEMENT
   ========================================================= */

.rpg-forum-row td {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(28,43,49,.075);
    vertical-align: middle;
}

.rpg-forum-row:hover td {
    background: rgba(255,255,255,.54);
}

.rpg-forum-icon {
    width: 54px;
}

.rpg-forum-main {
    min-width: 0;
}

.rpg-forum-title a {
    color: var(--rpg-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .04em;
}

.rpg-forum-title a:hover {
    color: var(--rpg-brick);
}

.rpg-forum-desc {
    margin-top: 5px;
    max-width: 620px;
    color: rgba(28,43,49,.62);
    font-size: 12px;
    line-height: 1.65;
}

.rpg-forum-subline {
    margin-top: 8px;
}

.rpg-forum-lastpost {
    width: 230px;
    white-space: normal;
    color: rgba(28,43,49,.58);
    font-size: 11px;
    line-height: 1.5;
}

.rpg-forum-lastpost a {
    color: var(--rpg-dark);
}

@media screen and (max-width: 700px) {
    .rpg-forum-row,
    .rpg-forum-row td {
        display: block;
        width: auto !important;
        text-align: left !important;
    }

    .rpg-forum-icon {
        display: none !important;
    }

    .rpg-forum-lastpost {
        border-top: 1px solid rgba(28,43,49,.08);
        background: rgba(28,43,49,.035) !important;
    }
}


/* =========================================================
   DIREKTANPASSUNG: Mitgliederliste ohne gestrichelten SF-Strip
   ========================================================= */

.rpg-memberlist-head.rpg-sf-strip {
    background:
        linear-gradient(
            120deg,
            rgba(28, 43, 49, 0.10),
            rgba(255, 255, 255, 0.32) 48%,
            rgba(213, 170, 67, 0.10)
        );
}

.rpg-memberlist-head.rpg-sf-strip::before,
.rpg-memberlist-head.rpg-sf-strip::after {
    display: none;
}

.rpg-member-card::before {
    background-image:
        linear-gradient(180deg, rgba(28,43,49,.30), rgba(28,43,49,.10)),
        var(--rpg-card-bg);
}

/* =========================================================
   UNTERFOREN: Themen/Beiträge als schmale Statistik
   ========================================================= */

.rpg-forum-row td {
    vertical-align: middle;
}

.rpg-forum-main {
    padding: 14px 12px;
}

.rpg-forum-meta-line {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.rpg-forum-stats {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.rpg-forum-stats span {
    min-height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(255, 255, 255, 0.36);
    color: rgba(28, 43, 49, 0.56);
    font-size: 9px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rpg-forum-stats strong {
    color: var(--rpg-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
}

.rpg-forum-lastpost {
    width: 245px;
    padding: 12px;
    color: rgba(28, 43, 49, 0.62);
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   FORUMDISPLAY: Themenansicht als RPG-Szenenkarten
   Keine Statistikspalten, kein Tabellenlook
   ========================================================= */

.rpg-forumdisplay-page {
    margin: 0 auto;
}

.rpg-threadlist-wrap {
    margin: 16px auto 22px auto;
    color: var(--rpg-text);
}

.rpg-threadlist-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    min-height: 118px;
    border: 1px solid rgba(28, 43, 49, 0.16);
    background:
        linear-gradient(
            120deg,
            rgba(247, 246, 242, 0.98),
            rgba(236, 232, 223, 0.98)
        );
    box-shadow:
        0 10px 24px rgba(28, 43, 49, 0.08),
        inset 0 0 0 1px rgba(255,255,255,.62);
}

.rpg-threadlist-titlebox {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 24px;
    border-left: 3px solid var(--rpg-dark);
}

.rpg-threadlist-kicker {
    margin-bottom: 6px;
    color: rgba(28, 43, 49, 0.52);
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.rpg-threadlist-titlebox h1 {
    margin: 0 0 8px 0;
    color: var(--rpg-dark);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .04em;
}

.rpg-threadlist-desc {
    max-width: 760px;
    color: rgba(28, 43, 49, 0.66);
    font-size: 12px;
    line-height: 1.65;
}

.rpg-threadlist-actions {
    flex: 0 0 210px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(28, 43, 49, 0.12);
    background: rgba(255, 255, 255, 0.28);
}

.rpg-threadlist-actions .new_thread_button,
.rpg-threadlist-actions a.button {
    width: 100%;
}

.rpg-threadlist-pages {
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rpg-threadlist-pages:empty {
    display: none;
}

.rpg-threadlist {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.rpg-thread-card {
    position: relative;
    min-height: 76px;
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(28, 43, 49, 0.13);
    background:
        linear-gradient(180deg, rgba(255,255,255,.44), rgba(247,246,242,.76));
    box-shadow:
        0 7px 16px rgba(28, 43, 49, 0.055),
        inset 0 0 0 1px rgba(255,255,255,.50);
    overflow: hidden;
    transition:
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.rpg-thread-card:hover {
    border-color: rgba(115, 44, 38, 0.24);
    background:
        linear-gradient(180deg, rgba(255,255,255,.62), rgba(247,246,242,.88));
    transform: translateX(2px);
}

.rpg-thread-status {
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(28, 43, 49, 0.055);
}

.rpg-thread-status img {
    max-width: 18px;
    max-height: 18px;
    opacity: .82;
}

.rpg-thread-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 13px 15px;
}

.rpg-thread-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
    color: var(--rpg-dark);
    font-size: 13px;
    line-height: 1.45;
}

.rpg-thread-title a[id^="tid_"] {
    color: var(--rpg-dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    text-decoration: none;
}

.rpg-thread-title a[id^="tid_"]:hover {
    color: var(--rpg-brick);
}

.rpg-thread-title .subject_new,
.rpg-thread-title a.subject_new {
    font-weight: 700;
}

.rpg-thread-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    color: rgba(28, 43, 49, 0.54);
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rpg-thread-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.rpg-thread-meta a {
    color: var(--rpg-dark);
    border-bottom: 1px solid rgba(28, 43, 49, 0.16);
}

.rpg-thread-meta a:hover {
    color: var(--rpg-brick);
    border-bottom-color: rgba(115, 44, 38, 0.30);
}

.rpg-thread-lastpost {
    flex: 0 0 230px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    border-left: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(255,255,255,.25);
    color: rgba(28, 43, 49, 0.58);
    font-size: 11px;
    line-height: 1.5;
}

.rpg-thread-modbit {
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(28, 43, 49, 0.035);
}

.rpg-thread-modbit input[type="checkbox"] {
    margin: 0;
}

.rpg-threadlist-bottom {
    margin-top: 14px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    border: 1px solid rgba(28, 43, 49, 0.11);
    background: rgba(255,255,255,.32);
}

.rpg-threadlist-legend {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: rgba(28, 43, 49, 0.52);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-threadlist-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    text-align: right;
}

.rpg-threadlist-tools select,
.rpg-threadlist-tools input.button,
.rpg-threadlist-tools .button {
    max-width: 250px;
}

.rpg-thread-empty {
    padding: 22px;
    border: 1px solid rgba(28, 43, 49, 0.12);
    background: rgba(255,255,255,.38);
    color: rgba(28, 43, 49, 0.58);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.rpg-selectall {
    padding: 8px 10px;
    border: 1px solid rgba(28, 43, 49, 0.09);
    background: rgba(28,43,49,.035);
    color: rgba(28,43,49,.56);
    font-size: 10px;
    letter-spacing: .10em;
    text-transform: uppercase;
}

@media screen and (max-width: 850px) {
    .rpg-threadlist-top,
    .rpg-thread-card {
        display: block;
    }

    .rpg-threadlist-actions {
        border-left: 0;
        border-top: 1px solid rgba(28, 43, 49, 0.12);
    }

    .rpg-thread-status {
        display: none;
    }

    .rpg-thread-lastpost {
        justify-content: flex-start;
        text-align: left;
        border-left: 0;
        border-top: 1px solid rgba(28, 43, 49, 0.09);
    }

    .rpg-thread-modbit {
        min-height: 34px;
        border-left: 0;
        border-top: 1px solid rgba(28, 43, 49, 0.09);
    }

    .rpg-forum-lastpost {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .rpg-threadlist-titlebox {
        padding: 16px;
    }

    .rpg-threadlist-actions {
        padding: 14px 16px;
    }

    .rpg-threadlist-titlebox h1 {
        font-size: 17px;
    }

    .rpg-threadlist-bottom {
        display: block;
    }

    .rpg-threadlist-tools {
        justify-content: flex-start;
        margin-top: 10px;
        text-align: left;
    }

    .rpg-forum-meta-line {
        display: block;
    }

    .rpg-forum-stats {
        margin-top: 8px;
    }
}


/* =========================================================
   FIX: PHP 8.4 sichere Forumdisplay-Karten + Showthread RPG
   ========================================================= */

.rpg-thread-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 170px auto;
    align-items: stretch;
    margin: 0 0 8px 0;
    border: 1px solid rgba(28, 43, 49, 0.12);
    background: rgba(255,255,255,.36);
    box-shadow: 0 5px 14px rgba(28,43,49,.055);
}

.rpg-thread-content {
    padding: 11px 13px;
    min-width: 0;
}

.rpg-thread-title {
    color: var(--rpg-dark, #1c2b31);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.rpg-thread-title a {
    color: var(--rpg-dark, #1c2b31);
}

.rpg-thread-title a:hover {
    color: var(--rpg-brick, #732C26);
}

.rpg-thread-meta {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    color: rgba(28,43,49,.52);
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rpg-thread-lastpost {
    padding: 9px 12px;
    border-left: 1px solid rgba(28,43,49,.10);
    background: rgba(28,43,49,.035);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    text-align: right;
}

.rpg-thread-lastpost span {
    color: rgba(28,43,49,.48);
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rpg-thread-lastpost strong,
.rpg-thread-lastpost strong a {
    color: #1c2b31;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
}

.rpg-thread-lastpost > a {
    color: rgba(28,43,49,.58);
    font-size: 10px;
    line-height: 1.3;
}

.rpg-thread-modbit {
    width: 42px;
    min-height: 100%;
    border-left: 1px solid rgba(28,43,49,.10);
    background: rgba(255,255,255,.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpg-thread-modbit input.checkbox {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #1c2b31;
}

.rpg-threadlist-modtools {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(28,43,49,.10);
    background: rgba(28,43,49,.035);
    display: flex;
    justify-content: flex-end;
}

.rpg-threadlist-legend i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border: 1px solid rgba(28,43,49,.14);
    vertical-align: middle;
}

.rpg-legend-new { background: #1c2b31; }
.rpg-legend-old { background: rgba(28,43,49,.26); }
.rpg-legend-closed { background: #732C26; }

/* Showthread als Szenenansicht */

.rpg-showthread {
    max-width: 1180px;
    margin: 16px auto 24px auto;
    color: #1c2b31;
}

.rpg-showthread-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    margin-bottom: 12px;
    border: 1px solid rgba(28,43,49,.15);
    background: linear-gradient(180deg, rgba(247,246,242,.98), rgba(236,232,223,.98));
    box-shadow: 0 10px 24px rgba(28,43,49,.08), inset 0 0 0 1px rgba(255,255,255,.58);
}

.rpg-showthread-titlebox {
    padding: 18px 22px;
}

.rpg-showthread-kicker {
    margin-bottom: 6px;
    color: rgba(28,43,49,.52);
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rpg-showthread-titlebox h1 {
    margin: 0;
    color: #1c2b31;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .04em;
}

.rpg-showthread-nav {
    margin-top: 8px;
    color: rgba(28,43,49,.56);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rpg-showthread-actions {
    min-width: 170px;
    padding: 16px;
    border-left: 1px solid rgba(28,43,49,.12);
    background: rgba(28,43,49,.035);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpg-showthread-pages {
    margin: 8px 0;
}

.rpg-posts-container {
    margin-top: 12px;
}

.rpg-post {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 0;
    margin: 16px 0;
    border: 1px solid rgba(28,43,49,.14);
    background: linear-gradient(180deg, rgba(247,246,242,.98), rgba(236,232,223,.98));
    box-shadow: 0 10px 24px rgba(28,43,49,.08), inset 0 0 0 1px rgba(255,255,255,.58);
}

.rpg-post-author {
    padding: 15px;
    border-right: 1px solid rgba(28,43,49,.12);
    background: linear-gradient(180deg, rgba(28,43,49,.075), rgba(255,255,255,.22));
}

.rpg-author-card {
    text-align: center;
}

.rpg-author-name strong,
.rpg-author-name a {
    color: #1c2b31;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .04em;
}

.rpg-author-title {
    margin-top: 4px;
    color: rgba(28,43,49,.52);
    font-size: 10px;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-author-avatar img {
    width: 160px;
    max-width: 100%;
    height: auto;
    margin: 12px auto 10px auto;
    padding: 4px;
    display: block;
    border: 1px solid rgba(28,43,49,.18);
    background: rgba(255,255,255,.46);
    box-shadow: 0 8px 18px rgba(28,43,49,.10), inset 0 0 0 1px rgba(255,255,255,.50);
}

.rpg-author-rank img {
    max-width: 100%;
    height: auto;
}

.rpg-author-fields {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(28,43,49,.12);
    text-align: left;
    color: rgba(28,43,49,.65);
    font-size: 10px;
    line-height: 1.55;
}

.rpg-author-fields br {
    display: none;
}

.rpg-author-fields > div,
.rpg-author-fields .smalltext {
    display: block;
    margin-bottom: 5px;
    padding: 7px 8px;
    border: 1px solid rgba(28,43,49,.08);
    background: rgba(255,255,255,.30);
}

.rpg-post-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rpg-post-head {
    min-height: 38px;
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #1c2b31;
    color: rgba(247,246,242,.78);
    font-size: 10px;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-post-head a {
    color: #f7f6f2;
}

.rpg-post-subject {
    padding: 9px 18px;
    border-bottom: 1px solid rgba(28,43,49,.10);
    background: rgba(255,255,255,.28);
    color: rgba(28,43,49,.58);
    font-size: 10px;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-post-body {
    padding: 24px 26px;
    color: rgba(28,43,49,.84);
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.rpg-post-meta {
    margin: 0 26px 16px 26px;
    color: rgba(28,43,49,.48);
    font-size: 10px;
    line-height: 1.45;
}

.rpg-post-controls {
    margin-top: auto;
    padding: 10px 12px;
    border-top: 1px solid rgba(28,43,49,.11);
    background: rgba(28,43,49,.045);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.rpg-post-author-buttons,
.rpg-post-management-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rpg-showthread-footnav,
.rpg-showthread-tools {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(28,43,49,.11);
    background: rgba(255,255,255,.34);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rpg-showthread-tools .thread_tools {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

@media screen and (max-width: 900px) {
    .rpg-thread-card {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .rpg-thread-lastpost,
    .rpg-thread-modbit {
        grid-column: 1 / -1;
        width: auto;
        border-left: 0;
        border-top: 1px solid rgba(28,43,49,.10);
        text-align: left;
        align-items: flex-start;
    }

    .rpg-post {
        grid-template-columns: 1fr;
    }

    .rpg-post-author {
        border-right: 0;
        border-bottom: 1px solid rgba(28,43,49,.12);
    }

    .rpg-author-avatar img {
        width: 130px;
    }

    .rpg-showthread-head {
        grid-template-columns: 1fr;
    }

    .rpg-showthread-actions {
        border-left: 0;
        border-top: 1px solid rgba(28,43,49,.12);
        justify-content: flex-start;
    }
}

@media screen and (max-width: 600px) {
    .rpg-post-body {
        padding: 18px;
        font-size: 12px;
        line-height: 1.75;
    }

    .rpg-post-meta {
        margin: 0 18px 14px 18px;
    }

    .rpg-post-controls,
    .rpg-showthread-footnav,
    .rpg-showthread-tools {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   RPG POSTBIT SAFE PATCH
   basiert auf MyBB-Standardvariablen, kein posttime-Key
   ========================================================= */

.rpg-post {
    margin: 18px 0;
    border: 1px solid rgba(28, 43, 49, 0.14);
    background: linear-gradient(180deg, rgba(247,246,242,.98), rgba(236,232,223,.98));
    box-shadow: 0 10px 24px rgba(28,43,49,.08), inset 0 0 0 1px rgba(255,255,255,.58);
}

.rpg-post-inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: stretch;
}

.rpg-post-author {
    padding: 15px;
    border-right: 1px solid rgba(28,43,49,.13);
    background: linear-gradient(180deg, rgba(28,43,49,.075), rgba(255,255,255,.24));
    text-align: center;
}

.rpg-author-card {
    position: sticky;
    top: 10px;
}

.rpg-author-name {
    margin-bottom: 6px;
    color: #1c2b31;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .04em;
}

.rpg-author-name a {
    color: #1c2b31;
    text-decoration: none;
}

.rpg-author-name a:hover {
    color: #732C26;
    text-decoration: none;
}

.rpg-author-title {
    margin-bottom: 10px;
    color: rgba(28,43,49,.54);
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-author-avatar img {
    width: 165px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 11px auto;
    padding: 4px;
    border: 1px solid rgba(28,43,49,.18);
    background: rgba(255,255,255,.48);
    box-shadow: 0 8px 18px rgba(28,43,49,.10), inset 0 0 0 1px rgba(255,255,255,.50);
}

.rpg-author-rank {
    margin: 8px 0 10px 0;
    color: rgba(28,43,49,.54);
    font-size: 10px;
}

.rpg-author-fields {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(28,43,49,.12);
    color: rgba(28,43,49,.66);
    font-size: 10px;
    line-height: 1.55;
    text-align: left;
}

.rpg-author-fields br {
    display: none;
}

.rpg-author-fields > * {
    margin-bottom: 5px;
}

.rpg-post-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rpg-post-head {
    min-height: 38px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #1c2b31;
    color: rgba(247,246,242,.82);
    border-bottom: 1px solid rgba(28,43,49,.26);
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rpg-post-head a {
    color: #f7f6f2;
    text-decoration: none;
}

.rpg-post-date {
    color: rgba(247,246,242,.76);
}

.rpg-post-url {
    white-space: nowrap;
}

.rpg-post-subject {
    min-height: 32px;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(28,43,49,.10);
    background: rgba(28,43,49,.045);
    color: rgba(28,43,49,.58);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.rpg-post-body {
    flex: 1 1 auto;
    padding: 22px 25px;
    color: rgba(28,43,49,.84);
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.rpg-post-body p {
    margin: 0 0 1.05em 0;
}

.rpg-post-body p:last-child {
    margin-bottom: 0;
}

.rpg-post-meta {
    margin: 0 25px 16px 25px;
    color: rgba(28,43,49,.48);
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .06em;
}

.rpg-post-controls {
    margin-top: auto;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(28,43,49,.11);
    background: rgba(28,43,49,.045);
}

.rpg-post-author-buttons,
.rpg-post-management-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.rpg-post-management-buttons {
    justify-content: flex-end;
}

.rpg-post-author-buttons a,
.rpg-post-management-buttons a {
    min-height: 25px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28,43,49,.16);
    background: rgba(255,255,255,.42);
    color: #1c2b31;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .10em;
    text-transform: uppercase;
    text-decoration: none;
}

.rpg-post-author-buttons a:hover,
.rpg-post-management-buttons a:hover {
    border-color: rgba(115,44,38,.30);
    background: rgba(115,44,38,.065);
    color: #732C26;
    text-decoration: none;
}

@media screen and (max-width: 900px) {
    .rpg-post-inner {
        grid-template-columns: 1fr;
    }

    .rpg-post-author {
        border-right: 0;
        border-bottom: 1px solid rgba(28,43,49,.13);
    }

    .rpg-author-card {
        position: static;
    }
}

@media screen and (max-width: 600px) {
    .rpg-post-body {
        padding: 17px;
        font-size: 12px;
        line-height: 1.75;
    }

    .rpg-post-meta {
        margin: 0 17px 14px 17px;
    }

    .rpg-post-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .rpg-post-management-buttons {
        justify-content: flex-start;
    }
}


/* =========================================================
   CLEAN FIX: Forumdisplay + Beiträge ruhiger / PHP-8.4-sicher
   ========================================================= */

.rpg-threadlist-top {
    min-height: 96px !important;
    background: #f7f6f2 !important;
    border: 1px solid rgba(28, 43, 49, 0.14) !important;
    box-shadow: 0 8px 18px rgba(28, 43, 49, 0.06) !important;
}

.rpg-threadlist-titlebox {
    padding: 16px 18px !important;
    border-left: 3px solid #1c2b31 !important;
}

.rpg-threadlist-kicker {
    margin-bottom: 4px !important;
    color: rgba(28, 43, 49, 0.48) !important;
    font-size: 9px !important;
    letter-spacing: .16em !important;
}

.rpg-threadlist-titlebox h1 {
    margin: 0 0 5px 0 !important;
    color: #1c2b31 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.rpg-threadlist-desc {
    max-width: 680px !important;
    color: rgba(28, 43, 49, 0.62) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.rpg-threadlist-actions {
    padding: 14px !important;
    background: rgba(28, 43, 49, 0.035) !important;
    border-left: 1px solid rgba(28, 43, 49, 0.10) !important;
}

.rpg-threadlist {
    gap: 7px !important;
}

.rpg-thread-card {
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 190px auto !important;
    align-items: stretch !important;
    border: 1px solid rgba(28, 43, 49, 0.115) !important;
    background: rgba(255, 255, 255, 0.38) !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: none !important;
}

.rpg-thread-card:hover {
    border-color: rgba(28, 43, 49, 0.22) !important;
    background: rgba(255, 255, 255, 0.58) !important;
    transform: none !important;
}

.rpg-thread-status {
    width: auto !important;
    min-width: 0 !important;
    flex: none !important;
    border-right: 1px solid rgba(28, 43, 49, 0.09) !important;
    background: rgba(28, 43, 49, 0.045) !important;
}

.rpg-thread-status img {
    max-width: 16px !important;
    max-height: 16px !important;
    opacity: .72 !important;
}

.rpg-thread-content {
    padding: 10px 12px !important;
    min-width: 0 !important;
}

.rpg-thread-title {
    margin: 0 0 5px 0 !important;
    gap: 5px !important;
    line-height: 1.35 !important;
}

.rpg-thread-title a[id^="tid_"] {
    color: #1c2b31 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .02em !important;
}

.rpg-thread-title a[id^="tid_"]:hover {
    color: #732C26 !important;
}

.rpg-thread-meta {
    gap: 5px 10px !important;
    color: rgba(28, 43, 49, 0.52) !important;
    font-size: 9px !important;
    line-height: 1.35 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
}

.rpg-thread-meta span::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 6px;
    background: rgba(28, 43, 49, 0.26);
    vertical-align: 1px;
}

.rpg-thread-lastpost {
    flex: none !important;
    padding: 9px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-end !important;
    gap: 2px !important;
    text-align: right !important;
    border-left: 1px solid rgba(28, 43, 49, 0.09) !important;
    background: rgba(247, 246, 242, 0.58) !important;
    color: rgba(28, 43, 49, 0.56) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
}

.rpg-thread-lastpost span {
    color: rgba(28, 43, 49, 0.46) !important;
    font-size: 8px !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

.rpg-thread-lastpost strong,
.rpg-thread-lastpost strong a {
    color: #1c2b31 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

.rpg-thread-lastpost > a {
    max-width: 170px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: rgba(28, 43, 49, 0.62) !important;
    font-size: 10px !important;
    border-bottom: 1px solid rgba(28, 43, 49, 0.12) !important;
}

.rpg-thread-lastpost > a:hover {
    color: #732C26 !important;
    border-bottom-color: rgba(115, 44, 38, 0.28) !important;
}

.rpg-thread-modbit {
    width: 34px !important;
    flex: none !important;
    border-left: 1px solid rgba(28, 43, 49, 0.08) !important;
    background: rgba(28, 43, 49, 0.025) !important;
}

.rpg-threadlist-bottom {
    padding: 10px !important;
    border: 1px solid rgba(28, 43, 49, 0.10) !important;
    background: rgba(255,255,255,.30) !important;
    box-shadow: none !important;
}

/* Beiträge klarer und weniger überladen */

.rpg-post {
    margin: 18px 0 !important;
    border: 1px solid rgba(28, 43, 49, 0.14) !important;
    background: #f7f6f2 !important;
    box-shadow: 0 8px 20px rgba(28, 43, 49, 0.07) !important;
}

.rpg-post-inner {
    display: grid !important;
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 0 !important;
}

.rpg-post-author {
    padding: 14px !important;
    border-right: 1px solid rgba(28, 43, 49, 0.12) !important;
    background: rgba(28, 43, 49, 0.045) !important;
}

.rpg-author-card {
    position: sticky;
    top: 10px;
}

.rpg-author-name {
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(28, 43, 49, 0.12) !important;
    text-align: center !important;
}

.rpg-author-name strong a,
.rpg-author-name strong {
    color: #1c2b31 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
}

.rpg-author-title {
    margin-bottom: 8px !important;
    color: rgba(28, 43, 49, 0.52) !important;
    font-size: 9px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.rpg-author-avatar img {
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 10px auto !important;
    padding: 4px !important;
    display: block !important;
    border: 1px solid rgba(28, 43, 49, 0.16) !important;
    background: rgba(255,255,255,.45) !important;
    box-shadow: none !important;
}

.rpg-author-fields,
.rpg-author-fields .smalltext {
    color: rgba(28, 43, 49, 0.62) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

.rpg-post-content {
    min-width: 0 !important;
    background: rgba(255,255,255,.24) !important;
}

.rpg-post-head {
    min-height: 36px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: #1c2b31 !important;
    color: rgba(247, 246, 242, 0.78) !important;
    border: 0 !important;
}

.rpg-post-date,
.rpg-post-url,
.rpg-post-head a {
    color: rgba(247, 246, 242, 0.82) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
}

.rpg-post-subject {
    padding: 10px 18px 0 18px !important;
    color: rgba(28, 43, 49, 0.52) !important;
    font-size: 10px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.rpg-post-body {
    padding: 18px 20px !important;
    color: rgba(28, 43, 49, 0.84) !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
    text-align: justify !important;
}

.rpg-post-meta {
    padding: 0 20px 12px 20px !important;
    color: rgba(28, 43, 49, 0.48) !important;
    font-size: 10px !important;
}

.rpg-post-controls {
    padding: 9px 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 8px !important;
    border-top: 1px solid rgba(28, 43, 49, 0.10) !important;
    background: rgba(28, 43, 49, 0.035) !important;
}

.rpg-post-controls .postbit_buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.rpg-post-controls .postbit_buttons a {
    min-height: 24px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(28, 43, 49, 0.14) !important;
    background: rgba(255,255,255,.38) !important;
    color: rgba(28, 43, 49, 0.74) !important;
    font-size: 9px !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

.rpg-post-controls .postbit_buttons a:hover {
    border-color: rgba(115, 44, 38, 0.25) !important;
    background: rgba(115, 44, 38, 0.06) !important;
    color: #732C26 !important;
}

@media screen and (max-width: 850px) {
    .rpg-thread-card {
        grid-template-columns: 38px minmax(0, 1fr) auto !important;
    }

    .rpg-thread-lastpost {
        grid-column: 2 / 4 !important;
        align-items: flex-start !important;
        text-align: left !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(28, 43, 49, 0.08) !important;
    }

    .rpg-thread-modbit {
        grid-column: 3 / 4 !important;
        grid-row: 1 / 2 !important;
    }

    .rpg-post-inner {
        grid-template-columns: 1fr !important;
    }

    .rpg-post-author {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(28, 43, 49, 0.12) !important;
    }

    .rpg-author-card {
        position: static !important;
    }
}
