/* LEADERSHIP PAGE */
.leadership-page {
  padding: 16px 0;
}

.leadership-title {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a6e;
  border-bottom: 3px solid #1a1a6e;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.leadership-intro {
  font-size: 13px;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.6;
}

.leadership-section {
  margin-bottom: 28px;
}

.leadership-section-title {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 14px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.leader-card {
  text-align: center;
}

.leader-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #d0d0d0;
  margin-bottom: 8px;
  overflow: hidden;
}

.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.leader-name {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 3px;
}

.leader-title {
  font-size: 11px;
  color: #444;
  line-height: 1.4;
}

.leader-dept {
  font-size: 10px;
  color: #888;
  margin-top: 2px;
  font-style: italic;
}

/* Remove box styling from about page content */
.about-rospan {
  background: transparent !important;
  border: none !important;
  font-size: 15px;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.nav ul.menu li a {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #00008B;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  border-right: 1px solid #999;
  margin-left: -6px; /* move text 6px to the left */
}

.nav ul.menu li:last-child a {
  border-right: none;
}
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  height: 100% !important;
}

.nav ul.menu li a:hover, 
.nav ul.menu li.current-menu-item a,
.nav ul.menu li.current_page_item a {
  background-color: transparent !important;
  text-decoration: underline !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  color: #fff !important;
}
/* Reset aggressive nav styles to modest overrides for original smaller nav styling */
.nav ul.menu {
  padding: 0 0 0 12px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5px;
}

 .nav ul.menu li {
  margin: 0;
}

 .nav ul.menu li a {
  color: #fff !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  display: inline-block !important;
}

.nav ul.menu li a:hover, .nav ul.menu li.current-menu-item a, .nav ul.menu li.current_page_item a {
  background-color: transparent !important;
  color: white !important;
  text-decoration: none !important;
}
/* Underline only the top article title on homepage */
.story:first-child h3 a {
  text-decoration: underline;
}
/* Sidebar arrow icon style for white arrow in front of headers */
.sidebar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.sidebar-header .sidebar-arrow-icon {
  filter: brightness(0) invert(1);
  width: 12px;
  height: auto;
  display: inline-block;
}
.nav li.current-menu-item > a,
.nav li.current_page_item > a {
  color: #fff !important;
  background-color: #FF6600 !important;
  font-weight: bold;
  padding: 5px 10px;
}

/*
Theme Name: RO-SPAN News
Theme URI: https://example.org
Author: Your Name
Author URI: https://example.org
Description: A news website theme for government coverage
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rospan-news
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'restore-regular';
    src: url('fonts/RestoreW00-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'restore-heavy';
    src: url('fonts/RestoreW00-Heavy.woff2') format('woff2');
    font-style: normal;
    font-weight: 200;
}

@font-face {
  font-family: 'restore-bold';
  src: url('fonts/RestoreW00-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
    font-family: 'bahnschrift-semibold';
    src: url(fonts/BAHNSCHRIFT.woff2) format('woff2');
}

@font-face {
    font-family: 'bahnscrift-regular';
    src: url(fonts/BAHNSCHRIFTREGULAR.woff2) format('woff2');
}

body {
  font-family: Bahnscrift-regular, sans-serif;
  font-size: 13px;
  background: #fff;
  color: #4d4b4b;
  min-height: 100vh;
}

a {
  color: #00008B;
  text-decoration: none;
}


/* Search bar large and curved */
.search-bar input[type="search"] {
  width: 300px !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
}

.search-form button.search-submit {
  border-radius: 0 2px 4px 0 !important;
  background: transparent !important;
  border: 2px solid #0000ED !important;
  color: #ffffff !important; 
  padding: 4px 12px !important;   
  font-size: 14px !important;    
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.dateline {
  color: #8784d3 !important;
}

.nav a {
  color: #fff !important;
}

.nav a:hover {
  color: #ddd !important;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #999;
  box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.18);
}

/* HEADER */
.header {
  background: #000066;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.slogan {
  color: #fff;
  font-size: 100px;
}

.logo {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  font-family: Arial Black, sans-serif;
  letter-spacing: -1px;
}

