/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;

  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img:hover {
  filter: none;
  opacity: 1;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  --dark-color: #1a1a1a;
  --vintage-color: #efd1a5;
  --accent: #00897b;
  --text: #2c2c2c;
  --text-light: #6b6b6b;
  --border: #c8c8c8;

	background-color: #e8e6e3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.paper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  color: var(--text);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 24px 10px;
  background: #fff;
}

.titleDiv {
  position: relative;
  background-image: url("../img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title {
  text-align: center;
  font-size: 3.2em;
  font-family: 'Playfair Display', serif;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--dark-color);
}

.topHr {
  border: none;
  border-top: 2px solid var(--dark-color);
  margin-top: 0;
  margin-bottom: 2px;
}

.bottomHr {
  border: none;
  border-top: 1px solid var(--dark-color);
  margin: 0;
}

.aboutTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-light);
  padding: 4px 0;
}
.sub {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  margin: 0 0 10px;
}
.goog-te-gadget-icon{
  display: none;
}
.category{
  text-align: center;
}

.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div {
    color: #00897b;
 
}
.tradingview-widget-container {
  height: 46px;
  overflow: hidden;
  border-bottom: 1px dashed var(--border);
  margin-bottom: 5px;
}
.dateHr {
  border: none;
  border-top: 1px solid var(--border);
  margin-top: 2px;
  margin-bottom: 0;
}

/* ============================================================
   WaPo-style layout: main stories (2/3) + sidebar (1/3)
   ============================================================ */
.content-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
}

/* --- Main stories column (left 2/3) --- */
#main-stories {
  border-right: 1px solid var(--border);
}

.main-article {
  border-bottom: 1px solid var(--border);
}

.main-article a {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  color: var(--text);
}

.main-article a:hover .main-article-title {
  color: var(--accent);
}

.main-article-text {
  flex: 1;
  min-width: 0;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-article-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15em;
  line-height: 1.35;
  margin: 0 0 8px;
  color: var(--dark-color);
  transition: color 0.2s ease;
  font-weight: 700;
}

.main-article-meta {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
  margin: 0 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-article-meta .verified-badge {
  margin-right: 2px;
}

.main-article-desc {
  font-size: 0.88em;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
}

/* Share button */
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  color: var(--text-light);
  transition: all 0.2s ease;
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}
.share-btn:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.share-btn svg {
  display: inline-block;
  pointer-events: none;
}

/* Spotlight share button (white variant) */
.spotlight-meta .share-btn {
  color: rgba(255,255,255,0.45);
  border-color: rgba(255,255,255,0.2);
}
.spotlight-meta .share-btn:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

/* --- Ranking number column --- */
.main-article-rank {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--border);
  padding: 32px 0;
}

.rank-left .main-article-rank {
  border-left: none;
  border-right: 1px solid var(--border);
}

.main-article-rank .rank-number {
  font-family: 'Playfair Display', serif;
  font-size: 7em;
  font-weight: 700;
  font-style: italic;
  color: var(--dark-color);
  line-height: 1;
  opacity: 0.08;
}

/* Alternating: odd articles (1, 3, 5) rank on right */
.main-article.rank-right .main-article-rank { order: 2; }
.main-article.rank-right .main-article-text { order: 1; }

/* Even articles (2, 4, 6) rank on left */
.main-article.rank-left .main-article-rank { order: 1; }
.main-article.rank-left .main-article-text { order: 2; }

/* First article (rank #1) */
.main-article.rank-featured .rank-number {
  font-size: 10em;
  opacity: 0.06;
}
.main-article.rank-featured .main-article-title {
  font-size: 1.5em;
  line-height: 1.25;
}
.main-article.rank-featured .main-article-desc {
  font-size: 0.92em;
}

/* --- Editorial images --- */

