:root {
  --fairway-950: #0d2417;
  --fairway-900: #123524;
  --fairway-800: #1b4332;
  --fairway-700: #245840;
  --fairway-600: #2d6a4f;
  --fairway-400: #5c9a7b;
  --fairway-200: #a9c9b8;

  --sand-050: #faf6ea;
  --sand-100: #f4eeda;
  --sand-200: #ebe0bf;
  --sand-300: #dccd9c;

  --gold-600: #a9791e;
  --gold-500: #c9972e;
  --gold-300: #e8c874;
  --gold-100: #f6e6bd;

  --bronze-500: #a9682f;
  --silver-400: #b9c1c4;

  --flag-red: #8c2f2f;
  --flag-red-dark: #6e2323;

  --ink-900: #182016;
  --ink-700: #3a4238;
  --ink-500: #6b7269;

  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --shadow-card: 0 2px 6px rgba(13,36,23,0.08), 0 10px 24px rgba(13,36,23,0.06);
  --shadow-hero: 0 20px 40px rgba(13,36,23,0.28);

  --font-body: 'Montserrat', sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background:
    radial-gradient(1100px 500px at 85% -8%, rgba(201,151,46,0.10), transparent 60%),
    linear-gradient(180deg, var(--sand-050) 0%, var(--sand-100) 100%);
  color: var(--ink-900);
  min-height: 100vh;
  padding-bottom: 64px;
}

a { color: inherit; }

/* ===================== GLOBAL UPPERCASE HEADLINE CONFIGURATIONS ===================== */
.tournament-title,
.news-section-title,
.news-title,
.profile-title,
.article-main-title,
thead th {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ===================== HEADER ===================== */
.site-header {
  background:
    radial-gradient(900px 320px at 10% -30%, rgba(92,154,123,0.35), transparent 60%),
    linear-gradient(155deg, var(--fairway-950) 0%, var(--fairway-800) 55%, var(--fairway-700) 100%);
  color: var(--sand-050);
  padding: 36px 24px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--gold-500);
}

.site-header::before {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,0.025) 0 26px, rgba(0,0,0,0.03) 26px 52px);
  pointer-events: none;
}

.header-inner {
  max-width: 1180px; margin: 0 auto; position: relative; z-index: 1;
}

.eyebrow-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-300); margin-bottom: 14px;
  font-weight: 600;
}

.eyebrow-row .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-300); opacity: 0.7; }

.tournament-title {
  font-weight: 700;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.tournament-title .amp { color: var(--gold-300); font-style: italic; }

.presented-by {
  font-size: 13.5px;
  color: var(--sand-200);
  margin: 0 0 20px;
  font-weight: 500;
}

.presented-by strong { color: var(--sand-050); font-weight: 600; }

.meta-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
}

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(250,246,234,0.07);
  border: 1px solid rgba(232,200,116,0.35);
  color: var(--sand-050);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(2px);
}

.chip.chip-gold {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  border-color: transparent;
  color: var(--fairway-950);
  font-weight: 700;
}

.chip svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ===================== SCOREBOARD HERO STRIP ===================== */
.scoreboard-wrap {
  max-width: 1180px;
  margin: -26px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.scoreboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, var(--fairway-900), var(--fairway-950));
  border: 1px solid var(--fairway-700);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hero);
  overflow: hidden;
}

.scoreboard-tile {
  padding: 20px 20px 18px;
  position: relative;
  border-right: 1px solid rgba(232,200,116,0.16);
}

.scoreboard-tile:last-child { border-right: none; }

.scoreboard-tile::after {
  content: "";
  position: absolute; left: 20px; right: 20px; bottom: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  opacity: 0.55;
}

.tile-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fairway-200);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
  font-weight: 700;
}

.tile-label svg { width: 12px; height: 12px; opacity: 0.85; }

.tile-value {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--sand-050);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.tile-value.leader-name {
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 700;
}

.tile-sub {
  font-size: 12px;
  color: var(--gold-300);
  margin-top: 4px;
  font-weight: 500;
}

.pulse-dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--fairway-400);
  box-shadow: 0 0 0 0 rgba(92,154,123,0.7);
  animation: pulse 2s infinite;
  margin-right: 6px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(92,154,123,0.55); }
  70% { box-shadow: 0 0 0 8px rgba(92,154,123,0); }
  100% { box-shadow: 0 0 0 0 rgba(92,154,123,0); }
}

