/* OP-02: Live Atahualpa chrome — header, footer, sidebar layout */

header.wp-block-template-part.fc-live-header-part,
header.fc-live-header-part {
  position: static;
  background: transparent;
}

.fc-live-chrome-header {
  text-align: left;
}

.fc-live-chrome-header .header-image-container {
  min-height: 120px;
  background-size: contain !important;
}

.fc-live-chrome-header .blogtitle {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 200%;
  text-transform: uppercase;
}

.fc-live-chrome-header .blogtitle a {
  text-decoration: none;
  color: #ff4170;
  font-weight: normal;
}

.fc-live-chrome-header .tagline {
  margin: 0.25em 0 0;
  color: #000;
}

.fc-live-chrome-header .feed-icons .posts-icon {
  font-size: 11px;
  color: #365da0;
}

.fc-live-chrome-header .fc-header-ad {
  margin: 10px 0;
  text-align: center;
}

.fc-live-chrome-header .horbar1 {
  height: 4px;
  margin: 4px 0;
}

.fc-live-chrome-footer {
  width: 100%;
  background-color: #f7f7f7;
  border-top: solid 4px #eee;
  padding: 10px;
  text-align: center;
  color: #888;
  font-size: 11px;
}

.fc-live-chrome-footer a {
  color: #777;
  text-decoration: none;
}

.fc-live-chrome-footer .fc-footer-contact-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
}

.fc-live-chrome-footer .fc-footer-bottom-slot {
  min-height: 0;
}

.fc-live-sidebar {
  width: 200px;
  max-width: 200px;
  flex-shrink: 0;
}

.fc-sidebar-widgets .widget {
  margin-bottom: 12px;
}

.fc-sidebar-widgets .adsbygoogle {
  display: inline-block;
  overflow: hidden;
}

#custom_html-3 .adsbygoogle {
  min-height: 1000px;
}

#custom_html-6 .adsbygoogle {
  min-height: 600px;
}

.fc-sidebar-widgets .widget-title h3 {
  margin: 0 0 8px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.fc-live-layout {
  max-width: 1520px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px #333;
}

.fc-live-layout__columns {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.fc-live-layout__main {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
}

@media (max-width: 782px) {
  .fc-live-layout__columns {
    flex-direction: column;
  }
  .fc-live-layout__columns {
    flex-direction: column;
  }

  .fc-live-sidebar {
    width: 100%;
    max-width: 100%;
    order: 2;
  }

  .fc-live-layout__main {
    order: 1;
  }

  /* Sidebar skyscrapers are desktop-only; mobile uses reserved footer banner slot (OP-09 CLS). */
  #custom_html-3,
  #custom_html-6 {
    display: none;
  }
}