/* Banner image between ticker and content */
.editorial-landscape-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #e8e6e3;
}
.editorial-landscape-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Portrait image above sidebar "More Zimbabwe Stories" */
.editorial-portrait-wrap {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  background: #e8e6e3;
}
.editorial-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Break images between articles */
.break-section {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--border);
  background: var(--dark-color);
}

.break-img-wrap {
  position: relative;
  overflow: hidden;
}

.break-img {
  width: 100%;
  height: auto;
  display: block;
}

.break-brand {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.break-caption {
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  background: var(--dark-color);
  line-height: 1.4;
}

/* Press type markers */
.press-marker {
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1.4;
}
.press-marker.local-press {
  color: var(--accent);
  border: 1px solid var(--accent);
}
.press-marker.foreign-press {
  color: var(--text-light);
  border: 1px solid var(--border);
}

/* Sidebar press markers */
.sidebar-meta .press-marker {
  margin-left: 6px;
  font-size: 7px;
  padding: 1px 5px;
}

/* --- Sidebar column (right 1/3) --- */
.sidebar {
  padding: 0;
}

.sidebar-header {
  font-family: 'Playfair Display', serif;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dark-color);
  padding: 12px 16px 8px;
  margin: 0;
  border-bottom: 2px solid var(--dark-color);
}

.sidebar-item {
  border-bottom: 1px solid var(--border);
}

.sidebar-item a {
  display: block;
  padding: 12px 16px;
  color: var(--text);
}

.sidebar-item a:hover {
  color: var(--accent);
}

.sidebar-item a:hover .sidebar-title {
  color: var(--accent);
}

.sidebar-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95em;
  line-height: 1.3;
  margin: 0 0 4px;
  color: var(--dark-color);
  transition: color 0.2s ease;
}