.logo-title {
  font-family: 'Restore-bold', Black, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.logo span {
  color: #fff;
  font-size: 0px;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}

.search-bar {
  display: flex;
  gap: 4px;
}

.search-bar input {
  padding: 4px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  width: 180px;
}

.search-bar button {
  padding: 4px 12px;
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
}

.dateline {
  color: #fff;
  font-size: 11px;
  margin-left: auto;
  white-space: nowrap;
}

/* NAV */
.nav {
  display: flex;
  background: #f0f0f0;
  border-bottom: 1px solid #999;
  gap: 0;
}

.nav a {
  padding: 8px 12px;
  border-right: 1px solid #999;
  color: #00008B;
  font-size: 12px;
  font-weight: bold;
}

.nav a.active {
  background: #00008B;
  color: #fff;
}

/* BREAKING NEWS TICKER */
:root {
  --breaking-font-family: Arial, sans-serif;
}

.breaking {
  background: #FFFFFF;
  border-bottom: 1px solid #caa400;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}

.breaking .label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 100%;
  background: #c00;
  color: white;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  font-family: var(--breaking-font-family);
}

.ticker-wrap {
  flex: 1;
  overflow: hidden;
  padding: 0 10px;
}

.breaking-text {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--breaking-font-family);
  color: #000;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
  animation: none;
}

.breaking-text .breaking-item {
  display: inline-block;
  padding-right: 3rem;
  white-space: nowrap;
}

.breaking-text .dot {
  color: #c00;
}

.breaking-text a {
  color: #000;
  text-decoration: none;
}

.breaking-text a:hover {
  text-decoration: underline;
}

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

@keyframes ticker-loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* MAIN CONTENT */
.main {
  display: flex;
  border-bottom: 1px solid #999;
}

.left {
  flex: 1;
  padding: 12px;
  border-right: 1px solid #999;
}

.right {
  width: 200px;
  padding: 12px;
  background: #f5f5f5;
}

/* LIVE BOX */
.auto-live-box {
  margin-bottom: 16px;
}

.auto-live-bar {
  background: #1a1a6e;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.auto-live-bar img {
  width: 12px;
  height: auto;
  filter: brightness(0) invert(1);
}

.auto-live-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 3px solid #1a1a6e;
  border-top: none;
  box-sizing: border-box;
}

.auto-live-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.live-box {
  border: 2px solid #c00;
  margin-bottom: 12px;
}

.live-header {
  background: #c00;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
}

.live-video {
  background: #000;
  color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 12px;
}

/* BROADCASTS */
.broadcasts {
  margin-bottom: 12px;
}

.broadcasts h3 {
  font-size: 12px;
  margin: 8px 0 4px 0;
}