/* ===================== DASHBOARD LAYOUT BASE STRUCTURE ===================== */
.main-dashboard-layout {
  max-width: 1180px;
  margin: 32px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* ===================== NEWS COLUMN SECTION ===================== */
.news-section {
  width: 100%;
}

.news-container {
  text-align: center;
}

.news-section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fairway-950);
  margin-top: 0;
  margin-bottom: 20px;
}

.news-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-card {
  background: #fff;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.news-img-link {
  display: block;
  overflow: hidden;
  width: 100%;
}

.news-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--fairway-950);
  transition: transform 0.25s ease;
}

.news-img-link:hover .news-image-wrapper {
  transform: scale(1.02);
}

.news-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.news-tag-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold-600);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.news-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.news-topic-link {
  text-decoration: none;
  color: var(--fairway-950);
  transition: color 0.15s ease;
}

.news-topic-link:hover {
  color: var(--gold-600);
}

.news-excerpt {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-700);
  margin: 0;
  font-weight: 500;
}

/* ===================== TABLE SCORING BLOCK ===================== */
.table-wrap {
  width: 100%;
}

.card-shell {
  background: #fff;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead th {
  background: var(--fairway-900);
  color: var(--sand-100);
  text-align: left;
  padding: 16px 14px;
  font-size: 11px;
  white-space: nowrap;
  position: sticky; top: 0; z-index: 3;
}

tbody tr {
  border-bottom: 1px solid var(--sand-200);
  transition: background .12s ease;
}

tbody tr:hover { background: var(--sand-050); }
tbody tr:nth-child(even) { background: rgba(244,238,218,0.35); }
tbody tr:nth-child(even):hover { background: var(--sand-050); }

td {
  padding: 14px 14px;
  font-size: 13.5px;
  color: var(--ink-900);
  vertical-align: middle;
}

.pos-cell { display: flex; align-items: center; gap: 8px; min-width: 64px; }
.flag-icon { width: 20px; height: 20px; flex-shrink: 0; }
.pos-num { font-weight: 700; font-size: 13.5px; color: var(--ink-700); }

.icon-default { color: var(--fairway-600); }

.rank-1 .flag-icon { color: var(--gold-500); }
.rank-1 .pos-num { color: var(--gold-600); }
.rank-2 .flag-icon { color: var(--silver-400); }
.rank-2 .pos-num { color: #7c8388; }
.rank-3 .flag-icon { color: var(--bronze-500); }
.rank-3 .pos-num { color: var(--bronze-500); }
.tied .pos-num::before { content: "T"; font-size: 10px; vertical-align: 2px; margin-right: 1px; color: var(--ink-500); }

.pos-dash { color: var(--ink-500); opacity: 0.5; font-weight: 700; }

.player-name { font-weight: 600; color: var(--ink-900); }

.player-tee {
  display: block;
  font-size: 11px;
  color: var(--ink-500);
  margin-top: 1px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.score-cell, .points-cell {
  font-weight: 700;
  color: var(--fairway-800);
}

.total-value {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--fairway-800);
}
.total-value.empty { color: var(--ink-500); opacity: 1.5; font-weight: 700; }

.topar-value {
  font-weight: 800;
  font-size: 13.5px;
  padding: 4px 9px;
  border-radius: 999px;
  display: inline-block;
  min-width: 36px;
  text-align: center;
}
.topar-value.under { background: rgba(45,106,79,0.12); color: var(--fairway-700); }
.topar-value.over { background: rgba(140,47,47,0.10); color: var(--flag-red-dark); }
.topar-value.even { background: var(--sand-200); color: var(--ink-700); }
.topar-value.empty { background: transparent; color: var(--ink-500); opacity: 1; font-weight: 700; }

.status-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  border: 1.5px solid var(--sand-300);
  background-color: var(--sand-100);
  color: var(--ink-700);
}
.status-playing { background-color: rgba(92,154,123,0.16); color: var(--fairway-700); border-color: var(--fairway-400); }
.status-finished { background-color: var(--fairway-800); color: #fff; border-color: var(--fairway-800); }
.status-cut { background-color: rgba(140,47,47,0.10); color: var(--flag-red-dark); border-color: rgba(140,47,47,0.3); }
.status-withdrawn { background-color: var(--sand-200); color: var(--bronze-500); border-color: var(--sand-300); }

.table-footnote {
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 0 4px;
  font-size: 11.5px;
  color: var(--ink-500);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.table-footnote svg { width: 13px; height: 13px; opacity: 0.6; flex-shrink: 0; }

/* ===================== TABLE-ONLY BASE PAGINATION CONFIGURATION ===================== */
.page-radio-state { display: none !important; }
.page-group-2, .page-group-3, .page-group-4,
.card-shell .pagination-controls .btn-show-more { 
  display: none !important; 
}

#page-1:checked ~ .table-wrap .card-shell .pagination-controls .trigger-btn-2 { display: inline-block !important; }
#page-2:checked ~ .table-wrap .card-shell table .page-group-2 { display: table-row-group !important; }
#page-2:checked ~ .table-wrap .card-shell .pagination-controls .trigger-btn-3 { display: inline-block !important; }
#page-3:checked ~ .table-wrap .card-shell table .page-group-2,
#page-3:checked ~ .table-wrap .card-shell table .page-group-3 { display: table-row-group !important; }
#page-3:checked ~ .table-wrap .card-shell .pagination-controls .trigger-btn-4 { display: inline-block !important; }
#page-4:checked ~ .table-wrap .card-shell table .page-group-2,
#page-4:checked ~ .table-wrap .card-shell table .page-group-3,
#page-4:checked ~ .table-wrap .card-shell table .page-group-4 { display: table-row-group !important; }
#page-4:checked ~ .table-wrap .card-shell .pagination-controls { display: none !important; }

.pagination-controls {
  padding: 38px;
  text-align: center;
  background: var(--sand-050);
  border-top: 1px solid var(--sand-200);
  height: 120px;
}

.btn-show-more {
  background: linear-gradient(135deg, var(--fairway-600), var(--fairway-700));
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 6px rgba(13,36,23,0.15);
  transition: background 0.15s ease, transform 0.1s ease;
  user-select: none;
	text-transform: uppercase;
}
.btn-show-more:hover {
  background: linear-gradient(135deg, var(--fairway-700), var(--fairway-800));
  transform: translateY(-1px);
}
.btn-show-more:active { transform: translateY(0); }

/* ===================== ABOUT THE TOUR SECTION ===================== */
.tour-profile-section {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 24px;
}

.tour-profile-card {
  background: #fff;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 32px;
  text-align: center;
}

.profile-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fairway-900);
  margin-top: 0;
  margin-bottom: 16px;
}