.sidebar-meta {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.verified-badge-sm {
  width: 11px;
  height: 11px;
  font-size: 7px;
  margin-left: 3px;
  margin-right: 1px;
}

.loading-msg {
  text-align: center;
  padding: 30px 16px;
  color: var(--text-light);
  font-size: 0.9em;
}

.feed-updated {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
  text-align: right;
  padding: 6px 16px 0;
  margin: 0;
}

.storyfooter {
  padding: 0 5%;
  font-size: 0.9em;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  color: var(--text);
}

a:hover {
  color: var(--accent);
  text-decoration: none;
}

/* Weather section */
.weather-section {
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}

/* Weather ticker scroll */
.weather-ticker-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.weather-ticker {
  display: flex;
  gap: 0;
  animation: weather-scroll 20s linear infinite;
  width: max-content;
}

.weather-ticker:hover {
  animation-play-state: paused;
}

@keyframes weather-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.weather-emoji {
  font-size: 2em;
  line-height: 1;
  margin: 4px 0;
}

/* Title links to home */
.title-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.title-link:hover {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 850px) {
  .paper {
    width: 100%;
  }

  .aboutTitle {
    font-size: 10px;
  }

  .title {
    font-size: 2.4em;
    line-height: 1.1;
  }

  nav p {
    padding: 0 5px;
  }
  nav a {
    font-size: 0.65em;
  }

  .main-article-rank .rank-number {
    font-size: 5.5em;
  }
  .main-article.rank-featured .rank-number {
    font-size: 7em;
  }
  .main-article-text {
    padding: 20px 18px;
  }
}

@media (max-width: 600px) {
  .paper {
    width: 100%;
    padding: 12px 10px 10px;
  }

  .aboutTitle {
    font-size: 9px;
  }

  .title {
    font-size: 1.8em;
  }

  .sub {
    font-size: 0.7em;
  }

  /* Stack main + sidebar on mobile */
  .content-layout {
    grid-template-columns: 1fr;
  }

  #main-stories {
    border-right: none;
  }

  .sidebar {
    border-top: 2px solid var(--dark-color);
  }

  .main-article a {
    flex-direction: row !important;
    gap: 0;
    padding: 0;
  }

  .main-article-text {
    padding: 14px 12px;
  }

  .main-article-rank {
    flex: 0 0 25%;
  }

  .main-article-rank .rank-number {
    font-size: 2.8em !important;
  }

  .main-article.rank-featured .rank-number {
    font-size: 3.5em !important;
  }
  .main-article.rank-featured .main-article-title {
    font-size: 1.15em;
  }

  .main-article-title {
    font-size: 1em;
  }
  .main-article-desc {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Full-bleed images on mobile — break out of .paper padding */
  .editorial-landscape-wrap {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .break-section {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .break-caption { font-size: 0.72em; padding: 8px 14px; }

  .live-cam-embed { padding-bottom: 56.25%; }
  .live-cam-header { padding: 8px 12px; }

  .subscribe-banner { padding: 28px 16px; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); }
  .subscribe-title { font-size: 1.2em; }
  .subscribe-form { flex-direction: column; gap: 8px; }
  .subscribe-input { border-right: 1px solid var(--border); }
  .subscribe-btn { width: 100%; }

  /* Fix footer alignment on mobile */
  .site-footer .container {
    padding: 15px 10px !important;
  }
  .site-footer .row {
    margin: 0;
  }
  .site-footer [class^=col-] {
    padding: 0 10px;
    text-align: center;
  }
  .site-footer .copyright-text {
    text-align: center;
  }
  .storyfooter {
    text-align: center;
    padding: 0;
  }
}

table {
  table-layout: fixed ;
  width: 100% ;
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
  
}
th, td {
  width: 20% ;
  text-align: center;
  align-content: center;
  align-items: center;

}
.container {
  padding:3px;


  overflow:hidden;
}

#weather {
  width: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.storyTitleCat {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  text-align: center;
  color: var(--dark-color);
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 6px 0;
}

nav a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  text-align: center;
  color: var(--dark-color);
  padding: 4px 8px;
}

nav a:hover {
  color: var(--accent);
}
nav a.active {
  background: var(--dark-color);
  color: #fff;
  padding: 4px 10px;
}

nav p {
  padding: 0 8px;
  margin: 2px 0;
  border-right: 1px solid var(--border);
  text-align: center;
  line-height: 1;
}

nav p:last-child {
  border-right: none;
}
.site-footer {
  padding: 0;
  margin-top: 10px;
  border-top: 2px solid var(--dark-color);
  background: var(--dark-color);
  color: #b0b0b0;
}
.site-footer hr {
  border-top-color: rgba(255,255,255,0.1);
  margin: 15px 0;
}
h4 {
  color: var(--dark-color);
  font-weight: 700;
}
.site-footer .storyTitleCat {
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.site-footer a {
  color: #b0b0b0;
}
.site-footer a:hover {
  color: var(--accent);
  text-decoration: none;
}
.footer-links {
  text-align: center !important;
  padding: 0;
  font-size: 0.85em;
  list-style: none;
}
.footer-links li {
  display: block;
  text-align: center !important;
  padding: 3px 0;
}
.footer-links a {
  color: #b0b0b0;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: var(--accent);
  text-decoration: none;
}
.storyfooter {
  padding: 0 5%;
  font-size: 0.85em;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  color: #b0b0b0;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text {
  margin: 0;
  font-size: 0.75em;
  color: #888;
}
.copyright-text a {
  color: #999;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
#google_translate_element img{
  display: none;
}

/* Weather ticker cards */
.weather-city {
  text-align: center;
  padding: 10px 20px;
  min-width: 140px;
  flex-shrink: 0;
  border-right: 1px solid var(--border);
}

.weather-city:last-child {
  border-right: none;
}

.weather-city strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: var(--accent);
  font-weight: 700;
}

.weather-temp {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0;
}

.weather-desc {
  font-size: 10px;
  color: var(--text-light);
}


/* ============================================================
   Victoria Falls Live Cam
   ============================================================ */
.live-cam-section {
  margin: 0;
  border-bottom: 1px solid var(--border);
}

.live-cam-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: var(--dark-color);
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e53935;
  animation: live-blink 2s ease-in-out infinite;
}