.thumb-row {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.thumb {
  width: 70px;
  height: 50px;
  background: #ccc;
  border: 1px solid #999;
  cursor: pointer;
}

.thumb-next {
  padding: 12px 8px;
  background: #f0f0f0;
  border: 1px solid #999;
  cursor: pointer;
  font-weight: bold;
}

/* TABS */
.tabs {
  display: flex;
  border-bottom: 1px solid #999;
  margin: 0 0 0 0;
  gap: 0;
}

.tabs a {
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
  background: #c0c0c0;
  color: #ffffff;
  border-right: 2px solid #999;
  border-top: 2px  solid #999; 
  cursor: pointer;
}

.tabs a.active {
  background: #fff;
  color: #00008B;
  border: 1px solid #00008B;
  border-bottom: 1px solid #fff;
}

/* VIDEOS SECTION */
.videos-section {
  margin-bottom: 18px;
}

.videos-header {
  color: #000;
  padding: 0 0 6px 0;
  font-size: 25px;
  font-style: italic;
  font-family: 'bahnschrift-semibold', sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}

.videos-container {
  display: flex;
}

.scroll-arrow {
  display: none;
}

.videos-row {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.video-box {
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
}

.video-box a,
.video-box .video-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.video-thumb {
  width: 140px;
  height: 85px;
  background: #333;
  border: 1px solid #999;
  margin-bottom: 4px;
  overflow: hidden;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title {
  font-size: 11px;
  color: #000;
  line-height: 1.4;
  min-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.site-footer {
  background: #1a1a6e;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
}

.site-footer-privacy {
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.story-header {
  background: #1a1a6e;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}

/* SINGLE ARTICLE */
.article-title-bar {
  background: #142751;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: bold;
  padding: 5px 12px;
  line-height: 1.3;
}

.article-image-wrap {
  width: 100%;
}

.article-featured-img {
  width: 100%;
  aspect-ratio: 1 / 2;
  object-fit: cover;
  display: block;
}

.article-caption {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 11px;
  color: #898989;
  padding: 5px 8px;
  border-bottom: 1px solid #ddd;
}

.article-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}

.article-byline-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-avatars {
  display: flex;
}

.article-avatar {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -8px;
  object-fit: cover;
}

.article-byline-text {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}

.article-by {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a6e;
}

.article-by a {
  color: #1a1a6e;
  font-weight: bold;
}

.article-date {
  font-size: 11px;
  color: #666;
}

.article-share-btn {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-family: inherit;
}

.article-share-btn:hover {
  background: #2a2a9e;
}

.article-share-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 9999;
  white-space: nowrap;
}

.article-share-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.article-body {
  padding: 12px 10px;
  font-size: 13px;
  line-height: 1.6;
}

.article-tags {
  padding: 10px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #555;
}

/* STORIES */
.story {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

.story-thumb {
  width: 200px;
  height: 100px;
  background: #ddd;
  border: 1px solid #999;
  flex-shrink: 0;
}

.story-thumb img {
  width: 100%;
  height: 100%;
}
.story h4 {
  font-size: 15px;
  margin-bottom: 4px;
}

.story h4 a {
  color: #00008B;
}

.story .meta {
  font-size: 11px;
  color: #666;
  margin-bottom: 4px;
}

.story p {
  font-size: 12px;
  line-height: 1.4;
}

/* SIDEBAR */
.sidebar-box {
  background: #fff;
  border: 1px solid #999;
  margin-bottom: 12px;
}

.right .sidebar-box:last-child {
  margin-bottom: 0;
}

.sidebar-header {
  background: #1a1a6e;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 11px;
}

.schedule-item {
  display: flex;
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

.time {
  font-weight: bold;
  min-width: 60px;
}

.show {
  flex: 1;
  margin-left: 4px;
}

.sidebar-box a {
  display: block;
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  color: #00008B;
}

.sidebar-box a:hover {
  text-decoration: underline;
}

.sidebar-more {
  padding: 4px 8px;
  font-size: 11px;
}

.popular-list a {
  display: block;
}

.quick-links a {
  display: inline-block;
  padding: 4px 8px;
  margin: 2px;
  border: 1px solid #999;
  background: #f9f9f9;
  font-size: 11px;
}

.quick-links a:hover {
  background: #e0e0e0;
  text-decoration: none;
}

.quick-link-list {
  display: flex;
  flex-direction: column;
}

.quick-link-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a1a6e;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #bbb;
}

.quick-link-list a:last-child {
  padding-bottom: 6px;
  border-bottom: none;
}

.quick-link-list a:hover {
  text-decoration: underline;
}

.recent-comments-list {
  padding: 0;
}

.recent-comment-item {
  padding: 5px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

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

.recent-comment-author {
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 1px;
}

.recent-comment-excerpt {
  color: #555;
  display: block;
  line-height: 1.4;
}

.recent-comment-excerpt:hover {
  text-decoration: underline;
}

.recent-comment-post {
  display: block;
  font-size: 9px;
  color: #aaa;
  margin-top: 1px;
}

.recent-comment-post:hover {
  text-decoration: underline;
  color: #888;
}

.top-story-num {
  color: #1a1a6e;
  font-weight: bold;
  flex-shrink: 0;
  min-width: 14px;
}

.blue-arrow-icon {
  width: 8px;
  height: 8px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(2000%) hue-rotate(228deg);
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-block-audio,
.entry-content audio {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;
}

.entry-content .wp-block-audio audio,
.entry-content .wp-audio-shortcode audio {
  width: 100% !important;
  max-width: 100% !important;
}

.entry-content figure,
.entry-content .wp-caption {
  max-width: 100%;
  margin: 12px 0;
}

.entry-content figure:not(.alignleft):not(.alignright),
.entry-content .wp-caption.alignnone,
.entry-content .wp-caption:not(.alignleft):not(.alignright) {
  float: none;
  display: block;
}

.entry-content .alignleft {
  float: left;
  margin: 4px 16px 8px 0;
}

.entry-content .alignright {
  float: right;
  margin: 4px 0 8px 16px;
}

.entry-content .aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content figure img,
.entry-content .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft,
.entry-content .alignright {
  max-width: 100% !important;
  width: auto !important;
}

.entry-content figcaption,
.entry-content .wp-caption-text {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
  width: 100%;
  box-sizing: border-box;
}

.entry-content .wp-caption:not(.alignleft):not(.alignright) {
  width: 100% !important;
}

.entry-content .wp-block-image figcaption {
  width: 100%;
  text-align: left;
}

.entry-content ul,
.entry-content ol {
  padding-left: 2em;
  margin: 0.5em 0 0.5em 0;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li {
  margin-bottom: 4px;
}

/* ABOUT PAGE */
.about-title-bar {
  background: #142751;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
}

.about-wrap {
  display: flex;
  align-items: flex-start;
}

.about-main {
  flex: 1;
  padding: 14px 12px;
  border-right: 1px solid #999;
  min-width: 0;
}

.about-sidebar {
  width: 200px;
  padding: 12px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.about-section-header {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-body {
  margin-bottom: 20px;
}

.about-body p {
  font-size: 13px;
  color: #4d4b4b;
  line-height: 1.7;
  margin-bottom: 10px;
}

.about-body p:last-child {
  margin-bottom: 0;
}

.about-photo {
  margin-top: 8px;
  border-top: 1px solid #ddd;
  padding-top: 12px;
}

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

.about-fact {
  padding: 5px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

.about-fact:last-child {
  border-bottom: none;
}

.about-fact-label {
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 1px;
}

.about-fact-value {
  color: #444;
}

.about-network {
  padding: 5px 8px;
  border-bottom: 1px solid #ddd;
}

.about-network:last-child {
  border-bottom: none;
}

.about-network-name {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a6e;
}

.about-network-desc {
  font-size: 11px;
  color: #666;
}

/* CONTACT PAGE */
.contact-title-bar {
  background: #142751;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
}

.contact-wrap {
  display: flex;
  align-items: flex-start;
}

.contact-main {
  flex: 1;
  padding: 14px 12px;
  border-right: 1px solid #999;
  min-width: 0;
}

.contact-sidebar {
  width: 200px;
  padding: 12px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.contact-sidebar .contact-social-link {
  display: block;
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  color: #00008B;
}

.contact-sidebar .contact-social-link:hover {
  text-decoration: underline;
}

.contact-info-block {
  padding: 6px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

.contact-info-block:last-child {
  border-bottom: none;
}

.contact-info-label {
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 1px;
}

.contact-info-value {
  color: #444;
}

.contact-info-value a {
  color: #00008B;
  padding: 0;
  border-bottom: none;
  display: inline;
}

.contact-section-header {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-form .contact-form-row {
  margin-bottom: 10px;
}

.contact-form-row--half {
  display: flex;
  gap: 10px;
}

.contact-form-row--half .contact-form-field {
  flex: 1;
}

.contact-form label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #999;
  font-size: 12px;
  font-family: inherit;
  color: #4d4b4b;
  background: #fff;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #1a1a6e;
}

.contact-form textarea {
  resize: vertical;
}

.contact-submit {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: inherit;
  padding: 7px 24px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.contact-submit:hover {
  background: #2a2a9e;
}

.contact-success {
  background: #f0f5e8;
  border-left: 3px solid #1a1a6e;
  padding: 10px 12px;
  font-size: 12px;
  color: #333;
  margin-bottom: 16px;
}

.contact-errors {
  background: #fff5f5;
  border-left: 3px solid #c00;
  padding: 8px 12px;
  font-size: 12px;
  color: #c00;
  margin-bottom: 12px;
}

.contact-depts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-dept-card {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fafafa;
}

.contact-dept-title {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 4px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.contact-dept-card p {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 4px;
}

.contact-dept-card a {
  font-size: 11px;
  color: #00008B;
}

.contact-dept-card a:hover {
  text-decoration: underline;
}

/* ARCHIVE PAGE */
.archive-title-bar {
  background: #142751;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  margin-bottom: 0;
}

.archive-description {
  padding: 8px 12px;
  background: #f5f5f8;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #444;
}

.archive-wrap {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.archive-posts {
  flex: 1;
  padding: 12px;
  border-right: 1px solid #999;
  min-width: 0;
}

.archive-sidebar {
  width: 180px;
  padding: 12px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.archive-sidebar .sidebar-box {
  margin-bottom: 12px;
}

.archive-sidebar .sidebar-box a {
  display: flex;
  justify-content: space-between;
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  color: #00008B;
}

.archive-sidebar .sidebar-box a:hover {
  text-decoration: underline;
}

.archive-cat-count {
  color: #888;
  font-weight: normal;
}

.archive-pagination {
  margin-top: 12px;
  font-size: 12px;
}

.archive-pagination .nav-links {
  display: flex;
  gap: 4px;
}

.archive-pagination .page-numbers {
  padding: 4px 8px;
  border: 1px solid #999;
  color: #00008B;
  font-size: 11px;
  font-weight: bold;
}

.archive-pagination .page-numbers.current {
  background: #1a1a6e;
  color: #fff;
  border-color: #1a1a6e;
}

.archive-pagination .page-numbers:hover:not(.current) {
  background: #f0f0f0;
  text-decoration: none;
}

.archive-empty {
  font-size: 12px;
  color: #666;
  padding: 12px 0;
}

.archive-month-group {
  margin-bottom: 20px;
}

.archive-month-header {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.archive-month-header a {
  color: #fff;
  text-decoration: none;
}

.archive-month-header a:hover {
  text-decoration: underline;
}

.archive-month-count {
  font-weight: normal;
  font-size: 11px;
  color: #ccd;
}


.pp-multiple-authors-title {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pp-multiple-authors-boxes-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pp-multiple-authors-boxes-li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f5f5f8;
  border-bottom: 1px solid #ddd;
}

.pp-multiple-authors-boxes-li:last-child {
  border-bottom: none;
}

.pp-author-boxes-avatar .avatar-image img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  border: 2px solid #1a1a6e;
  object-fit: cover;
  display: block;
}

.pp-author-boxes-avatar-details {
  flex: 1;
}

.pp-author-boxes-name.multiple-authors-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}

.pp-author-boxes-name.multiple-authors-name a {
  color: #1a1a6e;
  text-decoration: none;
}

.pp-author-boxes-name.multiple-authors-name a:hover {
  text-decoration: underline;
}

.pp-author-boxes-description.multiple-authors-description {
  font-size: 12px;
  color: #4d4b4b;
  line-height: 1.6;
  margin-bottom: 6px;
}

.ppma-author-field-meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #1a1a6e;
  margin-right: 8px;
  text-decoration: none;
}

.ppma-author-field-meta:hover {
  text-decoration: underline;
}

.ppma-author-field-meta .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

/* AUTHOR BOX */
.author-box {
  border-top: 3px solid #1a1a6e;
  margin-top: 16px;
}

.author-box-header {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.author-box-inner {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #f5f5f8;
  align-items: flex-start;
}

.author-box-avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  border: 2px solid #1a1a6e;
  flex-shrink: 0;
  object-fit: cover;
}

.author-box-info {
  flex: 1;
}

.author-box-name-row {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 0px;
}

.author-box-name {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 4px;
  text-decoration: none;
}

.author-box-name:hover {
  text-decoration: underline;
}

.author-box-title {
  font-size: 11px;
  color: #888;
  font-style: italic;
  margin-left: 6px;
}

.author-box-bio {
  font-size: 12px;
  color: #4d4b4b;
  line-height: 1.6;
  margin: 0;
}

.author-box .author-box-inner + .author-box-inner {
  border-top: 1px solid #ddd;
}

/* COMMENT FORM */
#respond {
  border-top: 3px solid #1a1a6e;
  padding-top: 14px;
  margin-top: 20px;
}

#reply-title {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 12px;
  display: block;
}

#reply-title small a {
  color: #ccd;
  font-size: 11px;
  font-weight: normal;
  margin-left: 8px;
}

.comment-form label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a6e;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #999;
  font-size: 12px;
  font-family: inherit;
  color: #4d4b4b;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #1a1a6e;
}

.comment-form textarea {
  height: 100px;
  resize: vertical;
}

.comment-form .form-submit {
  margin-top: 10px;
}

.comment-form #submit {
  background: #1a1a6e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: inherit;
  padding: 6px 20px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comment-form #submit:hover {
  background: #2a2a9e;
}

.comment-notes,
.comment-form p.logged-in-as {
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
}

.comment-form p {
  margin-bottom: 10px;
}

/* COMMENT LIST */
.commentlist {
  margin-bottom: 16px;
}

.commentlist .comment-body {
  border-left: 3px solid #1a1a6e !important;
  background: #f5f5f8 !important;
  padding: 8px 10px !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
}

.commentlist .comment-author strong {
  color: #1a1a6e;
  font-size: 12px;
}

.commentlist .comment-metadata a,
.commentlist .comment-metadata {
  font-size: 11px;
  color: #888;
}

.commentlist .reply a {
  font-size: 11px;
  color: #1a1a6e;
  font-weight: bold;
  text-decoration: underline;
}

.commentlist .children {
  padding-left: 20px;
  margin-left: 0;
  list-style: none;
  border-left: 2px solid #ddd;
  margin-top: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main {
    flex-direction: column;
  }

  .left {
    border-right: none;
    border-bottom: 1px solid #999;
  }

  .right {
    width: 100%;
  }

  .header {
    flex-wrap: wrap;
  }

  .search-bar {
    order: 3;
    flex-basis: 100%;
    margin-top: 8px;
  }


}

/* === TOP ALERT / LIVE NOW BAR === */
.rospan-alert-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 9px 16px;
	background: #c00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
}
a.rospan-alert-bar:hover {
	background: #a00000;
}
.rospan-alert-dot {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	animation: rospan-alert-pulse 1.4s infinite;
}
@keyframes rospan-alert-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, .7); opacity: 1; }
	70%  { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); opacity: .85; }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); opacity: 1; }
}

