×
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
 
(5 intermediate revisions by the same user not shown)
Line 229: Line 229:




/* =============================================================
/* ============================================================
   FHODS Archive — Production page styles
   FHODS Archive — Production page styles
   Paste into MediaWiki:Common.css
   Append to the BOTTOM of MediaWiki:Common.css
   ============================================================= */
   Do NOT replace existing CSS — add below everything else
  ============================================================ */
/* --- INFOBOX ------------------------------------------------ */
 
.fhods-infobox {
/* --- Page banner ------------------------------------------- */
     float: right;
.fhods-page-banner {
     clear: right;
     background: #1a1a1a;
     margin: 0 0 1.5em 2em;
     padding: 22px 28px 18px;
    width: 280px;
     margin-bottom: 20px;
     border: 1px solid #c8b87a;
     border-bottom: 3px solid #d4af37;
     font-size: 0.875em;
}
     background: #ffffff;
 
.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;
     font-family: Georgia, serif;
}
}
 
.fhods-infobox-table {
.fhods-banner-title {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    margin: 0 !important;
    background: transparent !important;
}
.fhods-infobox-table tr {
    border-bottom: 1px solid #ede5cc;
}
.fhods-infobox-table tr:last-child {
    border-bottom: none;
}
.fhods-infobox-header {
    background: #1a1a1a !important;
    padding: 14px 16px !important;
    text-align: center !important;
    border-bottom: 3px solid #d4af37 !important;
}
.fhods-infobox-title {
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-size: 1.1em;
     font-size: 28px;
     color: #d4af37;
     color: #ffffff;
     font-style: italic;
     font-style: italic;
     letter-spacing: 0.02em;
     letter-spacing: 0.02em;
    margin-bottom: 4px;
}
}
 
.fhods-infobox-section {
.fhods-banner-sub {
     font-size: 0.78em;
     font-size: 11px;
     color: #888;
     color: #888;
     letter-spacing: 0.1em;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     text-transform: uppercase;
    margin-top: 4px;
}
.fhods-infobox-image {
    text-align: center !important;
    padding: 0 !important;
    background: #2a2a2a !important;
    border-bottom: 3px solid #d4af37 !important;
}
.fhods-infobox-caption {
    font-size: 0.8em;
    color: #888;
    text-align: center;
    padding: 6px 10px;
    font-style: italic;
    background: #1a1a1a;
}
}
 
.fhods-infobox-label {
/* --- Section rule headings --------------------------------- */
    padding: 7px 12px !important;
.fhods-section-rule {
    font-style: italic;
    color: #8b6914 !important;
    font-weight: normal !important;
    text-align: left !important;
    width: 42% !important;
    vertical-align: top !important;
    background: #faf7ef !important;
    border-right: 1px solid #ede5cc;
}
.fhods-infobox-value {
    padding: 7px 12px !important;
    vertical-align: top !important;
    color: #1a1a1a !important;
    background: #ffffff !important;
}
.fhods-infobox-footer {
    padding: 8px 12px !important;
    font-size: 0.8em;
    color: #888;
    font-style: italic;
    text-align: center !important;
    background: #faf7ef !important;
    border-top: 1px solid #ede5cc !important;
}
/* --- SECTION DIVIDER ---------------------------------------- */
.fhods-section-divider {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     gap: 12px;
     margin: 28px 0 14px;
     margin: 2em 0 1em;
     gap: 0;
}
}
 
.fhods-section-divider-line {
.fhods-rule-left {
     flex: 1;
     width: 18px;
     height: 1px;
     height: 1px;
     background: #d4c9a8;
     background: #d4af37;
    flex-shrink: 0;
     display: block;
     display: block;
}
}
 
.fhods-section-divider-title {
.fhods-rule-title {
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-size: 0.78em;
     font-size: 11px;
     font-weight: normal;
     font-weight: normal;
     color: #8b6914;
     color: #ffffff;
     letter-spacing: 0.12em;
    background: #1a1a1a;
    padding: 5px 16px;
     letter-spacing: 0.15em;
     text-transform: uppercase;
     text-transform: uppercase;
    border-top: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
     white-space: nowrap;
     white-space: nowrap;
    display: block;
}
}
 
/* --- FOREWORD ----------------------------------------------- */
.fhods-rule-right {
    flex: 1;
    height: 1px;
    background: #d4af37;
    display: block;
}
 