@keyframes live-blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 4px rgba(229, 57, 53, 0.6); }
  50% { opacity: 0.3; box-shadow: 0 0 1px rgba(229, 57, 53, 0.2); }
}

.live-caption {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}

.live-cam-embed {
  position: relative;
  width: 100%;
  padding-bottom: 36%;
  background: #000;
  overflow: hidden;
}

.live-cam-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ============================================================
   Spotlight Section (sidebar, green bg)
   ============================================================ */
.spotlight-section {
  background: #1a5632;
  color: #fff;
}

.spotlight-header {
  font-family: 'Playfair Display', serif;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 12px 16px 8px;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.spotlight-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.spotlight-item:last-child {
  border-bottom: none;
}

.spotlight-item a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  transition: background 0.2s ease;
}

.spotlight-item a:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.spotlight-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.92em;
  line-height: 1.3;
  margin: 0 0 4px;
  color: #fff;
  font-weight: 600;
}

.spotlight-meta {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.verified-source {
  color: rgba(255,255,255,0.55);
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1d9bf0;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  margin-left: 4px;
  line-height: 1;
  flex-shrink: 0;
}

/* Sidebar portrait image between spotlight and more stories */
.sidebar-portrait {
  width: 100%;
  background: var(--dark-color);
}

.sidebar-portrait-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.sidebar-portrait-caption {
  font-family: 'Playfair Display', serif;
  font-size: 0.82em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255,255,255,0.7);
  margin: 0;
  padding: 10px 14px 12px;
  background: var(--dark-color);
  letter-spacing: 0.01em;
}

/* ============================================================
   Subscribe Banner (FT style)
   ============================================================ */
.subscribe-banner {
  border-top: 2px solid var(--dark-color);
  padding: 40px 30px;
  text-align: center;
  background: #fff8f0;
  width: 100%;
}

.subscribe-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6em;
  font-weight: 700;
  color: var(--dark-color);
  margin: 0 0 12px;
  line-height: 1.2;
}

.subscribe-text {
  font-size: 0.9em;
  line-height: 1.6;
  color: var(--text-light);
  max-width: 460px;
  margin: 0 auto 20px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 420px;
  margin: 0 auto 14px;
}

.subscribe-input {
  flex: 1;
  padding: 10px 14px;
  font-size: 0.85em;
  border: 1px solid var(--border);
  border-right: none;
  background: #fff;
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
}

.subscribe-input:focus {
  border-color: var(--accent);
}

.subscribe-btn {
  padding: 10px 24px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--dark-color);
  color: #fff;
  border: 1px solid var(--dark-color);
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscribe-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.subscribe-fine {
  font-size: 0.7em;
  color: #999;
  margin: 0;
}

/* Cookie consent banner */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark-color);
  color: #ccc;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 10000;
  font-size: 0.8em;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.cookie-consent p {
  margin: 0;
  flex: 1;
  max-width: 700px;
}
.cookie-consent a {
  color: var(--accent);
}
.cookie-consent-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.cookie-consent-btn:hover {
  background: #00a18a;
}

/* Economy button in nav */
nav a.economy-btn {
  background: var(--accent);
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}
nav a.economy-btn:hover {
  background: #00a18a;
  color: #fff;
}
nav a.economy-btn.active {
  background: var(--dark-color);
}

/* Economy widgets grid */
.economy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 0 20px;
}

.economy-widget {
  border: 1px solid var(--border);
  height: 320px;
  overflow: hidden;
}

.economy-widget-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dark-color);
  margin: 0;
  padding: 8px 10px 4px;
  border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,0.02);
}

.economy-widget iframe {
  display: block;
  width: 100%;
  height: calc(100% - 32px);
  border: none;
}

@media (max-width: 600px) {
  .economy-grid {
    grid-template-columns: 1fr;
  }
  .economy-widget {
    height: 280px;
  }
}