



/* === FONT FACE === */
@font-face {
  font-family: 'TimesNewRomanCustom';
  src: local('Times New Roman'), local('TimesNewRoman'),
       url('https://fonts.cdnfonts.com/s/10437/Times-New-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* === GLOBAL TYPOGRAPHY === */
body {
  font-family: 'TimesNewRomanCustom', 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 400;
  letter-spacing: 0.3px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
  font-weight: 400;
  font-family: 'TimesNewRomanCustom', 'Times New Roman', Times, serif;
}

/* === SITE IDENTITY === */
.site-branding {
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: left !important;
  white-space: nowrap;
  width: 100% !important;
  overflow: visible !important;
  margin-left: 0 !important;
}

.site-title,
.site-title a {
  display: inline-block !important;
  font-size: 5.5rem !important;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
  margin: 0 0 5px 0 !important;
  line-height: 1.1;
  white-space: break-spaces;
  overflow: visible !important;
}

.site-description {
  display: block !important;
  font-size: 2rem !important;
  font-weight: 400;
  color: #333;
  opacity: 0.9;
  margin: 0 !important;
  line-height: 1.1;
  white-space: break-spaces;
  overflow: visible !important;
}

/* === LAYOUT SECTIONS === */
header.entry-header {
  margin-bottom: 15px;
}

.section {
  padding: 30px 0;
}

.breadcrumbs {
  display: none;
}

/* === EDITORIAL BOARD === */
.editorial-board {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: 'TimesNewRomanCustom', 'Times New Roman', Times, serif;
  color: #1a1a1a;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2b6cb0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.board-category h3 {
  font-size: 1.4rem;
  color: #333;
  border-bottom: 2px solid #2b6cb0;
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* Board Member Card */
.board-member {
  background: #fbfbfb;
  border: 1px solid #e5e7eb;
  padding: 1.2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.board-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.board-member strong {
  display: block;
  font-size: 18px;
  color: #2b6cb0;
  margin-bottom: 4px;
}

.board-member p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

span.board-member-prof-tag {
  margin: 10px 0 4px;
  display: block;
}

.links a,
.board-member .links a,
.board-member a.email {
  display: inline-block;
  font-size: 16px;
  color: #2b6cb0;
  text-decoration: none;
  margin-right: 1rem;
  transition: color 0.2s ease;
}

.links a:hover,
.board-member .links a:hover,
.board-member a.email:hover {
  color: #1e40af;
  text-decoration: underline;
}

.highlight {
  background: #f0f7ff;
  border: 1px solid #c3dafe;
  box-shadow: 0 3px 9px rgba(0,0,0,0.08);
}

/* === NAVIGATION === */
.main-navigation ul li,
.navbar ul li {
  margin: 0 6px !important;
}

.main-navigation a {
  padding: 4px 6px !important;
}

.vb-section-content.section {
  clear: both;
}

.current-issue {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: serif;
  background-color: #fff;
}

.issue-heading {
  font-size: 1.75rem;
  text-align: center;
  color: #003366;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.toc-list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0;
}

.toc-item {
  margin-bottom: 1.25rem;
}

.title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #003366;
}

.meta {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.author {
  font-size: 1.75rem;
  color: #800000;
  font-weight: 500;
}

.pdf-link {
  margin-left: 1rem;
  font-size: 0.95rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.pdf-link:hover {
  background-color: #000;
  color: #fff;
}
.title {
  font-weight: 600 !important;
}
.current-issue a[href$=".pdf"] {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #003366;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-left: 8px;
    background-color: #f0f6ff;
    color: #003366 !important;
    text-decoration: none;
}

.current-issue a[href$=".pdf"]:hover {
    background-color: #003366;
    color: #fff !important;
}

/* Hide admin 'posted by' author name ONLY on single post pages */
.single-post .entry-meta .author-name,
.single-post .entry-meta .byline,
.single-post .author,
.single-post .posted-by {
    display: none !important;
}
/* Hide page title on all static pages except the Home page */
.page:not(.home) .entry-title,
.page:not(.home) .page-title {
    display: none !important;
}
/* Hide page titles on all pages except Home */
.page:not(.home) .entry-title,
.page:not(.home) .page-title {
    display: none !important;
}

/* Hide titles on all single blog posts */
.single-post .entry-title,
.single-post .page-title {
    display: none !important;
}

/* Optional: hide titles on category, tag & author archive pages */
.archive .entry-title,
.archive .page-title {
    display: none !important;
}
/* Style PDF & Read Online buttons in TOC */
.current-issue .toc-list .meta a {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #003366;
    color: #fff !important;
}

.current-issue .toc-list .meta a:hover {
    opacity: 0.85;
}

/* Force issue heading font size */
.current-issue .issue-heading {
    font-size: 18px !important;
    line-height: 1.4;
    margin-bottom: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #003366;