/* --- Foreword ---------------------------------------------- */
.fhods-foreword {
.fhods-foreword {
     border-left: 3px solid #d4af37;
     border-left: 4px solid #d4af37;
    padding: 14px 20px;
     background: #fdfbf4;
     background: #fdfbf5;
     margin: 0 0 0 0;
     margin: 0 0 1.5em;
}
 
.fhods-foreword-inner {
    padding: 16px 20px;
     font-style: italic;
     font-style: italic;
     font-size: 0.9em;
     font-size: 0.92em;
     line-height: 1.85;
     line-height: 1.9;
     color: #3a3a3a;
     color: #3a3a3a;
}
}
 
.fhods-foreword-text p {
.fhods-foreword-inner p {
     margin-bottom: 0.8em;
     margin: 0 0 0.85em 0;
}
}
 
.fhods-foreword-text p:last-child {
.fhods-foreword-inner p:last-child {
     margin-bottom: 0;
     margin-bottom: 0;
}
}
 
.fhods-foreword-attribution {
.fhods-foreword-sig {
     margin-top: 14px;
     margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ede5cc;
     font-style: normal;
     font-style: normal;
     font-size: 0.85em;
     font-size: 0.88em;
     color: #888;
     color: #666;
    letter-spacing: 0.03em;
}
}
 
/* --- CAST TABLE --------------------------------------------- */
.fhods-foreword-credits {
.fhods-cast-table {
     background: #faf6ea;
     width: 100% !important;
     border-left: 4px solid #d4af37;
     border-collapse: collapse !important;
    padding: 10px 16px;
     font-size: 0.9em;
     font-size: 0.84em;
     border: 1px solid #d4c9a8 !important;
     color: #777;
     margin-bottom: 1.5em !important;
     font-style: italic;
    line-height: 1.7;
    margin-top: 0;
    border-top: 1px solid #ede5cc;
}
}
 
.fhods-cast-th {
/* --- Cast -------------------------------------------------- */
    background: #1a1a1a !important;
.fhods-cast-block {
    color: #d4af37 !important;
     margin-bottom: 0.5em;
    font-family: Georgia, serif !important;
    font-weight: normal !important;
    font-style: italic !important;
    padding: 9px 14px !important;
    text-align: left !important;
    border: none !important;
     letter-spacing: 0.04em;
}
}
 
.fhods-cast-section-label {
.fhods-cast-label {
     background: #f0ece0 !important;
    display: inline-block;
     padding: 6px 14px !important;
     background: #1a1a1a;
     font-size: 0.78em;
     color: #d4af37;
     letter-spacing: 0.1em;
    font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-size: 10px;
     letter-spacing: 0.13em;
     text-transform: uppercase;
     text-transform: uppercase;
     color: #8b6914 !important;
     padding: 4px 14px;
     font-family: Georgia, serif;
    margin: 12px 0 0;
     border-bottom: 1px solid #d4c9a8 !important;
     border-top: 2px solid #d4af37;
}
 
.fhods-cast-leads {
     border: 1px solid #d4c49a;
    border-top: none;
    background: #fff;
    margin-bottom: 4px;
}
}
 
.fhods-cast-lead-row {
.fhods-cast-lead-row {
     background: #fdfbf4 !important;
     display: flex;
    align-items: baseline;
    padding: 7px 14px;
    border-bottom: 1px solid #f0e8cc;
    gap: 12px;
}
}
 
.fhods-cast-row {
.fhods-cast-lead-row:last-child {
    background: #ffffff !important;
     border-bottom: none;
}
.fhods-cast-lead-row:hover,
.fhods-cast-row:hover {
    background: #faf7ef !important;
}
.fhods-cast-name {
    padding: 8px 14px !important;
    font-weight: bold !important;
     border-bottom: 1px solid #ede5cc !important;
    width: 50%;
}
}
 
.fhods-cast-role {
.fhods-cast-lead-name {
     padding: 8px 14px !important;
     font-weight: bold;
     color: #555 !important;
    font-size: 0.93em;
     border-bottom: 1px solid #ede5cc !important;
     color: #1a1a1a;
     min-width: 160px;
    flex-shrink: 0;
}
}
 
.fhods-badge-lead {
.fhods-cast-lead-badge {
     display: inline-block;
     display: inline-block;
     background: #1a1a1a;
     background: #d4af37;
     color: #d4af37;
     color: #1a1a1a;
     font-size: 0.7em;
     font-size: 9px;
    padding: 1px 7px;
     letter-spacing: 0.08em;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     text-transform: uppercase;
     font-family: Georgia, serif;
    padding: 1px 7px;
     font-style: italic;
    margin-left: 8px;
     font-style: normal;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-weight: normal;
     font-weight: normal;
     vertical-align: middle;
     vertical-align: middle;
    margin-left: 6px;
}
}
 
