/* ──────────────────────────────────────────
   Hauptbox & Schrift
────────────────────────────────────────── */
.voo-gesuch-groupsrch {
  max-width: 580px;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  background: #2b2b2b;
  box-sizing: border-box;
  padding: 0;
}

/* Header / Titel */
.voo-gesuch-header {
  height: 60px;
  font-family: 'Aktura', serif;
  font-size: 40px;
  color: #FFCF40;
  text-align: center;
  background-color: #2b2b2b;
  background: url(https://www.transparenttextures.com/patterns/az-subtle.png);
  padding: 16px;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
  vertical-align: middle;
}

.voo-gesuch-headersmall {
  font-family: 'Roboto', serif;
  font-size: 10px;
  color: #FFCF40;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
  vertical-align: middle;
}

/* ──────────────────────────────────────────
   Charakterkarten
────────────────────────────────────────── */
.voo-gesuch-charblock-wrapper {
  margin: 18px 14px;
}

.voo-gesuch-charblock-title {
  font-family: 'Aktura', serif;
  color: #FFCF40;
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: lowercase;
}

.voo-gesuch-charblock-titlesmall {
  font-family: 'Roboto', sans-serif;
  color: #FFCF40;
  font-size: 10px;
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.voo-gesuch-charblock {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: stretch;
}

.voo-gesuch-char-left {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.voo-gesuch-char-left img {
  width: 150px;
  border: 1px solid #cfc8bd;
}

.voo-gesuch-char-facts {
  margin-top: 8px;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  color: #a0a0a0;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.voo-gesuch-char-fact-row {
  display: flex;
  justify-content: space-between;
}

.voo-gesuch-char-fact-row b {
  color: #FFCF40;
}

.voo-gesuch-char-fact-row span {
  text-align: right;
  overflow-wrap: anywhere;
}

.voo-gesuch-char-right {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 230px;
}

.voo-gesuch-textbox {
  border-left: 3px solid #FFCF40;
  font-family: 'Roboto', sans-serif;
  padding: 14px;
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
  color: #a0a0a0;
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
}

.voo-gesuch-subtitle {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #FFCF40;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 4px;
  margin-top: 10px;
}

.voo-gesuch-divider {
  text-align: center;
  font-size: 16px;
  color: #FFCF40;
}

/* ──────────────────────────────────────────
   Board Selftext + Facts nebeneinander
────────────────────────────────────────── */
.voo-gesuch-board-block {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 14px;
  align-items: stretch; /* gleiches Höhe */
}

/* Selftext: scrollbar + flexible Höhe */
.voo-gesuch-selftext {
  flex: 1;
  border-left: 3px solid #FFCF40;
  padding: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
  color: #a0a0a0;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 220px; /* Start-Höhe */
}

/* Factsbox: scrollbar + flexible Höhe */
.voo-gesuch-factsbox {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 3px solid #FFCF40;
  padding: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: #a0a0a0;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 220px; /* Start-Höhe */
}

/* Links / Boardfacts im Gesuch */
.voo-gesuch-factsbox .link {
  display: block;
  width: 100%;
  margin: 2px 0;
  font-size: 8px;
  padding: 6px;
  background: #a0a0a0;
  border-left: 3px solid #FFCF40;
  color: #2b2b2b !important;
  text-decoration: none;
  transition: 0.2s;
}

/* Hover Effekt */
.voo-gesuch-factsbox .link:hover {
  background: #FFCF40;
  color: #2b2b2b !important;
  border-left: 3px solid #bfae83;
}

.voo-gesuch-fact {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}

.voo-gesuch-fact a {
  color: #FFCF40;
  text-decoration: none;
  transition: 0.2s;
}

.voo-gesuch-fact a:hover {
  text-decoration: underline;
  color: #f5e07a;
}

/* Scrollbars individualisieren */
.voo-gesuch-textbox::-webkit-scrollbar,
.voo-gesuch-selftext::-webkit-scrollbar,
.voo-gesuch-factsbox::-webkit-scrollbar {
  width: 4px;
}

.voo-gesuch-textbox::-webkit-scrollbar,
.voo-gesuch-selftext::-webkit-scrollbar-track,
.voo-gesuch-factsbox::-webkit-scrollbar-track {
  background: #2b2b2b;
}

.voo-gesuch-textbox::-webkit-scrollbar,
.voo-gesuch-selftext::-webkit-scrollbar-thumb,
.voo-gesuch-factsbox::-webkit-scrollbar-thumb {
  background-color: #FFCF40;
  border-radius: 4px;
}

.voo-gesuch-footer {
  height: 30px;
  background-color: #2b2b2b;
  background: url(https://www.transparenttextures.com/patterns/az-subtle.png);
  padding: 16px;
}

i {
  color: #FFCF40;
  font-weight: italic;
  opacity: 0.8;
}

b {
  color: #FFCF40;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.8;
}