.profile-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0 auto 16px;
  max-width: 850px;
  font-weight: 500;
}

.profile-text:last-child { margin-bottom: 0; }

.highlighted-quote {
  border-left: none;
  border-top: 2px solid var(--gold-300);
  border-bottom: 2px solid var(--gold-300);
  padding: 12px 16px;
  margin-top: 24px;
  font-style: italic;
  color: var(--fairway-800);
  font-weight: 600;
  display: inline-block;
}

/* ===================== DESKTOP SPLIT COLUMN LAYOUT VIEW ALIGNMENT RECONFIGURATION ===================== */
@media (min-width: 992px) {
  .main-dashboard-layout {
    grid-template-columns: 320px 1fr;
    align-items: flex-start;
  }

  .news-section-title {
    text-align: left;
    padding-left: 4px;
  }

  .table-wrap {
    flex-grow: 1;
    margin-top: 0;
  }

  /* 2. Apply News Sidebar Conditional Pagination STRICTLY on Desktop Viewports */
  .news-batch-2, .news-batch-3 { 
    display: none !important; 
  }
  #page-2:checked ~ .news-section .news-grid .news-batch-2 { display: block !important; }
  #page-3:checked ~ .news-section .news-grid .news-batch-2,
  #page-3:checked ~ .news-section .news-grid .news-batch-3 { display: block !important; }
  #page-4:checked ~ .news-section .news-grid .news-batch-2,
  #page-4:checked ~ .news-section .news-grid .news-batch-3 { display: block !important; }
}

/* ===================== MOBILE RESPONSIVE ADAPTATIONS ===================== */
@media (max-width: 991px) {
  .main-dashboard-layout {
    display: flex;
    flex-direction: column;
  }

  .table-wrap { order: 1; }
  .news-section { order: 2; margin-top: 16px; }

  /* 3. Force all News cards entirely unhidden by default on mobile devices */
  .news-batch-2, .news-batch-3 {
    display: block !important;
  }
}

