×
Create a new article
Write your page title here:
We currently have 454 articles on FHODS Archive. Type your article name above or click on one of the titles below and start writing!



FHODS Archive
454Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* =============================================
  FHODS Archive – Homepage layout
  ============================================= */


.fhods-homepage {
  font-family: sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 2rem;
}
/* Hero */
.fhods-hero {
  text-align: center;
  padding: 3rem 1.5rem 2.5rem;
  border-bottom: 1px solid #e0ddd6;
}
.fhods-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}
.fhods-hero-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  border: none;
}
.fhods-hero-desc {
  font-size: 15px;
  color: #555;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}
.fhods-hero-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.fhods-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fhods-stat-num {
  font-size: 22px;
  font-weight: 500;
  color: #222;
}
.fhods-stat-num a { color: #222; text-decoration: none; }
.fhods-stat-label {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
/* Two-column layout */
.fhods-main-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  padding: 24px 0 0;
}
.fhods-col-main,
.fhods-col-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Cards */
.fhods-card {
  background: #fff;
  border: 0.5px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.fhods-card-header {
  padding: 12px 16px;
  border-bottom: 0.5px solid #e8e8e8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #777;
}
.fhods-card-header--split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fhods-card-link {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #999;
}
.fhods-card-link a { color: #999; }
/* Browse grid */
.fhods-browse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.fhods-browse-item {
  padding: 16px;
  border-right: 0.5px solid #eee;
  border-bottom: 0.5px solid #eee;
  cursor: pointer;
}
.fhods-browse-item:nth-child(even) { border-right: none; }
.fhods-browse-item:nth-child(3),
.fhods-browse-item:nth-child(4) { border-bottom: none; }
.fhods-browse-icon { font-size: 22px; margin-bottom: 6px; }
.fhods-browse-label { font-size: 14px; font-weight: 500; }
.fhods-browse-label a { color: #222; text-decoration: none; }
.fhods-browse-label a:hover { text-decoration: underline; }
.fhods-browse-count { font-size: 12px; color: #999; margin-top: 2px; }
/* News */
.fhods-news-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.fhods-news-table tr {
  border-bottom: 0.5px solid #f0f0f0;
}
.fhods-news-date {
  font-size: 12px;
  color: #aaa;
  padding: 12px 12px 12px 16px;
  vertical-align: top;
  white-space: nowrap;
  width: 80px;
}
.fhods-news-body {
  font-size: 14px;
  padding: 12px 16px 12px 0;
  vertical-align: top;
  line-height: 1.5;
}
/* Site map */
.fhods-sitemap { padding: 12px 16px; }
.fhods-sitemap-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 13px;
}
.fhods-sitemap-row:last-child { border-bottom: none; padding-bottom: 0; }
.fhods-sitemap-label {
  color: #aaa;
  min-width: 56px;
  font-size: 12px;
}
.fhods-sitemap-tags { color: #444; line-height: 1.8; }
.fhods-sitemap-tags a { color: #444; }
/* Progress */
.fhods-progress-body { padding: 14px 16px; }
.fhods-progress-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}
.fhods-progress-row strong a { color: #222; }
.fhods-progress-row--small { font-size: 11px; color: #aaa; margin-top: 4px; }
.fhods-progress-bar-outer {
  background: #f0ede8;
  border-radius: 4px;
  height: 6px;
  margin: 4px 0 6px;
}
.fhods-progress-bar-inner {
  height: 6px;
  border-radius: 4px;
  background: #888;
}
.fhods-progress-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.5;
}
/* Latest additions */
.fhods-latest-list {
  list-style: decimal;
  padding: 10px 16px 10px 36px;
  margin: 0;
}
.fhods-latest-list li {
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 0.5px solid #f0f0f0;
}
.fhods-latest-list li:last-child { border-bottom: none; }
/* Getting started */
.fhods-gs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fhods-gs-list li {
  padding: 10px 16px;
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 13px;
}
.fhods-gs-list li:last-child { border-bottom: none; }
/* Responsive: stack on narrow screens */
@media (max-width: 680px) {
  .fhods-main-layout {
    grid-template-columns: 1fr;
  }
}
/* ============================================================
  FHODS Archive — Production page styles
  Append to the BOTTOM of MediaWiki:Common.css
  Do NOT replace existing CSS — add below everything else
  ============================================================ */
/* --- Page banner ------------------------------------------- */
.fhods-page-banner {
    background: #1a1a1a;
    padding: 22px 28px 18px;
    margin-bottom: 20px;
    border-bottom: 3px solid #d4af37;
}
.fhods-banner-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 6px;
    opacity: 0.85;
    font-family: Georgia, serif;
}
.fhods-banner-title {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 28px;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
}
.fhods-banner-sub {
    font-size: 11px;
    color: #888;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/* --- Section rule headings --------------------------------- */
.fhods-section-rule {
    display: flex;
    align-items: center;
    margin: 28px 0 14px;
    gap: 0;
}
.fhods-rule-left {
    width: 18px;
    height: 1px;
    background: #d4af37;
    flex-shrink: 0;
    display: block;
}
.fhods-rule-title {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background: #1a1a1a;
    padding: 5px 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-top: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
    white-space: nowrap;
    display: block;
}
.fhods-rule-right {
    flex: 1;
    height: 1px;
    background: #d4af37;
    display: block;
}
/* --- Foreword ---------------------------------------------- */
.fhods-foreword {
    border-left: 4px solid #d4af37;
    background: #fdfbf4;
    margin: 0 0 0 0;
}
.fhods-foreword-inner {
    padding: 16px 20px;
    font-style: italic;
    font-size: 0.92em;
    line-height: 1.9;
    color: #3a3a3a;
}
.fhods-foreword-inner p {
    margin: 0 0 0.85em 0;
}
.fhods-foreword-inner p:last-child {
    margin-bottom: 0;
}
.fhods-foreword-sig {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ede5cc;
    font-style: normal;
    font-size: 0.88em;
    color: #666;
}
.fhods-foreword-credits {
    background: #faf6ea;
    border-left: 4px solid #d4af37;
    padding: 10px 16px;
    font-size: 0.84em;
    color: #777;
    font-style: italic;
    line-height: 1.7;
    margin-top: 0;
    border-top: 1px solid #ede5cc;
}
/* --- Cast -------------------------------------------------- */
.fhods-cast-block {
    margin-bottom: 0.5em;
}
.fhods-cast-label {
    display: inline-block;
    background: #1a1a1a;
    color: #d4af37;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 4px 14px;
    margin: 12px 0 0;
    border-top: 2px solid #d4af37;
}
.fhods-cast-leads {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #fff;
    margin-bottom: 4px;
}
.fhods-cast-lead-row {
    display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0e8cc;
    gap: 12px;
}
.fhods-cast-lead-row:last-child {
    border-bottom: none;
}
.fhods-cast-lead-name {
    font-weight: bold;
    font-size: 0.93em;
    color: #1a1a1a;
    min-width: 160px;
    flex-shrink: 0;
}
.fhods-cast-lead-badge {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1px 7px;
    margin-left: 8px;
    font-style: normal;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-weight: normal;
    vertical-align: middle;
}
.fhods-cast-lead-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
}
.fhods-cast-cast {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #fff;
    margin-bottom: 4px;
}
.fhods-cast-cast-row {
    display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0e8cc;
    gap: 12px;
}
.fhods-cast-cast-row:last-child {
    border-bottom: none;
}
.fhods-cast-cast-name {
    font-weight: bold;
    font-size: 0.93em;
    color: #1a1a1a;
    min-width: 160px;
    flex-shrink: 0;
}
.fhods-cast-cast-badge {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1px 7px;
    margin-left: 8px;
    font-style: normal;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-weight: normal;
    vertical-align: middle;
}
.fhods-cast-cast-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
}
.fhods-cast-ensemble {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #faf6ea;
    padding: 10px 10px 10px 24px;
    margin-bottom: 6px;
}
.fhods-cast-ensemble ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    columns: 2;
    column-gap: 2em;
    font-size: 0.92em;
}
.fhods-cast-ensemble li {
    padding: 2px 0;
    break-inside: avoid;
}
/* --- Crew -------------------------------------------------- */
.fhods-crew-block {
    border: 1px solid #d4c49a;
    background: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}
.fhods-crew-group-label {
    background: #1a1a1a;
    color: #d4af37;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-bottom: 1px solid #2c2c2c;
}
.fhods-crew-group-first {
    border-top: 3px solid #d4af37;
}
.fhods-crew-row {
    display: flex;
    border-bottom: 1px solid #f0e8cc;
}
.fhods-crew-row:last-child {
    border-bottom: none;
}
.fhods-crew-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
    background: #faf6ea;
    padding: 7px 12px;
    width: 30%;
    flex-shrink: 0;
    border-right: 1px solid #f0e8cc;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
}
.fhods-crew-name {
    font-size: 0.9em;
    color: #1a1a1a;
    padding: 7px 14px;
    flex: 1;
}
/* --- Venue block ------------------------------------------- */
.fhods-venue-block {
    border: 1px solid #d4c49a;
    border-top: 3px solid #d4af37;
    background: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}
/* --- Footer note ------------------------------------------- */
.fhods-footer-note {
    font-size: 0.84em;
    color: #888;
    font-style: italic;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d4c49a;
    line-height: 1.7;
}
/* --- Mobile ------------------------------------------------ */
@media screen and (max-width: 600px) {
    .fhods-page-banner {
        padding: 16px 16px 14px;
    }
    .fhods-banner-title {
        font-size: 22px;
    }
    .fhods-crew-row {
        flex-direction: column;
    }
    .fhods-crew-role {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0e8cc;
        padding-bottom: 3px;
        background: #f5eed8;
    }
    .fhods-crew-name {
        padding-top: 4px;
    }
    .fhods-cast-lead-row {
        flex-direction: column;
        gap: 2px;
    }
    .fhods-cast-ensemble ul {
        columns: 1;
    }
}
/* =============================================
  FHODS Archive – Infobox CSS
  ============================================= */


/* Infoboxes */
.infobox {
.infobox {
border: 15px solid #364361;
border: 1px solid #a2a9b1;
color: black;
color: black;
padding: 0.2em;
padding: 0.2em;
Line 10: Line 606:
line-height: 1.5em;
line-height: 1.5em;
border-spacing: 3px;
border-spacing: 3px;
margin: 0.5em 0;
}
}


@media screen {
@media screen {
.infobox {
.infobox {
background-color: #f8f9fa;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
     }
     }
}
}
Line 31: Line 628:
.infobox {
.infobox {
/* @noflip */
/* @noflip */
margin: 0.5em 0 0.5em 1em;
margin-left: 1em;
/* @noflip */
/* @noflip */
float: right;
float: right;

Latest revision as of 14:15, 16 June 2026

/* =============================================
   FHODS Archive – Homepage layout
   ============================================= */

.fhods-homepage {
  font-family: sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

/* Hero */
.fhods-hero {
  text-align: center;
  padding: 3rem 1.5rem 2.5rem;
  border-bottom: 1px solid #e0ddd6;
}
.fhods-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}
.fhods-hero-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  border: none;
}
.fhods-hero-desc {
  font-size: 15px;
  color: #555;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}
.fhods-hero-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.fhods-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fhods-stat-num {
  font-size: 22px;
  font-weight: 500;
  color: #222;
}
.fhods-stat-num a { color: #222; text-decoration: none; }
.fhods-stat-label {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

/* Two-column layout */
.fhods-main-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  padding: 24px 0 0;
}
.fhods-col-main,
.fhods-col-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Cards */
.fhods-card {
  background: #fff;
  border: 0.5px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.fhods-card-header {
  padding: 12px 16px;
  border-bottom: 0.5px solid #e8e8e8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #777;
}
.fhods-card-header--split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fhods-card-link {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #999;
}
.fhods-card-link a { color: #999; }

/* Browse grid */
.fhods-browse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.fhods-browse-item {
  padding: 16px;
  border-right: 0.5px solid #eee;
  border-bottom: 0.5px solid #eee;
  cursor: pointer;
}
.fhods-browse-item:nth-child(even) { border-right: none; }
.fhods-browse-item:nth-child(3),
.fhods-browse-item:nth-child(4) { border-bottom: none; }
.fhods-browse-icon { font-size: 22px; margin-bottom: 6px; }
.fhods-browse-label { font-size: 14px; font-weight: 500; }
.fhods-browse-label a { color: #222; text-decoration: none; }
.fhods-browse-label a:hover { text-decoration: underline; }
.fhods-browse-count { font-size: 12px; color: #999; margin-top: 2px; }

/* News */
.fhods-news-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.fhods-news-table tr {
  border-bottom: 0.5px solid #f0f0f0;
}
.fhods-news-date {
  font-size: 12px;
  color: #aaa;
  padding: 12px 12px 12px 16px;
  vertical-align: top;
  white-space: nowrap;
  width: 80px;
}
.fhods-news-body {
  font-size: 14px;
  padding: 12px 16px 12px 0;
  vertical-align: top;
  line-height: 1.5;
}

/* Site map */
.fhods-sitemap { padding: 12px 16px; }
.fhods-sitemap-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 13px;
}
.fhods-sitemap-row:last-child { border-bottom: none; padding-bottom: 0; }
.fhods-sitemap-label {
  color: #aaa;
  min-width: 56px;
  font-size: 12px;
}
.fhods-sitemap-tags { color: #444; line-height: 1.8; }
.fhods-sitemap-tags a { color: #444; }

/* Progress */
.fhods-progress-body { padding: 14px 16px; }
.fhods-progress-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}
.fhods-progress-row strong a { color: #222; }
.fhods-progress-row--small { font-size: 11px; color: #aaa; margin-top: 4px; }
.fhods-progress-bar-outer {
  background: #f0ede8;
  border-radius: 4px;
  height: 6px;
  margin: 4px 0 6px;
}
.fhods-progress-bar-inner {
  height: 6px;
  border-radius: 4px;
  background: #888;
}
.fhods-progress-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.5;
}

/* Latest additions */
.fhods-latest-list {
  list-style: decimal;
  padding: 10px 16px 10px 36px;
  margin: 0;
}
.fhods-latest-list li {
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 0.5px solid #f0f0f0;
}
.fhods-latest-list li:last-child { border-bottom: none; }

/* Getting started */
.fhods-gs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fhods-gs-list li {
  padding: 10px 16px;
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 13px;
}
.fhods-gs-list li:last-child { border-bottom: none; }

/* Responsive: stack on narrow screens */
@media (max-width: 680px) {
  .fhods-main-layout {
    grid-template-columns: 1fr;
  }
}



/* ============================================================
   FHODS Archive — Production page styles
   Append to the BOTTOM of MediaWiki:Common.css
   Do NOT replace existing CSS — add below everything else
   ============================================================ */

/* --- Page banner ------------------------------------------- */
.fhods-page-banner {
    background: #1a1a1a;
    padding: 22px 28px 18px;
    margin-bottom: 20px;
    border-bottom: 3px solid #d4af37;
}

.fhods-banner-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 6px;
    opacity: 0.85;
    font-family: Georgia, serif;
}

.fhods-banner-title {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 28px;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
}

.fhods-banner-sub {
    font-size: 11px;
    color: #888;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* --- Section rule headings --------------------------------- */
.fhods-section-rule {
    display: flex;
    align-items: center;
    margin: 28px 0 14px;
    gap: 0;
}

.fhods-rule-left {
    width: 18px;
    height: 1px;
    background: #d4af37;
    flex-shrink: 0;
    display: block;
}

.fhods-rule-title {
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background: #1a1a1a;
    padding: 5px 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-top: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
    white-space: nowrap;
    display: block;
}

.fhods-rule-right {
    flex: 1;
    height: 1px;
    background: #d4af37;
    display: block;
}

/* --- Foreword ---------------------------------------------- */
.fhods-foreword {
    border-left: 4px solid #d4af37;
    background: #fdfbf4;
    margin: 0 0 0 0;
}

.fhods-foreword-inner {
    padding: 16px 20px;
    font-style: italic;
    font-size: 0.92em;
    line-height: 1.9;
    color: #3a3a3a;
}

.fhods-foreword-inner p {
    margin: 0 0 0.85em 0;
}

.fhods-foreword-inner p:last-child {
    margin-bottom: 0;
}

.fhods-foreword-sig {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ede5cc;
    font-style: normal;
    font-size: 0.88em;
    color: #666;
}

.fhods-foreword-credits {
    background: #faf6ea;
    border-left: 4px solid #d4af37;
    padding: 10px 16px;
    font-size: 0.84em;
    color: #777;
    font-style: italic;
    line-height: 1.7;
    margin-top: 0;
    border-top: 1px solid #ede5cc;
}

/* --- Cast -------------------------------------------------- */
.fhods-cast-block {
    margin-bottom: 0.5em;
}

.fhods-cast-label {
    display: inline-block;
    background: #1a1a1a;
    color: #d4af37;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 4px 14px;
    margin: 12px 0 0;
    border-top: 2px solid #d4af37;
}

.fhods-cast-leads {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #fff;
    margin-bottom: 4px;
}

.fhods-cast-lead-row {
    display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0e8cc;
    gap: 12px;
}

.fhods-cast-lead-row:last-child {
    border-bottom: none;
}

.fhods-cast-lead-name {
    font-weight: bold;
    font-size: 0.93em;
    color: #1a1a1a;
    min-width: 160px;
    flex-shrink: 0;
}

.fhods-cast-lead-badge {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1px 7px;
    margin-left: 8px;
    font-style: normal;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-weight: normal;
    vertical-align: middle;
}

.fhods-cast-lead-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
}

.fhods-cast-cast {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #fff;
    margin-bottom: 4px;
}

.fhods-cast-cast-row {
    display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0e8cc;
    gap: 12px;
}

.fhods-cast-cast-row:last-child {
    border-bottom: none;
}

.fhods-cast-cast-name {
    font-weight: bold;
    font-size: 0.93em;
    color: #1a1a1a;
    min-width: 160px;
    flex-shrink: 0;
}

.fhods-cast-cast-badge {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1px 7px;
    margin-left: 8px;
    font-style: normal;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-weight: normal;
    vertical-align: middle;
}

.fhods-cast-cast-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
}

.fhods-cast-ensemble {
    border: 1px solid #d4c49a;
    border-top: none;
    background: #faf6ea;
    padding: 10px 10px 10px 24px;
    margin-bottom: 6px;
}

.fhods-cast-ensemble ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    columns: 2;
    column-gap: 2em;
    font-size: 0.92em;
}

.fhods-cast-ensemble li {
    padding: 2px 0;
    break-inside: avoid;
}

/* --- Crew -------------------------------------------------- */
.fhods-crew-block {
    border: 1px solid #d4c49a;
    background: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}

.fhods-crew-group-label {
    background: #1a1a1a;
    color: #d4af37;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-bottom: 1px solid #2c2c2c;
}

.fhods-crew-group-first {
    border-top: 3px solid #d4af37;
}

.fhods-crew-row {
    display: flex;
    border-bottom: 1px solid #f0e8cc;
}

.fhods-crew-row:last-child {
    border-bottom: none;
}

.fhods-crew-role {
    font-style: italic;
    font-size: 0.87em;
    color: #8b6914;
    background: #faf6ea;
    padding: 7px 12px;
    width: 30%;
    flex-shrink: 0;
    border-right: 1px solid #f0e8cc;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
}

.fhods-crew-name {
    font-size: 0.9em;
    color: #1a1a1a;
    padding: 7px 14px;
    flex: 1;
}

/* --- Venue block ------------------------------------------- */
.fhods-venue-block {
    border: 1px solid #d4c49a;
    border-top: 3px solid #d4af37;
    background: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}

/* --- Footer note ------------------------------------------- */
.fhods-footer-note {
    font-size: 0.84em;
    color: #888;
    font-style: italic;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d4c49a;
    line-height: 1.7;
}

/* --- Mobile ------------------------------------------------ */
@media screen and (max-width: 600px) {
    .fhods-page-banner {
        padding: 16px 16px 14px;
    }

    .fhods-banner-title {
        font-size: 22px;
    }

    .fhods-crew-row {
        flex-direction: column;
    }

    .fhods-crew-role {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0e8cc;
        padding-bottom: 3px;
        background: #f5eed8;
    }

    .fhods-crew-name {
        padding-top: 4px;
    }

    .fhods-cast-lead-row {
        flex-direction: column;
        gap: 2px;
    }

    .fhods-cast-ensemble ul {
        columns: 1;
    }
}


/* =============================================
   FHODS Archive – Infobox CSS
   ============================================= */

.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
	margin: 0.5em 0;
}

@media screen {
	.infobox {
		background-color: var(--background-color-neutral-subtle, #f8f9fa);
    }
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}
    
	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		/* @noflip */
		margin-left: 1em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
		width: 22em;
	}
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}