.fhods-badge-ensemble {
.fhods-cast-lead-role {
     display: inline-block;
     font-style: italic;
     background: #f0ece0;
     font-size: 0.87em;
     color: #8b6914;
     color: #8b6914;
    font-size: 0.72em;
    padding: 1px 7px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-weight: normal;
}
}
 
/* --- CREW TABLE --------------------------------------------- */
.fhods-cast-cast {
.fhods-crew-wrapper {
     border: 1px solid #d4c49a;
     border: 1px solid #d4c9a8;
    border-top: none;
     overflow: hidden;
     background: #fff;
     margin-bottom: 1.5em;
     margin-bottom: 4px;
}
}
 
.fhods-crew-section-label {
.fhods-cast-cast-row {
     background: #f0ece0;
     display: flex;
    align-items: baseline;
     padding: 7px 14px;
     padding: 7px 14px;
     font-size: 0.78em;
    border-bottom: 1px solid #f0e8cc;
     letter-spacing: 0.1em;
    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;
     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;
     color: #8b6914;
    font-family: Georgia, serif;
    border-bottom: 1px solid #d4c9a8;
    border-top: 1px solid #d4c9a8;
}
}
 
.fhods-crew-wrapper .fhods-crew-section-label:first-child {
.fhods-cast-ensemble {
    border: 1px solid #d4c49a;
     border-top: none;
     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-table {
.fhods-crew-group-first {
    width: 100% !important;
     border-top: 3px solid #d4af37;
     border-collapse: collapse !important;
    font-size: 0.9em;
    border: none !important;
    margin: 0 !important;
    background: #fff !important;
}
}
 
.fhods-crew-table tr {
.fhods-crew-row {
     border-bottom: 1px solid #ede5cc !important;
    display: flex;
     border-bottom: 1px solid #f0e8cc;
}
}
 
.fhods-crew-table tr:last-child {
.fhods-crew-row:last-child {
     border-bottom: none !important;
     border-bottom: none;
}
}
 
.fhods-crew-role {
.fhods-crew-role {
    padding: 8px 14px !important;
     font-style: italic;
     font-family: Georgia, serif !important;
     font-size: 0.87em;
     font-weight: normal !important;
     color: #8b6914;
     font-style: italic !important;
     background: #faf6ea;
     color: #8b6914 !important;
     padding: 7px 12px;
     text-align: left !important;
     width: 30%;
     width: 36% !important;
     flex-shrink: 0;
     vertical-align: top !important;
     border-right: 1px solid #f0e8cc;
     background: #faf7ef !important;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     border-right: 1px solid #ede5cc !important;
}
}
 
.fhods-crew-name {
.fhods-crew-name {
     padding: 8px 14px !important;
     font-size: 0.9em;
     color: #1a1a1a !important;
     color: #1a1a1a;
     vertical-align: top !important;
     padding: 7px 14px;
     background: #ffffff !important;
     flex: 1;
}
}
 
.fhods-crew-name a {
/* --- Venue block ------------------------------------------- */
     color: #8b6914;
.fhods-venue-block {
     text-decoration: none;
     border: 1px solid #d4c49a;
     border-top: 3px solid #d4af37;
    background: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}
}
 
.fhods-crew-name a:hover {
/* --- Footer note ------------------------------------------- */
    text-decoration: underline;
.fhods-footer-note {
}
     font-size: 0.84em;
/* --- CREDITS NOTE ------------------------------------------- */
.fhods-credits-note {
     font-size: 0.82em;
     color: #888;
     color: #888;
     font-style: italic;
     font-style: italic;
     margin-top: 8px;
     margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d4c49a;
     line-height: 1.7;
     line-height: 1.7;
}
}
 
/* --- RESPONSIVE --------------------------------------------- */
/* --- Mobile ------------------------------------------------ */
@media screen and (max-width: 680px) {
@media screen and (max-width: 600px) {
     .fhods-infobox {
     .fhods-page-banner {
         float: none;
        padding: 16px 16px 14px;
    }
 
    .fhods-banner-title {
        font-size: 22px;
    }
 
    .fhods-crew-row {
         flex-direction: column;
    }
 
    .fhods-crew-role {
         width: 100%;
         width: 100%;
         margin: 0 0 1.5em;
         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;
}
}

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;
}