/*
Theme Name: Dallas News
Author: Dallas TV Show Fan Site
Version: 1.0
Text Domain: dallas-news
*/

/* ===== Your page-specific styles (from your HTML) ===== */

.bio-header { margin: 0 0 16px; }

.bio-banner{
  display:block;
  width:100%;
  height:auto;
  border-radius: 12px;
  margin-bottom: 10px;
}

.bio-quote{
  font-style: italic;
  background: rgba(0,0,0,.05);
  border-left: 4px solid var(--brand, #0072bc);
  padding: 10px 14px;
  border-radius: 10px;
  color: #333;
  margin: 0 0 12px;
}
.bio-quote span{
  display:block;
  margin-top: 6px;
  font-weight: 700;
  font-style: normal;
  color: #555;
}

.bio-section{ margin-top: 18px; }
.bio-section h2{
  font-size: 20px;
  margin: 0 0 8px;
}

.bio-toc{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 10px;
}
.bio-toc a{
  display:inline-block;
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(0,114,188,.10);
  color: var(--brand-dark, #0054a6);
  font-weight: 900;
  font-size: 13px;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.06);
}
.bio-toc a:hover{
  background: rgba(0,114,188,.16);
  text-decoration:none;
}

.story-photo{
  margin: 12px 0;
}
.story-photo img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
}
.story-photo figcaption{
  margin-top:8px;
  font-size:13px;
  color: rgba(0,0,0,.72);
  line-height:1.35;
}

.related-links{
  margin: 8px 0 0 18px;
  padding: 0;
}
.related-links li{
  margin: 0 0 6px;
  line-height: 1.4;
}
.related-links a{
  font-weight: 800;
  color: var(--brand-dark, #0054a6);
  text-decoration: none;
}
.related-links a:hover{ text-decoration: underline; }

/* Left-nav appended Behind-the-Scenes block */
.bts-leftblock{
  margin-top: 14px;
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 12px;
}
.bts-leftblock-title{
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 10px;
  color: rgba(0,0,0,.70);
}
.bts-leftblock-group{ margin-bottom: 12px; }
.bts-leftblock-group-title{
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin: 10px 0 8px;
  color: rgba(0,0,0,.62);
}
.bts-leftblock-item{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
  margin-bottom: 10px;
}
.bts-leftblock-item:hover{
  background: rgba(0,0,0,.05);
  text-decoration: none;
}
.bts-leftblock-item[aria-current="page"]{
  background: rgba(0,114,188,.10);
  border-color: rgba(0,114,188,.20);
}
.bts-leftblock-icon{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 40px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
}
.bts-leftblock-head{
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.bts-leftblock-desc{
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 6px;
  color: rgba(0,0,0,.70);
}
.bts-leftblock-cta{
  font-weight: 900;
  font-size: 12px;
  color: var(--brand-dark, #0054a6);
}
/* Hide legacy plugin blocks imported from old site */
.nr_related_placeholder,
.sociable,
#ts-fab-below,
.related-posts,
#comment_form_choice,
#tweet_form {
  display: none !important;
}

/* Hide broken image placeholders */
img:not([src]),
img[src=""],
img[src="#"] {
  display: none !important;
}
/* News index minis */
.news-list{
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.news-mini{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  align-items: start;
}

.news-mini-thumb img{
  width:100%;
  height: auto;
  display:block;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.news-mini-meta{
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,.65);
  margin-bottom: 6px;
}
.news-mini-cat{
  color: var(--brand-dark, #0054a6);
  text-decoration:none;
  font-weight: 900;
}
.news-mini-cat:hover{ text-decoration: underline; }

.news-mini-title{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}
.news-mini-title a{
  color: inherit;
  text-decoration: none;
}
.news-mini-title a:hover{ text-decoration: underline; }

.news-mini-excerpt{
  margin: 0;
  color: rgba(0,0,0,.78);
  line-height: 1.45;
}

/* Mobile */
@media (max-width: 720px){
  .news-mini{
    grid-template-columns: 1fr;
  }
  .news-mini-thumb img{
    max-height: 240px;
    object-fit: cover;
  }
}
/* Browse bar */
.browse-row{ display:block; }
.browse-search{ margin: 0 0 10px; }

.browse-cats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.browse-pill{
  display:inline-block;
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(0,114,188,.10);
  color: var(--brand-dark, #0054a6);
  font-weight: 900;
  font-size: 13px;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.06);
}
.browse-pill:hover{
  background: rgba(0,114,188,.16);
  text-decoration:none;
}
