/*
 Theme Name:  Runcast
 Theme URI:   https://runcast.dk
 Description: Runcast child theme baseret på Intergalactic.
 Author:      Ole Thorning Jacobsen
 Template:    intergalactic
 Version:     2.0
*/

/* ── Globalt ─────────────────────────────────────────── */
body {
  background-color: #fafaf7 !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.site-header, .site-footer { display: none !important; }
#secondary, .widget-area { display: none !important; }

/* ── Fjern Intergalactic layout på alle sider ────────── */
.single-podcast #page, .single-podcast .site-content,
.single-podcast #primary, .single-podcast #content,
.single-podcast .content-area,
.home #page, .home .site-content,
.home #primary, .home #content, .home .content-area,
.page #page, .page .site-content,
.page #primary, .page #content, .page .content-area {
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.single-podcast .entry-header, .single-podcast .entry-footer,
.single-podcast .entry-meta, .single-podcast .post-navigation,
.single-podcast #comments,
.home .entry-header, .home .entry-footer,
.page .entry-header, .page .entry-footer {
  display: none !important;
}

.single-podcast .entry-content, .single-podcast .entry-content > *,
.home .entry-content, .home .entry-content > *,
.page .entry-content, .page .entry-content > * {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
}