@media (max-width: 760px) {
  .table-wrap {
    padding: 0 4px;
  }

  .card-shell {
    border-radius: var(--radius-md);
  }

  table {
    table-layout: fixed;
    width: 100% !important;
  }

  thead th:nth-child(1), td:nth-child(1) { width: 11%; }
  thead th:nth-child(2), td:nth-child(2) { width: 33%; }
  thead th:nth-child(3), td:nth-child(3) { width: 7.5%; }
  thead th:nth-child(4), td:nth-child(4) { width: 7.5%; }
  thead th:nth-child(5), td:nth-child(5) { width: 7.5%; }
  thead th:nth-child(6), td:nth-child(6) { width: 11%; }
  thead th:nth-child(7), td:nth-child(7) { width: 12.5%; }
  thead th:nth-child(8), td:nth-child(8) { width: 0%; display: none; }
  thead th:nth-child(9), td:nth-child(9) { width: 10%; }

  thead th {
    padding: 10px 1px;
    font-size: 8px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  
  thead th:nth-child(2) {
    text-align: left;
    padding-left: 2px;
  }

  td {
    padding: 12px 1px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
  }

  td:nth-child(2) {
    text-align: left;
    padding-left: 2px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
  }

  td:nth-child(8) { display: none; }

  .pos-cell {
    min-width: unset;
    gap: 1px;
    justify-content: center;
  }

  .flag-icon { width: 11px; height: 11px; }
  .player-name { font-size: 10px; display: block; font-weight: 600; }
  .player-tee { font-size: 7.5px; margin-top: 2px; }

  .topar-value {
    font-size: 9.5px;
    padding: 3px 0;
    width: 24px;
    min-width: unset;
  }

  .total-value { font-size: 10.5px; }

  .status-tag {
    padding: 4px 0;
    width: 100%;
    font-size: 7.5px;
    border-width: 1px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
  }

  .scoreboard { grid-template-columns: repeat(2, 1fr); }
  .scoreboard-tile {
    padding: 12px;
    border-bottom: 1px solid rgba(232,200,116,0.16);
  }
  .scoreboard-tile:last-child, .scoreboard-tile:nth-child(2n) { border-right: none; }
  .scoreboard-tile:nth-child(3), .scoreboard-tile:nth-child(4) { border-bottom: none; }
  .tile-value { font-size: 18px; }
  .tile-value.leader-name { font-size: 12px; }
  .tile-label { font-size: 9px; margin-bottom: 4px; }
  .tile-sub { font-size: 9px; }

  /* Mobile Table-Only row selection overrides */
  .page-group-2, .page-group-3, .page-group-4 { 
    display: none !important; 
  }
  #page-2:checked ~ .table-wrap .card-shell table .page-group-2 { display: table-row-group !important; }
  #page-3:checked ~ .table-wrap .card-shell table .page-group-2, 
  #page-3:checked ~ .table-wrap .card-shell table .page-group-3 { display: table-row-group !important; }
  #page-4:checked ~ .table-wrap .card-shell table .page-group-2, 
  #page-4:checked ~ .table-wrap .card-shell table .page-group-3, 
  #page-4:checked ~ .table-wrap .card-shell table .page-group-4 { display: table-row-group !important; }

  .pagination-controls { padding: 12px; }
  .btn-show-more { font-size: 11px; padding: 8px 20px; width: 100%; display: block; }

  .tour-profile-card { padding: 24px 20px; }
  .profile-title { font-size: 16px; }
  .profile-text { font-size: 13px; }
}

/* ===================== REDIRECTION FULL BLOG PAGE LINK VIEW STYLES ===================== */
.chip-back-btn {
  background: rgba(250,246,234,0.15) !important;
  border: 1px solid var(--gold-300) !important;
  text-decoration: none;
  transition: background 0.2s ease;
}

.chip-back-btn:hover {
  background: var(--gold-500) !important;
  color: var(--fairway-950) !important;
}

.chip-back-btn svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 2px;
}

.article-wrap {
  max-width: 850px;
  margin: 40px auto 0;
  padding: 0 24px;
}

.single-post-card {
  background: #fff;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.article-hero-image {
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--fairway-950);
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body-content {
  padding: 40px;
}

.article-main-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--fairway-950);
  line-height: 1.25;
  margin: 8px 0 14px 0;
  letter-spacing: -0.01em;
}

.article-meta-info {
  font-size: 12px;
  color: var(--ink-500);
  margin-bottom: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article-meta-info .bullet-separator {
  margin: 0 8px;
  color: var(--sand-300);
}

.article-paragraph {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-700);
  margin: 0 0 20px 0;
  font-weight: 500;
}
.article-paragraph-1 {
  font-size: 15px;
  line-height: 1.2;
  color: var(--ink-700);
  margin: 0 0 20px 0;
  font-weight: 500;
}

.article-paragraph.lead-text {
  font-size: 17px;
  font-weight: 600;
  color: var(--fairway-900);
  line-height: 1.6;
}

.article-blockquote {
  margin: 28px 0;
  padding: 18px 24px;
  background: var(--sand-050);
  border-left: 4px solid var(--gold-500);
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fairway-800);
  font-weight: 600;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.article-footer-nav {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--sand-200);
}

.btn-return {
  display: inline-block;
  color: var(--fairway-700);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  transition: color 0.15s ease;
}

.btn-return:hover {
  color: var(--gold-600);
}

@media (max-width: 760px) {
  .article-body-content { padding: 24px 20px; }
  .article-main-title { font-size: 20px; }
  .article-paragraph.lead-text { font-size: 15px; }
  .article-paragraph { font-size: 14px; }
  .article-blockquote { font-size: 13.5px; padding: 14px 16px; }
}

@media (max-width: 760px) {

  /* ... keep your other table, row, and scoreboard mobile overrides exactly as they are ... */

  /* ===================== UPDATED MOBILE PAGINATION UI COMPONENT ===================== */
  .pagination-controls { 
    padding: 12px 16px !important; /* Reduces vertical spacing cushion padding */
    height: auto !important;       /* Overrides the fixed desktop height block completely */
  }

  .btn-show-more { 
    font-size: 11px; 
    padding: 8px 20px; 
    width: 100%; 
    display: block; 
  }

  /* ... keep your tour profile card and other code exactly the same ... */
}

/* ===================== NEW COMPONENT: PAIRINGS & TEE TIMES DASHBOARD ===================== */
.teetimes-section {
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 0 24px;
}

.teetimes-main-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fairway-950);
  margin: 0 0 20px 4px;
	text-transform: uppercase;
}

.teetimes-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .teetimes-layout-grid {
    grid-template-columns: repeat(2, 1fr); /* Two columns layout on desktop */
  }
}

.teetimes-header-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.h1-tee { background: linear-gradient(135deg, var(--fairway-800), var(--fairway-700)); }
.h10-tee { background: linear-gradient(135deg, var(--ink-700), var(--ink-900)); }

.teetimes-header-bar svg {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.teetimes-table-scroll {
  overflow-x: auto;
}

.teetimes-table {
  width: 100%;
  border-collapse: collapse;
}

.teetimes-table th {
  background: var(--sand-050) !important;
  color: var(--ink-700) !important;
  font-size: 10px !important;
  padding: 10px 14px !important;
  border-bottom: 1px solid var(--sand-200);
}

.teetimes-table td {
  padding: 10px 14px;
  font-size: 12px;
  border-bottom: 1px solid var(--sand-100);
  color: var(--ink-900);
  font-weight: 500;
  vertical-align: top;
}

.teetimes-table tr:last-child td {
  border-bottom: none;
}

.teetimes-table td:first-child {
  font-weight: 700;
  color: var(--ink-500);
  text-align: center;
}

.time-cell {
  font-weight: 700 !important;
  color: var(--gold-600) !important;
}

.p-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-list span {
  display: block;
}

.empty-slot {
  color: var(--ink-500);
  opacity: 0.4;
}
/* ===================== MOBILE STACKING RULES ===================== */
@media (max-width: 991px) {
  .dashboard-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* Force Scores to top, News below them */
  .table-wrap { order: 1; }
  .news-section { order: 2; margin-top: 24px; }
}

/* ===================== DESKTOP SIDEBAR CONFIG ===================== */
@media (min-width: 992px) {
  .main-dashboard-layout {
    display: grid;
    grid-template-columns: 320px 1fr; /* News left, Scores right */
    gap: 24px;
  }
  
  .dashboard-content-wrapper {
    display: contents; /* Allows children to participate in grid */
  }
}

/* Ensure all topics and headers remain Uppercase as requested */
.news-section-title,
.teetimes-main-title,
.teetimes-header-bar span,
.teetimes-table th {
  text-transform: uppercase;
}
/* Update the Desktop Media Query Section at the bottom */
@media (min-width: 992px) {
  .main-dashboard-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
  }
  
  .dashboard-content-wrapper { display: contents; }

  /* REMOVE any "display: none" rules that target .pagination-controls here */
  /* If the button is too big on desktop, just reduce its padding instead: */
  .pagination-controls { padding: 20px !important; height: auto !important; }
}
/* Force the pagination container to be visible everywhere */
.pagination-controls {
  display: block !important;
  visibility: visible !important;
}
.pagination-controls {
  padding: 20px;
  text-align: center;
  background: var(--sand-050);
  border-top: 1px solid var(--sand-200);
  /* Remove fixed height to let the button define the space */
  height: auto !important; 
  min-height: 60px;
}