/*
Theme Name: Midwest Masters
Author: Tanner Watkins
Version: 1.0
*/

/* =========================
   GLOBAL
========================= */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   HEADER
========================= */
.mm-header {
  background: #0b5d3b;
  color: white;
  padding: 20px;
}

.mm-logo {
  margin: 0;
  font-size: 24px;
}

/* =========================
   LAYOUT
========================= */
.mm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.mm-section {
  margin-bottom: 40px;
}

/* =========================
   FOOTER
========================= */
.mm-footer {
  background: #162f23;
  color: #ffffff;
}

.mm-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

.mm-footer-top-stripe {
  width: 100%;
  height: 24px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.35) 1px,
    transparent 1px,
    transparent 6px
  );
  opacity: 0.35;
}

.mm-footer-content {
  padding-top: 48px;
}

.mm-footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mm-footer-logo {
  width: 280px;
  max-width: 80%;
  height: auto;
  display: block;
}

.mm-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
  margin: 48px 0 56px;
}

.mm-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  margin-bottom: 72px;
}

.mm-footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mm-footer-nav a {
  color: #b7d77a;
  text-decoration: none;
  font-size: 19px;
  font-weight: 350;
  letter-spacing: 0.1px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.mm-footer-nav a:hover {
  color: #ffffff;
}

.mm-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 350;
}

/* =========================
   PLAYER PAGE HERO
========================= */
.mm-player-page {
  background: #ffffff;
}

.mm-player-hero-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 24px 32px;
}

.mm-player-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007a53;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 22px;
}

.mm-player-back-link span {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.mm-player-hero-grid {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

.mm-player-photo-wrap {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f3f3;
}

.mm-player-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm-player-name {
  margin: 0 0 10px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 500;
}

.mm-player-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
}

.mm-player-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b6f72;
  font-size: 15px;
  font-weight: 500;
}

.mm-player-state-flag {
  width: 24px;
  height: auto;
  display: block;
}

.mm-player-performance-link,
.mm-player-bio a {
  color: #007a53;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.mm-player-bio {
  max-width: 830px;
  margin: 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 350;
}

.mm-player-bio a {
  margin-left: 6px;
}

.mm-player-live-summary {
  display: flex;
  justify-content: flex-end;
  padding-top: 32px;
}

.mm-player-summary-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 260px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.mm-player-summary-cell {
  padding: 6px 10px 7px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}

.mm-player-summary-cell:last-child {
  border-right: 0;
}

.mm-summary-label {
  display: block;
  color: #999999;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 4px;
}

.mm-player-summary-cell strong {
  display: block;
  color: #555555;
  font-size: 28px;
  line-height: 1;
  font-weight: 350;
}

.mm-summary-score {
  color: #d71920 !important;
}

/* =========================
   CURRENT SCORECARD
========================= */
.mm-current-scorecard-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.mm-scorecard-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
}

.mm-scorecard-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
  overflow: hidden;
}

.mm-scorecard-table th,
.mm-scorecard-table td {
  height: 42px;
  min-width: 54px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 450;
}

.mm-scorecard-table th:first-child,
.mm-scorecard-table td:first-child {
  border-left: 1px solid #e1e1e1;
}

.mm-scorecard-hole-row th {
  background: #006747;
  color: #ffffff;
  font-weight: 500;
}

.mm-scorecard-hole-row th:first-child {
  border-top-left-radius: 8px;
}

.mm-scorecard-hole-row th:last-child {
  background: #dddddd;
  color: #666666;
  border-top-right-radius: 8px;
}

.mm-scorecard-par-row th,
.mm-scorecard-par-row td {
  background: #174a30;
  color: #ffffff;
  font-weight: 500;
}

.mm-scorecard-player-row th,
.mm-scorecard-player-row td {
  background: #ffffff;
  color: #006747;
  font-weight: 450;
}

.mm-scorecard-player-row th:first-child {
  border-bottom-left-radius: 8px;
}

.mm-scorecard-player-row td:last-child {
  border-bottom-right-radius: 8px;
}

.mm-scorecard-label {
  width: 100px;
  min-width: 100px;
  font-weight: 500;
}

.mm-scorecard-total-header,
.mm-scorecard-total-cell,
.mm-scorecard-total-score {
  width: 100px;
  min-width: 100px;
}

.mm-scorecard-total-cell {
  background: #174a30 !important;
  color: #ffffff !important;
}

.mm-scorecard-total-score {
  color: #777777 !important;
  font-weight: 450;
}

.mm-scorecard-year-label {
  color: #007a53 !important;
  font-weight: 500;
}

.mm-score-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 1;
  color: #006747;
  font-weight: 500;
}

.mm-score-birdie {
  border: 1.25px solid #007a53;
  border-radius: 50%;
}

.mm-score-eagle-or-better {
  border: 1.25px solid #007a53;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #007a53;
}

.mm-score-bogey {
  border: 1.25px solid #007a53;
}

.mm-score-double-bogey {
  border: 1.25px solid #007a53;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #007a53;
}

.mm-score-triple-plus {
  background: #007a53;
  color: #ffffff;
}

/* =========================
   STATISTICS
========================= */
.mm-statistics-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 24px 56px;
}

.mm-statistics-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.mm-statistics-header h2 {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-statistics-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.mm-statistics-year-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777;
  font-size: 13px;
  font-weight: 450;
  flex: 0 0 auto;
}

.mm-statistics-year-control select {
  appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  color: #006747;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 32px 7px 14px;
  background-image:
    linear-gradient(45deg, transparent 50%, #006747 50%),
    linear-gradient(135deg, #006747 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.mm-stat-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  overflow-x: auto;
  max-width: 100%;
}

.mm-stat-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #18865b;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 24px;
  white-space: nowrap;
  border-radius: 999px;
  line-height: 1;
  cursor: pointer;
}

.mm-stat-tab.is-active {
  background: #18865b;
  color: #ffffff;
  cursor: default;
}

.mm-scoring-summary-panel {
  min-height: 220px;
}

.mm-stat-loading,
.mm-stat-empty {
  color: #777777;
  font-size: 15px;
  font-weight: 400;
  padding: 18px 0;
}

.mm-statistics-year-control.is-hidden {
  display: none;
}

.mm-scoring-grid {
  display: grid;
  grid-template-columns: minmax(460px, 540px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.mm-scoring-distribution-card {
  background: #ffffff;
  padding: 8px 0 0;
}

.mm-scoring-overall-title {
  margin: 0 0 18px;
  color: #6d6f73;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.mm-scoring-donut-wrap {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto 22px;
}

.mm-scoring-donut {
  width: 420px;
  height: 420px;
  display: block;
}

.mm-scoring-legend {
  display: grid;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
}

.mm-scoring-legend-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mm-scoring-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6d6f73;
  font-size: 17px;
  font-weight: 400;
}

.mm-scoring-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.mm-scoring-legend-text {
  white-space: nowrap;
}

.mm-scoring-comparison-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 42px;
  padding-left: 28px;
  border-left: 1px solid #d9d9d9;
}

.mm-scoring-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 34px 20px;
  width: 100%;
  max-width: 760px;
}

.mm-stat-comparison-card {
  text-align: center;
}

.mm-stat-comparison-card h3 {
  margin: 0 0 14px;
  color: #6d6f73;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mm-stat-ring-wrap {
  position: relative;
  width: 204px;
  height: 204px;
  margin: 0 auto;
}

.mm-stat-ring-svg {
  width: 204px;
  height: 204px;
  display: block;
}

.mm-stat-ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mm-stat-ring-player-value {
  color: #18865b;
  font-size: 0;
  line-height: 1;
  font-weight: 500;
}

.mm-stat-ring-number {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.mm-stat-ring-sign {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  vertical-align: 7px;
  margin-left: 1px;
}

.mm-stat-ring-field-value {
  color: #8a8d90;
  font-size: 0;
  line-height: 1;
  font-weight: 400;
  margin-top: 8px;
}

.mm-stat-ring-number-small {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.mm-stat-ring-sign-small {
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
  vertical-align: 3px;
  margin-left: 1px;
}

.mm-scoring-comparison-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 30px;
}

.mm-scoring-comparison-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6d6f73;
  font-size: 16px;
  font-weight: 400;
}

.mm-scoring-comparison-legend-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.mm-scoring-comparison-legend-dot.is-player {
  background: #18865b;
}

.mm-scoring-comparison-legend-dot.is-field {
  background: #7b7e82;
}

/* =========================
   REPORTED STATISTICS TABLES
========================= */
.mm-reported-stat-shell {
  width: 100%;
}

.mm-reported-stat-title {
  margin: 0 0 16px;
  color: #6d6f73;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.mm-reported-stat-scroll {
  width: 100%;
}

.mm-reported-stat-table {
  width: auto;
  table-layout: fixed;
}

.mm-reported-stat-table .mm-scorecard-hole-row th:last-child {
  background: #006747;
  color: #ffffff;
  border-top-right-radius: 8px;
}

.mm-reported-stat-table .mm-scorecard-par-row td:last-child {
  border-top-right-radius: 8px;
}

.mm-reported-stat-table .mm-scorecard-player-row th:first-child,
.mm-reported-stat-table .mm-scorecard-player-row td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mm-reported-stat-table tbody .mm-scorecard-player-row:last-child th:first-child {
  border-bottom-left-radius: 8px;
}

.mm-reported-stat-table tbody .mm-scorecard-player-row:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.mm-reported-stat-row td {
  color: #006747;
}

.mm-reported-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #18865b;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.mm-reported-missing {
  color: #b9b9b9;
  font-weight: 400;
}

.mm-reported-par-label-cell {
  letter-spacing: 0.01em;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 800px) {
  .mm-footer-inner {
    padding: 0 20px 40px;
  }

  .mm-footer-content {
    padding-top: 36px;
  }

  .mm-footer-logo {
    width: 230px;
  }

  .mm-footer-divider {
    margin: 42px 0 44px;
  }

  .mm-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 44px;
  }

  .mm-footer-nav-col {
    display: contents;
  }

  .mm-footer-nav a {
    display: block;
    font-size: 19px;
    font-weight: 350;
    letter-spacing: 0.05px;
    line-height: 1.3;
    padding: 7px 0;
  }

  .mm-footer-bottom p {
    font-size: 14px;
  }

  .mm-section {
    margin-bottom: 24px;
  }

  #mm-player-hero.mm-section {
    margin-bottom: 14px;
  }

  #mm-player-current-scorecard.mm-section {
    margin-bottom: 28px;
  }

  .mm-player-hero-shell {
    padding: 18px 14px 14px;
  }

  .mm-player-back-link {
    margin-bottom: 18px;
  }

  .mm-player-hero-grid {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .mm-player-photo-wrap {
    width: 64px;
    height: 64px;
  }

  .mm-player-name {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .mm-player-meta-row {
    margin-bottom: 10px;
    gap: 10px;
  }

  .mm-player-location {
    font-size: 14px;
  }

  .mm-player-state-flag {
    width: 22px;
  }

  .mm-player-performance-link,
  .mm-player-bio a {
    font-size: 12px;
    font-weight: 500;
  }

  .mm-player-bio {
    grid-column: 1 / -1;
    font-size: 13px;
    line-height: 1.45;
    max-width: none;
  }

  .mm-player-live-summary {
    grid-column: 1 / -1;
    justify-content: stretch;
    padding-top: 14px;
  }

  .mm-player-summary-card {
    width: 100%;
  }

  .mm-player-summary-cell {
    padding: 6px 8px 7px;
  }

  .mm-player-summary-cell strong {
    font-size: 26px;
  }

  .mm-current-scorecard-shell {
    padding: 0 14px 36px;
  }

  .mm-scorecard-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }

  .mm-scorecard-table {
    min-width: 742px;
    table-layout: fixed;
    border-radius: 8px;
    overflow: visible;
  }

  .mm-scorecard-table th,
  .mm-scorecard-table td {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 36px;
    font-size: 12px;
    font-weight: 450;
  }

  .mm-scorecard-table tr > *:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 20;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.06);
  }

  .mm-scorecard-hole-row th:first-child {
    background: #006747;
    color: #ffffff;
    z-index: 23;
  }

  .mm-scorecard-par-row th:first-child {
    background: #174a30;
    color: #ffffff;
    z-index: 22;
  }

  .mm-scorecard-player-row th:first-child {
    background: #ffffff;
    color: #007a53 !important;
    z-index: 22;
  }

  .mm-scorecard-label {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }

  .mm-scorecard-total-header,
  .mm-scorecard-total-cell,
  .mm-scorecard-total-score {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
  }

  .mm-score-mark {
    width: 22px;
    height: 22px;
  }

  .mm-statistics-shell {
    padding: 2px 14px 44px;
  }

  .mm-statistics-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .mm-statistics-header h2 {
    font-size: 28px;
  }

  .mm-statistics-controls-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 22px;
  }

  .mm-statistics-year-control {
    width: auto;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 8px;
    order: -1;
  }

  .mm-statistics-year-control select {
    min-width: 0;
    width: auto;
    padding: 6px 28px 6px 12px;
    font-size: 14px;
  }

  .mm-stat-tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .mm-stat-tab {
    flex: 1 0 auto;
    text-align: center;
    font-size: 13px;
    padding: 11px 18px;
  }

  .mm-scoring-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mm-scoring-distribution-card {
    padding-top: 0;
  }

  .mm-scoring-overall-title {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .mm-scoring-donut-wrap {
    width: 250px;
    height: 250px;
    margin-bottom: 18px;
  }

  .mm-scoring-donut {
    width: 250px;
    height: 250px;
  }

  .mm-scoring-legend {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    gap: 10px;
  }

  .mm-scoring-legend-row {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .mm-scoring-legend-item {
    justify-content: center;
    text-align: center;
    font-size: 15px;
  }

  .mm-scoring-comparison-area {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 24px;
  }

  .mm-scoring-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .mm-stat-comparison-card h3 {
    font-size: 13.5px;
    letter-spacing: 0.045em;
    margin-bottom: 10px;
  }

  .mm-stat-ring-wrap {
    width: 118px;
    height: 118px;
  }

  .mm-stat-ring-svg {
    width: 118px;
    height: 118px;
  }

  .mm-stat-ring-number {
    font-size: 15px;
  }

  .mm-stat-ring-sign {
    font-size: 9px;
    vertical-align: 4px;
  }

  .mm-stat-ring-number-small {
    font-size: 11px;
  }

  .mm-stat-ring-sign-small {
    font-size: 7px;
    vertical-align: 2px;
  }

  .mm-scoring-comparison-legend {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
  }

  .mm-scoring-comparison-legend-item {
    font-size: 14px;
  }

  .mm-scoring-comparison-legend-dot {
    width: 14px;
    height: 14px;
  }
}

/* =========================
   TABLET LAYOUT POLISH
========================= */
@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-hero-shell,
  .mm-current-scorecard-shell,
  .mm-statistics-shell {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .mm-scorecard-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-scorecard-table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }

  .mm-scorecard-table th,
  .mm-scorecard-table td {
    min-width: 0;
    width: auto;
    height: 36px;
    font-size: 11px;
    font-weight: 450;
  }

  .mm-scorecard-label {
    width: 74px;
    min-width: 74px;
  }

  .mm-scorecard-total-header,
  .mm-scorecard-total-cell,
  .mm-scorecard-total-score {
    width: 64px;
    min-width: 64px;
  }

  .mm-score-mark {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .mm-statistics-controls-row {
    gap: 18px;
  }

  .mm-stat-tab {
    font-size: 13px;
    padding: 10px 18px;
  }

  .mm-scoring-grid {
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
    gap: 20px;
  }

  .mm-scoring-distribution-card {
    padding-top: 4px;
  }

  .mm-scoring-overall-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .mm-scoring-donut-wrap {
    width: 300px;
    height: 300px;
    margin-bottom: 16px;
  }

  .mm-scoring-donut {
    width: 300px;
    height: 300px;
  }

  .mm-scoring-legend {
    max-width: 320px;
    gap: 9px;
  }

  .mm-scoring-legend-row {
    gap: 18px;
  }

  .mm-scoring-legend-item {
    font-size: 13px;
    gap: 8px;
  }

  .mm-scoring-comparison-area {
    padding-left: 20px;
    padding-top: 34px;
  }

  .mm-scoring-comparison-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 24px 12px;
    max-width: 560px;
  }

  .mm-stat-comparison-card h3 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .mm-stat-ring-wrap {
    width: 118px;
    height: 118px;
  }

  .mm-stat-ring-svg {
    width: 118px;
    height: 118px;
  }

  .mm-stat-ring-number {
    font-size: 15px;
  }

  .mm-stat-ring-sign {
    font-size: 9px;
    vertical-align: 4px;
  }

  .mm-stat-ring-number-small {
    font-size: 11px;
  }

  .mm-stat-ring-sign-small {
    font-size: 7px;
    vertical-align: 2px;
  }

  .mm-scoring-comparison-legend {
    margin-top: 22px;
    gap: 18px;
  }

  .mm-scoring-comparison-legend-item {
    font-size: 12px;
  }

  .mm-scoring-comparison-legend-dot {
    width: 12px;
    height: 12px;
  }
}

/* =========================
   MOBILE REPORTED TABLE WIDTH FIXES
========================= */
@media (max-width: 800px) {
  .mm-reported-stat-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .mm-reported-stat-table {
    table-layout: fixed;
    width: auto !important;
  }

  .mm-reported-stat-table th,
  .mm-reported-stat-table td {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    font-size: 12px;
  }

  .mm-reported-stat-table .mm-scorecard-label {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
  }

  .mm-reported-greens-table {
    min-width: 936px !important;
  }

  .mm-reported-fairways-table {
    min-width: 768px !important;
  }

  .mm-reported-putts-table {
    min-width: 862px !important;
  }

  .mm-reported-boolean-table .mm-reported-summary-cell,
  .mm-reported-boolean-table .mm-scorecard-total-cell,
  .mm-reported-boolean-table .mm-scorecard-total-score {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
  }

  .mm-reported-putts-table .mm-reported-summary-cell,
  .mm-reported-putts-table .mm-scorecard-total-cell,
  .mm-reported-putts-table .mm-scorecard-total-score {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }

  .mm-reported-par-label-cell {
    font-size: 11px;
    white-space: nowrap;
  }

  .mm-reported-check {
    width: 19px;
    height: 19px;
    font-size: 12px;
  }
}

/* =========================
   PLAYER FEATURE HERO IMAGE SECTION
========================= */
.mm-player-feature-section {
  background: #f2f2f2;
  padding: 56px 24px;
}

.mm-player-feature-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-player-feature-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 800px) {
  .mm-player-feature-section {
    padding: 36px 14px;
  }

  .mm-player-feature-image {
    border-radius: 6px;
  }
}

/* =========================
   FULL PLAYER BIO SECTION
========================= */
#mm-player-career-summary.mm-section {
  margin-bottom: 0;
}

.mm-player-bio-section {
  background: #f2f2f2;
  padding: 20px 24px 72px;
}

.mm-player-bio-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-player-bio-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 48px;
  align-items: start;
  margin-bottom: 58px;
}

.mm-player-bio-facts,
.mm-player-bio-secondary {
  padding-top: 8px;
}

.mm-bio-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}

.mm-bio-detail-item,
.mm-bio-secondary-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mm-bio-secondary-item + .mm-bio-secondary-item {
  margin-top: 28px;
}

.mm-bio-detail-label {
  color: #7a7d80;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 450;
}

.mm-bio-detail-item strong,
.mm-bio-secondary-item strong {
  color: #4a4d50;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.mm-player-bio-main h2 {
  margin: 0 0 18px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-player-bio-main p {
  margin: 0;
  color: #404346;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 350;
}

.mm-player-career-stat-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 34px 42px;
}

.mm-best-finish-block {
  text-align: center;
  padding-right: 40px;
  border-right: 1px solid #d9d9d9;
}

.mm-best-finish-block strong {
  display: block;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  line-height: 0.9;
  font-weight: 500;
}

.mm-best-finish-block span {
  display: block;
  color: #7a7d80;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 450;
}

.mm-best-finish-block p {
  margin: 12px 0 0;
  color: #686b6e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.mm-career-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 42px;
}

.mm-career-stat-item strong {
  display: block;
  color: #4b4e51;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}

.mm-career-stat-item span {
  display: block;
  color: #7a7d80;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 450;
}

/* =========================
   FULL PLAYER BIO RESPONSIVE
========================= */
@media (max-width: 800px) {
  .mm-player-bio-section {
    padding: 12px 14px 48px;
  }

  .mm-player-bio-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 38px;
  }

  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 0;
  }

  .mm-bio-detail-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 24px;
  }

  .mm-bio-detail-item strong,
  .mm-bio-secondary-item strong {
    font-size: 16px;
  }

  .mm-player-bio-main {
    order: -1;
  }

  .mm-player-bio-main h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .mm-player-bio-main p {
    font-size: 15px;
    line-height: 1.55;
  }

  .mm-player-bio-secondary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 24px;
  }

  .mm-bio-secondary-item + .mm-bio-secondary-item {
    margin-top: 0;
  }

  .mm-player-career-stat-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }

  .mm-best-finish-block {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .mm-best-finish-block strong {
    font-size: 72px;
  }

  .mm-career-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 26px;
  }

  .mm-career-stat-item strong {
    font-size: 26px;
  }

  .mm-career-stat-item span {
    font-size: 13px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-bio-section {
    padding: 18px 24px 60px;
  }

  .mm-player-bio-grid {
    grid-template-columns: 190px minmax(0, 1fr) 210px;
    gap: 30px;
  }

  .mm-bio-detail-grid {
    gap: 24px 22px;
  }

  .mm-player-bio-main h2 {
    font-size: 30px;
  }

  .mm-player-bio-main p {
    font-size: 16px;
  }

  .mm-player-career-stat-card {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
    padding: 30px 32px;
  }

  .mm-best-finish-block {
    padding-right: 30px;
  }

  .mm-best-finish-block strong {
    font-size: 72px;
  }

  .mm-career-stat-grid {
    gap: 28px 30px;
  }

  .mm-career-stat-item strong {
    font-size: 26px;
  }
}

/* =========================
   FULL PLAYER BIO MASTERS-STYLE REFINEMENT
========================= */
.mm-player-bio-grid {
  grid-template-columns: 340px minmax(0, 1fr) 280px;
  grid-template-areas:
    ". title ."
    "facts bio secondary";
  gap: 18px 64px;
  margin-bottom: 66px;
}

.mm-player-bio-main {
  display: contents;
}

.mm-player-bio-main h2 {
  grid-area: title;
  margin: 0 0 6px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-player-bio-main p {
  grid-area: bio;
  margin: 0;
  color: #404346;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 350;
}

.mm-player-bio-facts {
  grid-area: facts;
  padding-top: 18px;
}

.mm-player-bio-secondary {
  grid-area: secondary;
  padding-top: 20px;
}

.mm-bio-detail-grid {
  grid-template-columns: 1fr 1fr;
  gap: 58px 54px;
}

.mm-bio-detail-item {
  align-items: center;
  text-align: center;
  gap: 8px;
}

.mm-bio-detail-item strong {
  order: 1;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.mm-bio-detail-item .mm-bio-detail-label {
  order: 2;
}

.mm-bio-detail-label {
  color: #8a8d90;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.mm-bio-secondary-item {
  gap: 5px;
}

.mm-bio-secondary-item strong {
  color: #006747;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

/* Career stats section closer to Masters example */
.mm-player-career-stat-card {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.mm-best-finish-block {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6d65a;
  border-right: 1px solid #e6d65a;
  padding: 34px;
  text-align: center;
}

.mm-best-finish-block strong {
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  line-height: 0.9;
  font-weight: 500;
}

.mm-best-finish-block span {
  color: #006747;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 12px;
  font-weight: 600;
}

.mm-best-finish-block p {
  margin: 8px 0 0;
  color: #777a7d;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.mm-career-stat-grid {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 54px;
  padding-top: 22px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-bottom: 44px;
}

.mm-career-stat-item {
  text-align: center;
}

.mm-career-stat-item strong {
  display: block;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 6px;
}

.mm-career-stat-item span {
  display: block;
  color: #8a8d90;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

/* =========================
   FULL PLAYER BIO MOBILE REFINEMENT
========================= */
@media (max-width: 800px) {
  .mm-player-bio-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "bio"
      "facts"
      "secondary";
    gap: 24px;
    margin-bottom: 42px;
  }

  .mm-player-bio-main h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .mm-player-bio-main p {
    font-size: 15px;
    line-height: 1.55;
  }

  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 0;
  }

  .mm-bio-detail-grid {
    gap: 30px 24px;
  }

  .mm-bio-detail-item strong {
    font-size: 32px;
  }

  .mm-player-bio-secondary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mm-player-career-stat-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mm-best-finish-block {
    min-height: 220px;
  }

  .mm-career-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .mm-career-stat-item strong {
    font-size: 32px;
  }
}

/* =========================
   FULL PLAYER BIO TABLET REFINEMENT
========================= */
@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-bio-grid {
    grid-template-columns: 260px minmax(0, 1fr) 220px;
    gap: 18px 34px;
  }

  .mm-bio-detail-grid {
    gap: 44px 34px;
  }

  .mm-bio-detail-item strong {
    font-size: 34px;
  }

  .mm-player-bio-main h2 {
    font-size: 32px;
  }

  .mm-player-bio-main p {
    font-size: 16px;
  }

  .mm-player-career-stat-card {
    grid-template-columns: 270px minmax(0, 1fr);
  }

  .mm-career-stat-grid {
    gap: 42px 28px;
  }

  .mm-career-stat-item strong {
    font-size: 34px;
  }
}

/* =========================
   FULL PLAYER BIO FINE TUNING
========================= */

/* Tighten headline-to-bio spacing */
.mm-player-bio-grid {
  gap: 8px 64px;
}

.mm-player-bio-main h2 {
  margin-bottom: 0;
}

.mm-player-bio-facts,
.mm-player-bio-secondary {
  padding-top: 76px;
}

/* Lighten right-side values */
.mm-bio-secondary-item strong {
  font-weight: 500;
}

/* Align stat divider lines with yellow best-finish box */
.mm-player-career-stat-card {
  align-items: stretch;
}

.mm-career-stat-grid {
  align-content: center;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Make six career stats fill the larger space better */
.mm-career-stat-item strong {
  font-size: 46px;
}

.mm-career-stat-item span {
  font-size: 15px;
}

/* Best finish box refinements */
.mm-best-finish-block {
  border-radius: 8px;
}

.mm-best-finish-block strong {
  font-size: 88px;
}

.mm-best-finish-block span {
  font-size: 21px;
  margin-top: 18px;
}

.mm-best-finish-block p {
  font-size: 17px;
}

/* Mobile/tablet corrections so desktop alignment rules do not over-push content */
@media (max-width: 800px) {
  .mm-player-bio-grid {
    gap: 22px;
  }

  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 0;
  }

  .mm-career-stat-grid {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .mm-career-stat-item strong {
    font-size: 32px;
  }

  .mm-career-stat-item span {
    font-size: 13px;
  }

  .mm-best-finish-block strong {
    font-size: 72px;
  }

  .mm-best-finish-block span {
    font-size: 18px;
    margin-top: 12px;
  }

  .mm-best-finish-block p {
    font-size: 16px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-bio-grid {
    gap: 8px 34px;
  }

  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 66px;
  }

  .mm-career-stat-item strong {
    font-size: 38px;
  }

  .mm-career-stat-item span {
    font-size: 13px;
  }

  .mm-best-finish-block strong {
    font-size: 76px;
  }

  .mm-best-finish-block span {
    font-size: 19px;
    margin-top: 15px;
  }
}

/* =========================
   FULL PLAYER BIO DETAIL ALIGNMENT FIX
========================= */
.mm-player-bio-facts,
.mm-player-bio-secondary {
  padding-top: 54px;
}

@media (max-width: 800px) {
  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 0;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 50px;
  }
}

/* =========================
   BIO DETAIL FINAL ALIGNMENT FIX
========================= */
.mm-player-bio-facts,
.mm-player-bio-secondary {
  padding-top: 0 !important;
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-bio-facts,
  .mm-player-bio-secondary {
    padding-top: 0 !important;
  }
}

/* =========================
   BIO FINAL SPACING / WEIGHT TWEAKS
========================= */

/* Reduce space between hero image and bio section */
.mm-player-bio-section {
  padding-top: 8px;
}

/* Lighten best finish year weight */
.mm-best-finish-block span {
  font-weight: 500;
}

/* =========================
   HERO IMAGE TO BIO SPACING
========================= */
.mm-player-feature-section {
  padding-bottom: 36px;
}

/* =========================
   MOBILE BIO FINAL REFINEMENTS
========================= */
@media (max-width: 800px) {
  /* Tighten mobile bio headline to paragraph spacing */
  .mm-player-bio-main h2 {
    margin-bottom: -8px;
  }

  /* Center residence / education on mobile */
  .mm-player-bio-secondary {
    text-align: center;
  }

  .mm-bio-secondary-item {
    align-items: center;
  }

  /* Increase Best Masters Finish area text proportionally */
  .mm-best-finish-block strong {
    font-size: 84px;
  }

  .mm-best-finish-block span {
    font-size: 21px;
  }

  .mm-best-finish-block p {
    font-size: 18px;
  }
}

/* =========================
   MOBILE BIO SPACING REFINEMENT
========================= */
@media (max-width: 800px) {

  /* Slightly smaller headline */
  .mm-player-bio-main h2 {
    font-size: 26px;
    margin-bottom: -2px;
  }

  /* Add spacing between bio paragraph and detail grid */
  .mm-player-bio-facts {
    margin-top: 10px;
  }

}

/* =========================
   MOBILE BIO OVERRIDE FIX
========================= */
@media (max-width: 800px) {
  .mm-player-bio-section .mm-player-bio-main h2 {
    font-size: 24px !important;
    margin-bottom: -14px !important;
    line-height: 1.05 !important;
  }

  .mm-player-bio-section .mm-player-bio-main p {
    margin-top: 0 !important;
  }

  .mm-player-bio-section .mm-player-bio-facts {
    margin-top: 18px !important;
  }

  .mm-player-bio-section .mm-player-bio-grid {
    row-gap: 16px !important;
  }
}

/* =========================
   MOBILE HERO TO BIO SPACING
========================= */
@media (max-width: 800px) {
  .mm-player-feature-section {
    padding-bottom: 12px !important;
  }
}

/* =========================
   MOBILE BEST FINISH / STATS REFINEMENT
========================= */
@media (max-width: 800px) {

  /* Larger yellow-box typography */
  .mm-best-finish-block strong {
    font-size: 96px !important;
  }

  .mm-best-finish-block span {
    font-size: 26px !important;
    margin-top: 16px !important;
  }

  .mm-best-finish-block p {
    font-size: 22px !important;
    margin-top: 12px !important;
  }

  /* Remove divider lines around six stats */
  .mm-career-stat-grid {
    border-top: none !important;
    border-bottom: none !important;
  }

}

/* =========================
   TABLET BEST FINISH SQUARE FIX
========================= */
@media (min-width: 801px) and (max-width: 1180px) {

  .mm-best-finish-block {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 320px;
    min-height: unset !important;
    align-self: center;
    justify-self: center;
  }

}

/* =========================
   TABLET BEST FINISH SQUARE FIX - REVISED
========================= */
@media (min-width: 801px) and (max-width: 1180px) {
  .mm-player-career-stat-card {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
  }

  .mm-best-finish-block {
    width: 210px !important;
    height: 210px !important;
    min-height: 0 !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    padding: 24px !important;
    box-sizing: border-box;
    align-self: center;
    justify-self: start;
  }

  .mm-best-finish-block strong {
    font-size: 68px;
  }

  .mm-best-finish-block span {
    font-size: 18px;
    margin-top: 12px;
  }

  .mm-best-finish-block p {
    font-size: 15px;
  }
}

/* =========================
   TABLET STAT DIVIDER LINE ALIGNMENT ONLY
========================= */
@media (min-width: 801px) and (max-width: 1180px) {
  .mm-career-stat-grid {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .mm-career-stat-grid::before,
  .mm-career-stat-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #d8d8d8;
    pointer-events: none;
  }

  .mm-career-stat-grid::before {
    top: 28px;
  }

  .mm-career-stat-grid::after {
    bottom: 28px;
  }
}

/* =========================
   PAST MASTERS PERFORMANCES
========================= */
.mm-performance-section-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px 72px;
  background: #ffffff;
}

.mm-performance-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.mm-performance-header h2 {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-performance-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #163b2a;
  font-size: 12px;
  font-weight: 500;
}

.mm-performance-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.mm-performance-legend-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #006747;
  box-sizing: border-box;
}

.mm-performance-legend-mark.mm-performance-eagle {
  border: 1.5px solid #006747;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 4px #006747;
}

.mm-performance-legend-mark.mm-performance-birdie {
  border: 1.5px solid #006747;
  border-radius: 50%;
}

.mm-performance-legend-mark.mm-performance-bogey {
  border: 1.5px solid #006747;
}

.mm-performance-legend-mark.mm-performance-double {
  border: 1.5px solid #006747;
  box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 4px #006747;
}

.mm-performance-table {
  min-width: 1240px;
}

.mm-performance-player-row th,
.mm-performance-player-row td {
  background: #ffffff;
  color: #006747;
  font-weight: 450;
}

.mm-performance-player-row th:first-child {
  border-bottom-left-radius: 8px;
}

.mm-performance-player-row:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.mm-performance-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 1;
  color: #006747;
  font-weight: 500;
}

.mm-performance-birdie {
  border: 1.25px solid #007a53;
  border-radius: 50%;
}

.mm-performance-eagle {
  border: 1.25px solid #007a53;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #007a53;
}

.mm-performance-bogey {
  border: 1.25px solid #007a53;
}

.mm-performance-double {
  border: 1.25px solid #007a53;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #007a53;
}

.mm-performance-total,
.mm-performance-finish {
  color: #777777 !important;
  font-weight: 500;
}

/* =========================
   PAST MASTERS RESPONSIVE
========================= */
@media (max-width: 800px) {
  .mm-performance-section-shell {
    padding: 48px 14px 56px;
  }

  .mm-performance-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .mm-performance-header h2 {
    font-size: 30px;
  }

  .mm-performance-legend {
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 11px;
  }

  .mm-performance-table {
    min-width: 870px;
  }

  .mm-performance-score {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-performance-section-shell {
    padding: 56px 24px 64px;
  }

  .mm-performance-header h2 {
    font-size: 36px;
  }

  .mm-performance-table {
    min-width: 1040px;
  }

  .mm-performance-legend {
    gap: 14px;
    font-size: 11px;
  }

  .mm-performance-score {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

/* =========================
   PAST PERFORMANCE FINAL POLISH
========================= */

/* Triple bogey + scoring mark */
.mm-performance-tripleplus {
  background: #007a53;
  color: #ffffff;
}

/* Triple bogey + legend mark */
.mm-performance-legend-mark.mm-performance-tripleplus {
  background: #006747;
  border: 1.5px solid #006747;
}

/* Remove rounded left corners from every performance row */
.mm-performance-table .mm-performance-player-row th:first-child {
  border-bottom-left-radius: 0 !important;
}

/* Only final row gets rounded bottom-left corner */
.mm-performance-table tbody .mm-performance-player-row:last-child th:first-child {
  border-bottom-left-radius: 8px !important;
}

/* =========================
   MOBILE PERFORMANCE LEGEND
========================= */
@media (max-width: 800px) {

  .mm-performance-header {
    margin-bottom: 18px;
  }

  .mm-performance-table-wrapper {
    display: flex;
    flex-direction: column;
  }

  .mm-performance-table-wrapper .mm-performance-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 18px;
    padding: 0 8px;
    color: #163b2a;
    font-size: 11px;
    font-weight: 500;
  }
}

/* =========================
   MOBILE PERFORMANCE LEGEND BELOW SCORECARD
========================= */
@media (max-width: 800px) {
  .mm-performance-section-shell {
    display: flex;
    flex-direction: column;
  }

  .mm-performance-header {
    display: contents;
  }

  .mm-performance-header h2 {
    order: 1;
    margin-bottom: 18px;
  }

  .mm-performance-section-shell > .mm-scorecard-scroll {
    order: 2;
  }

  .mm-performance-legend {
    order: 3;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 18px;
    padding: 0 8px;
    font-size: 11px;
  }
}

/* =========================
   IPAD PRO PERFORMANCE TABLE FIT
========================= */
@media (min-width: 801px) and (max-width: 1180px) {
  .mm-performance-table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed;
  }

  .mm-performance-table th,
  .mm-performance-table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 34px;
    font-size: 10px;
    padding: 0 2px;
  }

  .mm-performance-table .mm-scorecard-label {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }

  .mm-performance-table .mm-scorecard-total-header,
  .mm-performance-table .mm-scorecard-total-cell,
  .mm-performance-table .mm-performance-total,
  .mm-performance-table .mm-performance-finish {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
  }

  .mm-performance-score {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

/* =========================
   IPAD MINI PERFORMANCE TABLE FIT
========================= */
@media (min-width: 601px) and (max-width: 800px) {
  .mm-performance-table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed;
  }

  .mm-performance-table th,
  .mm-performance-table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 30px;
    font-size: 9px;
    padding: 0 1px;
  }

  .mm-performance-table .mm-scorecard-label {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    font-size: 9px;
  }

  .mm-performance-table .mm-scorecard-total-header,
  .mm-performance-table .mm-scorecard-total-cell,
  .mm-performance-table .mm-performance-total,
  .mm-performance-table .mm-performance-finish {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  .mm-performance-score {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .mm-performance-header h2 {
    font-size: 34px;
  }

  .mm-performance-legend {
    gap: 8px 10px;
    font-size: 10px;
  }
}

/* =========================
   IPAD MINI CURRENT SCORECARD FIT
========================= */
@media (min-width: 601px) and (max-width: 800px) {
  #mm-player-current-scorecard .mm-scorecard-table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed;
  }

  #mm-player-current-scorecard .mm-scorecard-table th,
  #mm-player-current-scorecard .mm-scorecard-table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 30px;
    font-size: 9px;
    padding: 0 1px;
  }

  #mm-player-current-scorecard .mm-scorecard-label {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }

  #mm-player-current-scorecard .mm-scorecard-total-header,
  #mm-player-current-scorecard .mm-scorecard-total-cell,
  #mm-player-current-scorecard .mm-scorecard-total-score {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  #mm-player-current-scorecard .mm-score-mark {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
}

/* =========================
   PLAYERS DIRECTORY PAGE
========================= */
.mm-players-page {
  background: #ffffff;
}

.mm-players-hero {
  background: #f2f2f2;
  padding: 64px 24px 42px;
}

.mm-players-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-players-hero h1 {
  margin: 0 0 28px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
}

.mm-players-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  border-bottom: 1px solid #d5d5d5;
}

.mm-players-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6d6f73;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 32px 14px 0;
  cursor: pointer;
  position: relative;
}

.mm-players-tab.is-active {
  color: #006747;
}

.mm-players-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% - 32px);
  height: 3px;
  background: #006747;
}

.mm-players-search-wrap {
  max-width: 420px;
}

.mm-player-search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 13px 18px;
  outline: none;
}

.mm-player-search:focus {
  border-color: #006747;
}

.mm-players-grid-section {
  background: #ffffff;
  padding: 42px 24px 80px;
}

.mm-players-grid-shell {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-players-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.mm-player-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 8px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mm-player-card:hover {
  transform: translateY(-3px);
  border-color: #cfcfcf;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.mm-player-card-image-wrap {
  background: #f2f2f2;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.mm-player-card-image {
  display: block;
  width: 86%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.mm-player-card-content {
  padding: 18px 18px 20px;
}

.mm-player-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #727579;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 450;
  margin-bottom: 8px;
}

.mm-player-card-flag {
  width: 22px;
  height: auto;
  display: block;
}

.mm-player-card-name {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-players-loading,
.mm-players-empty {
  color: #777777;
  font-size: 15px;
  padding: 24px 0;
}

/* =========================
   PLAYERS DIRECTORY RESPONSIVE
========================= */
@media (max-width: 800px) {
  .mm-players-hero {
    padding: 42px 14px 30px;
  }

  .mm-players-hero h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }

  .mm-players-tab {
    font-size: 15px;
    padding-right: 26px;
  }

  .mm-players-tab.is-active::after {
    width: calc(100% - 26px);
  }

  .mm-players-search-wrap {
    max-width: none;
  }

  .mm-players-grid-section {
    padding: 28px 14px 56px;
  }

  .mm-players-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mm-player-card-content {
    padding: 14px 12px 16px;
  }

  .mm-player-card-meta {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 6px;
  }

  .mm-player-card-flag {
    width: 18px;
  }

  .mm-player-card-name {
    font-size: 20px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-players-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mm-player-card-name {
    font-size: 24px;
  }
}

/* =========================
   PLAYERS DIRECTORY MASTERS-STYLE REFINEMENT
========================= */
.mm-players-hero {
  background: #ffffff;
  padding: 56px 24px 34px;
}

.mm-players-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-players-hero h1 {
  font-size: 56px;
  margin-bottom: 34px;
}

.mm-players-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: center;
}

.mm-players-hero h1 {
  grid-column: 1 / -1;
}

.mm-players-tabs {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0;
  padding: 4px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  margin-bottom: 0;
}

.mm-players-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #18865b;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 28px;
  white-space: nowrap;
  border-radius: 999px;
  line-height: 1;
  cursor: pointer;
  position: static;
}

.mm-players-tab.is-active {
  background: #18865b;
  color: #ffffff;
}

.mm-players-tab.is-active::after {
  display: none;
}

.mm-players-search-wrap {
  max-width: none;
  justify-self: end;
  width: 100%;
}

.mm-player-search {
  padding: 15px 20px;
  font-size: 16px;
}

.mm-players-grid-section {
  background: #ffffff;
  padding: 34px 24px 84px;
}

.mm-players-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.mm-player-card {
  background: #f6f6f6;
  border: 0;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
}

.mm-player-card:hover {
  border-color: transparent;
}

.mm-player-card-image-wrap {
  aspect-ratio: 16 / 9;
  background: #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

.mm-player-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mm-player-card-content {
  padding: 18px 0 2px;
}

.mm-player-card-meta {
  color: #006747;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mm-player-card-name {
  font-size: 28px;
}

/* =========================
   PLAYERS DIRECTORY RESPONSIVE REFINEMENT
========================= */
@media (max-width: 800px) {
  .mm-players-hero {
    padding: 38px 14px 26px;
  }

  .mm-players-hero-inner {
    display: block;
  }

  .mm-players-hero h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .mm-players-tabs {
    margin-bottom: 0;
  }

  .mm-players-tab {
    font-size: 14px;
    padding: 11px 24px;
  }

  .mm-players-search-wrap {
    display: none;
  }

  .mm-players-grid-section {
    padding: 26px 14px 58px;
  }

  .mm-players-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm-player-card {
    padding: 14px;
  }

  .mm-player-card-content {
    padding-top: 14px;
  }

  .mm-player-card-name {
    font-size: 25px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-players-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .mm-player-card {
    padding: 14px;
  }

  .mm-player-card-name {
    font-size: 23px;
  }

  .mm-player-card-meta {
    font-size: 11px;
  }

  .mm-players-hero-inner {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
}

@media (max-width: 800px) {
  .mm-players-grid-section {
    padding-top: 10px;
  }
}

/* =========================
   PLAYERS DIRECTORY TOURNAMENT MODE
========================= */
.mm-player-card-live-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border: 1px solid #bfc3c6;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}

.mm-player-card-live-cell {
  text-align: center;
  padding: 8px 6px 9px;
  border-right: 1px solid #bfc3c6;
}

.mm-player-card-live-cell:last-child {
  border-right: 0;
}

.mm-player-card-live-cell span {
  display: block;
  color: #707377;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 4px;
}

.mm-player-card-live-cell strong {
  display: block;
  color: #4a4d50;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.mm-player-card-live-cell strong.is-over-par {
  color: #d71920;
}

.mm-player-card-live-cell strong.is-under-par {
  color: #006747;
}

@media (max-width: 800px) {
  .mm-player-card-live-strip {
    margin-top: 12px;
  }

  .mm-player-card-live-cell strong {
    font-size: 17px;
  }
}

/* =========================
   COURSE PAGE
========================= */
.mm-course-page {
  background: #ffffff;
}

.mm-course-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.mm-course-hero-section {
  padding: 56px 0 64px;
}

.mm-course-shell h1 {
  margin: 0 0 34px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
}

.mm-course-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.mm-course-description {
  max-width: 780px;
  margin: 48px auto 0;
  color: #3f4245;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 350;
  text-align: center;
}

.mm-course-holes-section {
  padding: 8px 0 84px;
}

.mm-course-holes-header h2 {
  margin: 0 0 28px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-hole-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.mm-hole-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mm-hole-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.mm-hole-card-image-wrap {
  aspect-ratio: 16 / 9;
  background: #eaeaea;
  border-radius: 6px;
  overflow: hidden;
}

.mm-hole-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-hole-card-content {
  padding: 16px 0 2px;
}

.mm-hole-card-kicker {
  color: #006747;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mm-hole-card h2 {
  margin: 0 0 12px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-hole-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #707377;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 450;
}

/* =========================
   COURSE PAGE RESPONSIVE
========================= */
@media (max-width: 800px) {
  .mm-course-shell {
    padding: 0 14px;
  }

  .mm-course-hero-section {
    padding: 38px 0 44px;
  }

  .mm-course-shell h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }

  .mm-course-description {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.55;
    text-align: left;
  }

  .mm-course-holes-section {
    padding: 0 0 58px;
  }

  .mm-course-holes-header h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .mm-hole-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm-hole-card {
    padding: 14px;
  }

  .mm-hole-card h2 {
    font-size: 25px;
  }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .mm-hole-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .mm-hole-card {
    padding: 14px;
  }

  .mm-hole-card h2 {
    font-size: 23px;
  }

  .mm-course-description {
    font-size: 21px;
  }
}

/* =========================
   COURSE PAGE REFINEMENTS
========================= */

/* Course hero image ratio */
.mm-course-hero-image {
  aspect-ratio: 2.76 / 1;
}

/* Holes section gray background */
.mm-course-holes-section {
  background: #f2f2f2;
  padding: 72px 0 84px;
}

.mm-course-holes-header h2 {
  margin-bottom: 34px;
}

/* Keep current hole-card image ratio */
.mm-hole-card-image-wrap {
  aspect-ratio: 16 / 9;
}

@media (max-width: 800px) {
  .mm-course-holes-section {
    padding: 48px 0 58px;
  }
}

/* =========================
   COURSE HOLE CARD REFINEMENTS
========================= */
.mm-hole-card {
  background: #ffffff;
}

.mm-hole-card-content {
  padding: 18px 0 4px;
}

.mm-hole-card-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.mm-hole-card-title-block {
  min-width: 0;
}

.mm-hole-card-kicker {
  color: #6f7275;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 4px;
}

.mm-hole-card h2 {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 500;
}

.mm-hole-card-meta {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #006747;
  flex: 0 0 auto;
}

.mm-hole-card-meta div {
  text-align: center;
}

.mm-hole-card-meta span {
  display: block;
  color: #6f7275;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 4px;
}

.mm-hole-card-meta strong {
  display: block;
  color: #006747;
  font-family: inherit;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 800px) {
  .mm-hole-card-info {
    gap: 14px;
  }

  .mm-hole-card h2,
  .mm-hole-card-meta strong {
    font-size: 22px;
  }

  .mm-hole-card-kicker,
  .mm-hole-card-meta span {
    font-size: 13px;
  }
}

/* =========================
   INDIVIDUAL HOLE PAGE HERO
========================= */
.mm-hole-page {
  background: #ffffff;
}

.mm-hole-hero-section {
  margin: 0;
  padding: 0;
}

.mm-hole-hero-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1080;
  min-height: 0;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.mm-hole-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.32) 28%,
    rgba(0, 0, 0, 0.06) 58%,
    rgba(0, 0, 0, 0.02) 100%
  );
  pointer-events: none;
}

.mm-hole-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 24px 0;
}

.mm-hole-back-link {
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 42px;
}

.mm-hole-title-row {
  display: flex;
  align-items: center;
  gap: 28px;
}

.mm-hole-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #2b6549;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mm-hole-icon {
  width: 48px;
  height: 48px;
  display: block;
}

.mm-hole-number {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
}

.mm-hole-title-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 800px) {
  .mm-hole-hero-bg {
  aspect-ratio: 16 / 10;
  }

  .mm-hole-hero-inner {
    padding: 34px 14px 0;
  }

  .mm-hole-back-link {
    font-size: 13px;
    margin-bottom: 34px;
  }

  .mm-hole-title-row {
    gap: 16px;
  }

  .mm-hole-icon-wrap {
    width: 58px;
    height: 58px;
  }

  .mm-hole-icon {
    width: 36px;
    height: 36px;
  }

  .mm-hole-number {
    font-size: 15px;
  }

  .mm-hole-title-copy h1 {
    font-size: 36px;
  }
}

/* =========================
   INDIVIDUAL HOLE DETAILS
========================= */
.mm-hole-details-section {
  background: #f2f2f2;
  padding: 72px 24px 84px;
}

.mm-hole-details-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-hole-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 980px;
  margin: 0 auto 76px;
}

.mm-hole-stat {
  text-align: center;
  padding: 0 42px;
  border-right: 1px solid #c9c9c9;
}

.mm-hole-stat:last-child {
  border-right: 0;
}

.mm-hole-stat span {
  display: block;
  color: #4f5356;
  font-size: 16px;
  margin-bottom: 10px;
}

.mm-hole-stat strong {
  display: block;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
}

.mm-hole-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 80px;
  border-top: 1px solid #d8d8d8;
  padding-top: 52px;
}

.mm-hole-quote {
  margin: 0 0 12px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
}

.mm-hole-quote-name {
  color: #4f5356;
  font-size: 14px;
  margin-bottom: 48px;
}

.mm-hole-description {
  margin: 0;
  color: #3f4245;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 350;
}

.mm-hole-name-card {
  background: #e7e7e7;
  border-radius: 8px;
  padding: 28px;
  align-self: start;
}

.mm-hole-name-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.mm-hole-legend-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.mm-hole-name-card h2 {
  margin: 0;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 500;
}

.mm-hole-name-card p {
  margin: 0;
  color: #666a6d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

@media (max-width: 800px) {
  .mm-hole-details-section {
    padding: 44px 14px 58px;
  }

  .mm-hole-stats-row {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 48px;
  }

  .mm-hole-stat {
    border-right: 0;
    padding: 0;
  }

  .mm-hole-stat strong {
    font-size: 46px;
  }

  .mm-hole-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 34px;
  }

  .mm-hole-quote {
    font-size: 28px;
  }

  .mm-hole-description {
    font-size: 18px;
    line-height: 1.55;
  }

  .mm-hole-name-card {
    padding: 22px;
  }

  .mm-hole-name-card h2 {
    font-size: 23px;
  }
}

/* =========================
   HOLE DETAIL REFINEMENTS
========================= */
.mm-hole-stats-row {
  max-width: 1280px;
  margin-bottom: 58px;
}

.mm-hole-stat {
  padding: 0 58px;
}

.mm-hole-stat span {
  font-size: 17px;
  margin-bottom: 14px;
}

.mm-hole-stat strong {
  font-size: 72px;
}

.mm-hole-name-card h2 span {
  display: block;
  margin-top: 4px;
  color: #4f5356;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 350;
  line-height: 1.2;
}

.mm-hole-name-card p {
  font-weight: 350;
}

@media (max-width: 800px) {
  .mm-hole-stats-row {
    margin-bottom: 52px;
  }

  .mm-hole-stat strong {
    font-size: 54px;
  }

  .mm-hole-stat span {
    font-size: 15px;
  }

  .mm-hole-name-card h2 span {
    font-size: 16px;
  }
}

/* =========================
   HOLE DETAIL STAT / COPY POLISH
========================= */

/* Let the stat row use more of the page width */
.mm-hole-stats-row {
  max-width: 1280px;
}

.mm-hole-stat {
  padding: 0 72px;
}

/* Keep historical average + difficulty on one line */
.mm-hole-stat strong {
  white-space: nowrap;
}

/* Behind the Name heading green */
.mm-hole-name-card h2 {
  color: #006747;
}

@media (max-width: 800px) {
  .mm-hole-stats-row {
    max-width: none;
  }

  .mm-hole-stat {
    padding: 0;
  }

  .mm-hole-stat strong {
    white-space: normal;
  }
}

/* =========================
   HOLE STAT ALIGNMENT TWEAKS
========================= */

/* Center content vertically */
.mm-hole-stats-row {
  align-items: center;
}

/* Taller separator lines */
.mm-hole-stat {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Make separators taller */
.mm-hole-stat:not(:last-child) {
  position: relative;
  border-right: none;
}

.mm-hole-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background: #c9c9c9;
}

/* Quote weight refinement */
.mm-hole-quote {
  font-weight: 550;
}

/* =========================
   HOLE STAT / QUOTE OVERRIDE
========================= */

/* Bring quote back down */
.mm-hole-quote {
  font-weight: 500;
}

/* Force taller stat separator lines */
.mm-hole-stat {
  position: relative;
  min-height: 210px !important;
  border-right: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mm-hole-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 170px !important;
  background: #c9c9c9;
}

/* =========================
   HOLE ANALYTICS SECTION
========================= */
.mm-hole-analytics-section {
  background: #ffffff;
  padding: 84px 24px 100px;
}

.mm-hole-analytics-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mm-hole-analytics-inner h2 {
  margin: 0 0 42px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}

.mm-hole-analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.mm-hole-analytics-card {
  border-top: 1px solid #d9d9d9;
  padding-top: 28px;
}

.mm-hole-analytics-card h3 {
  margin: 0 0 26px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-hole-analytics-chart {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mm-hole-analytics-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 18px;
}

.mm-hole-analytics-label {
  color: #6b6f72;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.mm-hole-analytics-bar-track {
  position: relative;
  width: 100%;
  height: 12px;
  background: #e9ece9;
  border-radius: 999px;
  overflow: hidden;
}

.mm-hole-analytics-bar {
  position: absolute;
  inset: 0 auto 0 0;
  background: #2b6549;
  border-radius: 999px;
}

.mm-hole-analytics-value {
  color: #006747;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}

.mm-hole-analytics-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}

.mm-hole-analytics-summary span {
  display: block;
  color: #6b6f72;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.mm-hole-analytics-summary strong {
  display: block;
  color: #006747;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 500;
}

.mm-hole-difficulty-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  color: #6b6f72;
}

.mm-hole-difficulty-note span {
  color: #006747;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.mm-hole-difficulty-note p {
  margin: 0 18px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

/* =========================
   HOLE ANALYTICS RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .mm-hole-analytics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .mm-hole-analytics-section {
    padding: 54px 14px 68px;
  }

  .mm-hole-analytics-inner h2 {
    font-size: 38px;
    margin-bottom: 28px;
  }

  .mm-hole-analytics-card h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .mm-hole-analytics-row {
    grid-template-columns: 52px minmax(0, 1fr) 64px;
    gap: 12px;
  }

  .mm-hole-analytics-value {
    font-size: 16px;
  }

  .mm-hole-analytics-summary {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* =========================
   HOLE ANALYTICS POLISH
========================= */
.mm-hole-analytics-inner h2 {
  font-size: 46px;
}

.mm-hole-analytics-card {
  border-top: 0;
  padding-top: 0;
}

.mm-hole-analytics-card h3 {
  font-size: 30px;
}

/* Remove internal horizontal separator lines */
.mm-hole-analytics-summary,
.mm-hole-difficulty-note {
  border-top: 0;
}

/* Add center vertical divider between the two sections */
.mm-hole-analytics-grid {
  position: relative;
  gap: 84px;
}

.mm-hole-analytics-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d9d9d9;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .mm-hole-analytics-grid {
    gap: 42px;
  }

  .mm-hole-analytics-grid::before {
    display: none;
  }
}

@media (max-width: 800px) {
  .mm-hole-analytics-inner h2 {
    font-size: 34px;
  }

  .mm-hole-analytics-card h3 {
    font-size: 25px;
  }
}

/* =========================
   HOLE ANALYTICS SECONDARY SECTION
========================= */
.mm-hole-analytics-secondary-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 84px;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #d9d9d9;
}

.mm-hole-analytics-secondary-grid::before {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d9d9d9;
  transform: translateX(-50%);
}

.mm-hole-score-year-group {
  margin-bottom: 30px;
}

.mm-hole-score-year-group:last-child {
  margin-bottom: 0;
}

.mm-hole-score-year-group h4 {
  margin: 0 0 16px;
  color: #006747;
  font-size: 18px;
  font-weight: 500;
}

.mm-hole-score-type-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mm-hole-score-type-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 14px;
}

.mm-hole-score-type-label {
  color: #6b6f72;
  font-size: 13px;
  font-weight: 500;
}

.mm-hole-score-type-track {
  height: 11px;
  background: #e9ece9;
  border-radius: 999px;
  overflow: hidden;
}

.mm-hole-score-type-bar {
  height: 100%;
  border-radius: 999px;
  background: #2b6549;
}

.mm-hole-score-type-bar.is-eagle {
  background: #c5db97;
}

.mm-hole-score-type-bar.is-birdie {
  background: #397b5a;
}

.mm-hole-score-type-bar.is-par {
  background: #203528;
}

.mm-hole-score-type-bar.is-bogey {
  background: #6c6f73;
}

.mm-hole-score-type-bar.is-double {
  background: #97999c;
}

.mm-hole-score-type-bar.is-triple {
  background: #cacbcc;
}

.mm-hole-score-type-value {
  color: #006747;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.mm-hole-map-large {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.mm-hole-map-empty {
  color: #6b6f72;
  font-size: 15px;
  margin: 0;
}

/* =========================
   HOLE ANALYTICS SECONDARY RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .mm-hole-analytics-secondary-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mm-hole-analytics-secondary-grid::before {
    display: none;
  }
}

@media (max-width: 800px) {
  .mm-hole-analytics-secondary-grid {
    margin-top: 42px;
    padding-top: 42px;
  }

  .mm-hole-score-type-row {
    grid-template-columns: 92px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .mm-hole-score-type-label {
    font-size: 12px;
  }

  .mm-hole-map-large {
    max-width: 100%;
  }
}

/* =========================
   HOLE ANALYTICS REWORK
========================= */

/* Hide/neutralize older secondary grid styles if still present */
.mm-hole-analytics-secondary-grid {
  display: none !important;
}

/* Scores by Year full-width section */
.mm-hole-score-types-section {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #d9d9d9;
}

.mm-hole-score-types-section h3,
.mm-hole-map-card h3,
.mm-hole-pin-card h3 {
  margin: 0 0 28px;
  color: #222222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-hole-score-year-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
}

.mm-hole-score-year-chart-wrap {
  display: flex;
  align-items: flex-end;
  gap: 44px;
  min-width: max-content;
}

.mm-hole-score-year-chart {
  min-width: 132px;
}

.mm-hole-score-year-bars {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 180px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cfcfcf;
}

.mm-hole-score-year-bar-item {
  width: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.mm-hole-score-year-value {
  color: #4f5356;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.mm-hole-score-year-bar {
  width: 100%;
  min-height: 8px;
}

.mm-hole-score-year-bar.is-eagle {
  background: #c5db97;
}

.mm-hole-score-year-bar.is-birdie {
  background: #397b5a;
}

.mm-hole-score-year-bar.is-par {
  background: #203528;
}

.mm-hole-score-year-bar.is-bogey {
  background: #6c6f73;
}

.mm-hole-score-year-bar.is-double {
  background: #97999c;
}

.mm-hole-score-year-bar.is-triple {
  background: #cacbcc;
}

.mm-hole-score-year-label {
  margin-top: 8px;
  color: #6b6f72;
  font-size: 13px;
  line-height: 1;
}

.mm-hole-score-type-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  color: #5f6366;
  font-size: 13px;
}

.mm-hole-score-type-legend div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mm-hole-score-type-legend span {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.mm-hole-score-type-legend .is-eagle {
  background: #c5db97;
}

.mm-hole-score-type-legend .is-birdie {
  background: #397b5a;
}

.mm-hole-score-type-legend .is-par {
  background: #203528;
}

.mm-hole-score-type-legend .is-bogey {
  background: #6c6f73;
}

.mm-hole-score-type-legend .is-double {
  background: #97999c;
}

.mm-hole-score-type-legend .is-triple {
  background: #cacbcc;
}

/* Hole Map / Pin Placements split section */
.mm-hole-map-pin-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 84px;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #d9d9d9;
}

.mm-hole-map-pin-grid::before {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d9d9d9;
  transform: translateX(-50%);
}

.mm-hole-map-large {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
}

.mm-hole-map-empty {
  color: #6b6f72;
  font-size: 15px;
  margin: 0;
}

/* =========================
   HOLE ANALYTICS REWORK RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .mm-hole-map-pin-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mm-hole-map-pin-grid::before {
    display: none;
  }
}

@media (max-width: 800px) {
  .mm-hole-score-types-section {
    margin-top: 42px;
    padding-top: 42px;
  }

  .mm-hole-score-types-section h3,
  .mm-hole-map-card h3,
  .mm-hole-pin-card h3 {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .mm-hole-score-year-chart-wrap {
    gap: 30px;
  }

  .mm-hole-score-year-chart {
    min-width: 112px;
  }

  .mm-hole-score-year-bars {
    height: 150px;
  }

  .mm-hole-score-year-bar-item {
    width: 16px;
  }

  .mm-hole-map-pin-grid {
    margin-top: 42px;
    padding-top: 42px;
  }

  .mm-hole-map-large {
    max-width: 100%;
  }
}

/* =========================
   HOLE PREV / NEXT NAV
========================= */
.mm-hole-navigation-section {
  background: #f2f2f2;
  padding: 46px 24px;
}

.mm-hole-nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.mm-hole-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #006747;
  text-decoration: none;
}

.mm-hole-nav-next {
  justify-self: end;
  text-align: right;
}

.mm-hole-nav-link span:not(.mm-hole-nav-circle) {
  display: block;
  color: #006747;
  font-size: 16px;
  margin-bottom: 4px;
}

.mm-hole-nav-link strong {
  display: block;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-hole-nav-circle {
  width: 38px;
  height: 38px;
  border: 1px solid #006747;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #006747;
  font-size: 28px;
  line-height: 1;
  flex: 0 0 auto;
}

.mm-hole-nav-course {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006747;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .mm-hole-nav-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .mm-hole-nav-prev,
  .mm-hole-nav-next {
    justify-self: center;
    text-align: center;
  }

  .mm-hole-nav-link strong {
    font-size: 24px;
  }

  .mm-hole-nav-course {
    justify-self: center;
  }
}

/* =========================
   HOLE PAGE MOBILE FINAL POLISH
========================= */
@media (max-width: 800px) {

  /* Keep Par / Yards / Historical Avg on one row */
  .mm-hole-stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 36px;
  }

  .mm-hole-stat {
    min-height: 72px !important;
    padding: 0 8px !important;
    border-right: none !important;
  }

  .mm-hole-stat:not(:last-child)::after {
    display: block;
    height: 38px !important;
    right: 0;
  }

  .mm-hole-stat span {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .mm-hole-stat strong {
    font-size: 24px;
    white-space: nowrap;
  }

  /* Add mobile-only separators between analytics sections */
  .mm-hole-analytics-card + .mm-hole-analytics-card {
    border-top: 1px solid #d9d9d9;
    padding-top: 36px;
  }

  .mm-hole-score-types-section,
  .mm-hole-map-pin-grid {
    border-top: 1px solid #d9d9d9;
  }

  .mm-hole-analytics-grid {
    gap: 36px;
  }
}

/* =========================
   FINAL MOBILE HOLE NAV FIX
========================= */
@media (max-width: 800px) {

  .mm-hole-nav-inner {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px 16px !important;
    align-items: start !important;
  }

  .mm-hole-nav-prev,
  .mm-hole-nav-next {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: left !important;
  }

  .mm-hole-nav-next {
    text-align: right !important;
  }

  .mm-hole-nav-prev {
    justify-self: start !important;
  }

  .mm-hole-nav-next {
    justify-self: end !important;
  }

  .mm-hole-nav-course {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: auto !important;
    padding: 12px 24px !important;
  }

  .mm-hole-nav-link strong {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .mm-hole-nav-link span:not(.mm-hole-nav-circle) {
    font-size: 14px !important;
    margin-bottom: 2px !important;
  }

  .mm-hole-nav-circle {
    width: 34px !important;
    height: 34px !important;
    font-size: 22px !important;
  }

}

/* =========================
   FINAL MOBILE HOLE NAV FIX V2
========================= */
@media (max-width: 800px) {

  .mm-hole-navigation-section {
    padding: 30px 14px 34px !important;
  }

  .mm-hole-nav-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "prev next"
      "course course" !important;
    gap: 20px 18px !important;
    align-items: center !important;
  }

  .mm-hole-nav-prev {
    grid-area: prev !important;
    justify-self: start !important;
    display: grid !important;
    grid-template-columns: 34px auto !important;
    gap: 9px !important;
    align-items: center !important;
    text-align: left !important;
  }

  .mm-hole-nav-next {
    grid-area: next !important;
    justify-self: end !important;
    display: grid !important;
    grid-template-columns: auto 34px !important;
    gap: 9px !important;
    align-items: center !important;
    text-align: right !important;
  }

  .mm-hole-nav-course {
    grid-area: course !important;
    justify-self: center !important;
    width: auto !important;
    padding: 13px 26px !important;
  }

  .mm-hole-nav-link strong {
    font-size: 18px !important;
    line-height: 1.05 !important;
  }

  .mm-hole-nav-link span:not(.mm-hole-nav-circle) {
    font-size: 13px !important;
    margin-bottom: 2px !important;
  }

  .mm-hole-nav-circle {
    width: 34px !important;
    height: 34px !important;
    font-size: 22px !important;
  }
}

/* =========================================================
   Tournament Info Page
   ========================================================= */

.mm-tournament-info-page {
  background: #fff;
}

.mm-tournament-info-header {
  background: #fff;
  padding: 32px 0 30px;
}

.mm-tournament-info-header-inner {
  width: min(100%, 1840px);
  margin: 0 auto;
  padding: 0 40px;
}

.mm-tournament-info-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 3.2vw, 58px);
  line-height: 1;
  font-weight: 500;
  color: #006747;
  letter-spacing: -0.03em;
}

.mm-tournament-info-section {
  background: #f2f2f2;
  padding: 62px 0 34px;
}

.mm-tournament-info-inner {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 28px;
}

.mm-tournament-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mm-tournament-info-card {
  display: flex;
  flex-direction: column;
  min-height: 526px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mm-tournament-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.mm-tournament-info-card-image-wrap {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  overflow: hidden;
  background: #ddd;
}

.mm-tournament-info-card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mm-tournament-info-card-image-placeholder {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  background: #d9d9d9;
}

.mm-tournament-info-card-content {
  flex: 1;
  padding: 40px 36px 34px;
  text-align: center;
}

.mm-tournament-info-card-content h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 500;
  color: #006747;
}

.mm-tournament-info-card-content p {
  max-width: 560px;
  margin: 0 auto;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #666;
}

.mm-tournament-info-loading,
.mm-tournament-info-empty,
.mm-tournament-info-error {
  grid-column: 1 / -1;
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  color: #666;
}

/* Tablet */
@media (max-width: 1024px) {
  .mm-tournament-info-header-inner {
    padding: 0 28px;
  }

  .mm-tournament-info-section {
    padding-top: 44px;
  }

  .mm-tournament-info-card {
    min-height: 480px;
  }

  .mm-tournament-info-card-content {
    padding: 32px 26px 30px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .mm-tournament-info-header {
    padding: 26px 0 24px;
  }

  .mm-tournament-info-header-inner {
    padding: 0 22px;
  }

  .mm-tournament-info-header h1 {
    font-size: 42px;
  }

  .mm-tournament-info-section {
    padding: 28px 0;
  }

  .mm-tournament-info-inner {
    padding: 0 18px;
  }

  .mm-tournament-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm-tournament-info-card {
    min-height: auto;
  }

  .mm-tournament-info-card-content {
    padding: 28px 22px 30px;
  }

  .mm-tournament-info-card-content h2 {
    font-size: 23px;
  }

  .mm-tournament-info-card-content p {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* =========================================================
   Tournament Info Page - Large + Small Card Layout
   ========================================================= */

.mm-tournament-info-grid {
  display: block;
}

.mm-tournament-info-large-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mm-tournament-info-small-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.mm-tournament-info-card-small {
  min-height: 398px;
  border-radius: 6px;
}

.mm-tournament-info-card-small .mm-tournament-info-card-image-wrap,
.mm-tournament-info-card-small .mm-tournament-info-card-image-placeholder {
  aspect-ratio: 1.78 / 1;
}

.mm-tournament-info-card-small .mm-tournament-info-card-content {
  padding: 38px 28px 34px;
}

.mm-tournament-info-card-small .mm-tournament-info-card-content h2 {
  font-size: 23px;
  margin-bottom: 7px;
}

.mm-tournament-info-card-small .mm-tournament-info-card-content p {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.45;
}

/* Tablet */
@media (max-width: 1024px) {
  .mm-tournament-info-small-grid {
    gap: 18px;
    margin-top: 32px;
  }

  .mm-tournament-info-card-small {
    min-height: 360px;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content {
    padding: 28px 20px 30px;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content h2 {
    font-size: 21px;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content p {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .mm-tournament-info-large-grid,
  .mm-tournament-info-small-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm-tournament-info-small-grid {
    margin-top: 18px;
  }

  .mm-tournament-info-card-small {
    min-height: auto;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content {
    padding: 28px 22px 30px;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content h2 {
    font-size: 23px;
  }

  .mm-tournament-info-card-small .mm-tournament-info-card-content p {
    max-width: 560px;
    font-size: 15px;
  }
}

/* =========================================================
   Tournament Info Detail Page
   ========================================================= */

.mm-info-detail-page {
  background: #fff;
}

.mm-info-detail-shell {
  background: #fff;
  padding: 38px 0 72px;
}

.mm-info-detail-inner {
  width: min(100%, 1330px);
  margin: 0 auto;
  padding: 0 28px;
}

.mm-info-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 38px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #006747;
  text-decoration: none;
}

.mm-info-detail-back span {
  font-size: 34px;
  line-height: 0.7;
  font-weight: 300;
}

.mm-info-detail-page h1,
.mm-info-detail-inner > h1 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 3vw, 58px);
  line-height: 1.05;
  font-weight: 500;
  color: #006747;
  letter-spacing: -0.035em;
}

.mm-info-detail-hero {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #f2f2f2;
}

.mm-info-detail-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 2.72 / 1;
  object-fit: cover;
}

.mm-info-detail-content {
  max-width: 1180px;
  margin: 52px auto 0;
}

.mm-info-detail-content h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.1vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  color: #006747;
  letter-spacing: -0.025em;
}

.mm-info-detail-body {
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  color: #404040;
}

.mm-info-detail-body p {
  margin: 0 0 20px;
}

.mm-info-detail-body p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-info-detail-shell {
    padding: 28px 0 54px;
  }

  .mm-info-detail-inner {
    padding: 0 20px;
  }

  .mm-info-detail-back {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .mm-info-detail-inner > h1 {
    font-size: 40px;
    margin-bottom: 18px;
  }

  .mm-info-detail-hero img {
    aspect-ratio: 1.55 / 1;
  }

  .mm-info-detail-content {
    margin-top: 34px;
  }

  .mm-info-detail-content h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .mm-info-detail-body {
    font-size: 15.5px;
    line-height: 1.65;
  }
}

/* =========================================================
   Tournament Info Detail Typography Refinement
   ========================================================= */

.mm-info-detail-back {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.mm-info-detail-back span {
  font-size: 30px;
  font-weight: 300;
}

.mm-info-detail-page h1,
.mm-info-detail-inner > h1 {
  font-size: clamp(34px, 2.55vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.mm-info-detail-content {
  margin-top: 46px;
}

.mm-info-detail-content h2 {
  font-size: clamp(28px, 1.8vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.mm-info-detail-body {
  font-size: 15.5px;
  line-height: 1.72;
  color: #444;
  max-width: 1160px;
}

/* Mobile refinement */
@media (max-width: 700px) {
  .mm-info-detail-inner > h1 {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .mm-info-detail-content {
    margin-top: 30px;
  }

  .mm-info-detail-content h2 {
    font-size: 31px;
    margin-bottom: 12px;
  }

  .mm-info-detail-body {
    font-size: 15px;
    line-height: 1.66;
  }
}

/* Slight typography reduction */

.mm-info-detail-page h1,
.mm-info-detail-inner > h1 {
  font-size: clamp(32px, 2.4vw, 43px);
}

.mm-info-detail-content h2 {
  font-size: clamp(26px, 1.65vw, 35px);
}

/* Mobile */
@media (max-width: 700px) {
  .mm-info-detail-inner > h1 {
    font-size: 36px;
  }

  .mm-info-detail-content h2 {
    font-size: 29px;
  }
}

/* =========================================================
   Tournament Info Detail - Secondary Section
   ========================================================= */

.mm-info-secondary-section {
  max-width: 1180px;
  margin: 58px auto 0;
  padding-top: 46px;
  border-top: 1px solid #d9d9d9;
}

.mm-info-secondary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: start;
}

.mm-info-secondary-copy h2 {
  margin: 0 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 1.65vw, 35px);
  line-height: 1.08;
  font-weight: 500;
  color: #006747;
  letter-spacing: -0.03em;
}

.mm-info-secondary-item {
  margin-bottom: 30px;
}

.mm-info-secondary-item:last-child {
  margin-bottom: 0;
}

.mm-info-secondary-item h3 {
  margin: 0 0 4px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #006747;
}

.mm-info-secondary-item-body {
  font-family: Inter, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
  font-weight: 400;
  color: #444;
}

.mm-info-secondary-item-body p {
  margin: 0 0 18px;
}

.mm-info-secondary-item-body p:last-child {
  margin-bottom: 0;
}

.mm-info-secondary-image-wrap {
  position: sticky;
  top: 110px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #f2f2f2;
}

.mm-info-secondary-image-wrap:empty {
  display: none;
}

.mm-info-secondary-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .mm-info-secondary-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .mm-info-secondary-section {
    margin-top: 42px;
    padding-top: 34px;
  }

  .mm-info-secondary-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mm-info-secondary-copy h2 {
    font-size: 29px;
    margin-bottom: 24px;
  }

  .mm-info-secondary-item h3 {
    font-size: 15px;
  }

  .mm-info-secondary-item-body {
    font-size: 15px;
    line-height: 1.66;
  }

  .mm-info-secondary-image-wrap {
    position: static;
    max-width: 420px;
  }
}

/* =========================================================
   Board of Governors Refinements
   ========================================================= */

.mm-info-secondary-section {
  border-top: 0;
  padding-top: 0;
}

.mm-info-secondary-layout {
  display: block;
}

.mm-info-secondary-copy h2 {
  margin-bottom: 16px;
}

.mm-info-secondary-intro {
  max-width: 100%;
  margin-bottom: 34px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
  color: #444;
}

.mm-info-secondary-intro p {
  margin: 0;
}

.mm-info-secondary-bio-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: start;
}

.mm-info-secondary-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #006747;
}

.mm-info-secondary-image-wrap {
  display: none;
}

.mm-info-secondary-image-inline {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #f2f2f2;
}

.mm-info-secondary-image-inline img {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-info-secondary-bio-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mm-info-secondary-intro {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 28px;
  }

  .mm-info-secondary-item h3 {
    font-size: 17px;
  }

  .mm-info-secondary-image-inline {
    max-width: 420px;
  }
}

/* =========================================================
   Tournament Info Back Link Refinement
   ========================================================= */

.mm-info-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;

  font-weight: 600;
  letter-spacing: -0.015em;

  color: #006747;
  text-decoration: none;
}

.mm-info-detail-back span {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  top: -1px;

  font-size: 36px;
  line-height: 0.6;

  font-weight: 300;
}

/* Lighter Tournament Info back link */

.mm-info-detail-back {
  font-weight: 500;
}

.mm-info-detail-back span {
  font-weight: 200;
}

/* Correct Tournament Info back link alignment */

.mm-info-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0;
}

.mm-info-detail-back span {
  display: inline-block;
  position: relative;
  top: -3px;
  transform: none;
  font-size: 34px;
  line-height: 0.7;
  font-weight: 200;
}

/* Tournament Traditions full-width text layout */

.mm-info-detail-page[data-page-slug="tournament-traditions"] .mm-info-secondary-bio-layout {
  display: block;
}

.mm-info-detail-page[data-page-slug="tournament-traditions"] .mm-info-secondary-bios {
  max-width: 100%;
}

.mm-info-detail-page[data-page-slug="tournament-traditions"] .mm-info-secondary-item {
  max-width: 1180px;
}

.mm-info-detail-page[data-page-slug="tournament-traditions"] .mm-info-secondary-image-inline {
  display: none;
}

/* =========================================================
   Mobile Overflow Fixes - Tournament Info Pages
   ========================================================= */

@media (max-width: 700px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mm-tournament-info-page,
  .mm-info-detail-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mm-tournament-info-header-inner,
  .mm-tournament-info-inner,
  .mm-info-detail-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .mm-tournament-info-card,
  .mm-info-detail-hero,
  .mm-info-secondary-image-inline,
  .mm-info-secondary-image-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .mm-tournament-info-card img,
  .mm-info-detail-hero img,
  .mm-info-secondary-image-inline img,
  .mm-info-secondary-image-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .mm-info-detail-body,
  .mm-info-secondary-intro,
  .mm-info-secondary-items,
  .mm-info-secondary-bios,
  .mm-info-secondary-item,
  .mm-info-secondary-item-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .mm-info-secondary-bio-layout {
    width: 100%;
    max-width: 100%;
  }

  .mm-info-secondary-image-inline {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =========================================================
   Preserve Native Image Aspect Ratios
   ========================================================= */

/* Main hero images on detail pages */
.mm-info-detail-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Board of Governors / secondary images */
.mm-info-secondary-image-inline img,
.mm-info-secondary-image-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-info-detail-hero img,
  .mm-info-secondary-image-inline img,
  .mm-info-secondary-image-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
}

/* Remove duplicate section heading on Tournament Traditions */

.mm-info-detail-page[data-page-slug="tournament-traditions"] 
.mm-info-detail-content h2 {
  display: none;
}

.mm-info-detail-page[data-page-slug="tournament-traditions"] 
.mm-info-detail-content {
  margin-top: 34px;
}

/* =========================================================
   Previous Tournament Stats Page
   ========================================================= */

.mm-prev-stats-page {
  background: #fff;
}

.mm-prev-stats-shell {
  padding: 38px 0 72px;
}

.mm-prev-stats-inner {
  width: min(100%, 1330px);
  margin: 0 auto;
  padding: 0 28px;
}

.mm-prev-stats-header {
  margin: 0 0 28px;
}

.mm-prev-stats-header h1 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.4vw, 43px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #006747;
}

.mm-prev-stats-header p {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #666;
}

.mm-prev-stats-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  margin: 0 0 24px;
  background: #f2f2f2;
  border-radius: 999px;
}

.mm-prev-stats-tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 9px 16px;
  background: transparent;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #006747;
  cursor: pointer;
}

.mm-prev-stats-tab.is-active {
  background: #006747;
  color: #fff;
}

.mm-prev-stats-content {
  width: 100%;
}

.mm-prev-stats-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.mm-prev-stats-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
}

.mm-prev-stats-scorecard,
.mm-prev-stats-progression {
  min-width: 1260px;
}

.mm-prev-stats-table thead th {
  padding: 11px 10px;
  background: #006747;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mm-prev-stats-table thead th:last-child {
  border-right: 0;
}

.mm-prev-stats-table tbody td {
  padding: 11px 10px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
}

.mm-prev-stats-table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}

.mm-prev-stats-table .mm-table-name {
  text-align: left;
  min-width: 175px;
  position: sticky;
  left: 0;
  z-index: 2;
}

.mm-prev-stats-table thead .mm-table-name {
  background: #006747;
  z-index: 4;
}

.mm-prev-stats-table tbody .mm-table-name {
  background: #fff;
  font-weight: 600;
  color: #006747;
}

.mm-prev-stats-table tbody tr:nth-child(even) .mm-table-name {
  background: #f6f6f6;
}

.mm-table-pos {
  font-weight: 700;
  color: #006747;
}

.mm-table-total {
  font-weight: 700;
}

.mm-prev-stats-loading,
.mm-prev-stats-empty,
.mm-prev-stats-error {
  padding: 34px;
  background: #f6f6f6;
  border-radius: 6px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  color: #666;
  text-align: center;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-prev-stats-shell {
    padding: 28px 0 54px;
  }

  .mm-prev-stats-inner {
    padding: 0 20px;
  }

  .mm-prev-stats-header {
    margin-bottom: 22px;
  }

  .mm-prev-stats-header h1 {
    font-size: 36px;
  }

  .mm-prev-stats-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    border-radius: 999px;
    margin-bottom: 20px;
  }

  .mm-prev-stats-tab {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 9px 14px;
  }

  .mm-prev-stats-table {
    font-size: 12px;
  }

  .mm-prev-stats-table thead th,
  .mm-prev-stats-table tbody td {
    padding: 9px 8px;
  }

  .mm-prev-stats-table .mm-table-name {
    min-width: 150px;
  }
}

/* Previous Tournament hero image */

.mm-prev-stats-hero {
  width: 100%;
  margin: 18px 0 28px;
  border-radius: 6px;
  overflow: hidden;
  background: #f2f2f2;
}

.mm-prev-stats-hero img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .mm-prev-stats-hero {
    margin: 16px 0 22px;
  }
}

/* Previous Tournament Stats pill tab refinement */

.mm-prev-stats-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px;
  margin: 0 0 28px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
}

.mm-prev-stats-tab {
  min-width: 112px;
  padding: 11px 20px;
  border-radius: 999px;
  background: transparent;
  color: #006747;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.mm-prev-stats-tab.is-active {
  background: #18875d;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 700px) {
  .mm-prev-stats-tabs {
    width: 100%;
    padding: 4px;
    overflow-x: auto;
  }

  .mm-prev-stats-tab {
    min-width: auto;
    flex: 0 0 auto;
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* =========================================================
   Previous Tournament Stats Table Refinement
   ========================================================= */

.mm-prev-stats-table-scroll {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
}

.mm-prev-stats-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
}

.mm-prev-stats-table thead th {
  background: #006747;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 0;
}

.mm-prev-stats-table thead th:first-child {
  border-top-left-radius: 6px;
}

.mm-prev-stats-table thead th:last-child {
  border-top-right-radius: 6px;
}

.mm-prev-stats-table tbody td {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding: 15px 13px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #e1e1e1;
}

.mm-prev-stats-table tbody tr:nth-child(even) td {
  background: #fff;
}

.mm-prev-stats-table tbody tr:last-child td {
  border-bottom: 0;
}

.mm-prev-stats-table tbody td:last-child {
  border-right: 0;
}

.mm-prev-stats-table .mm-table-name {
  min-width: 190px;
}

.mm-prev-stats-table tbody .mm-table-name {
  background: #fff;
  color: #006747;
  font-weight: 500;
}

.mm-prev-stats-table tbody tr:nth-child(even) .mm-table-name {
  background: #fff;
}

.mm-table-pos {
  color: #006747;
  font-weight: 500;
}

.mm-table-total {
  color: #666;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-prev-stats-table {
    font-size: 13px;
  }

  .mm-prev-stats-table thead th,
  .mm-prev-stats-table tbody td {
    font-size: 13px;
    padding: 13px 11px;
  }

  .mm-prev-stats-table .mm-table-name {
    min-width: 165px;
  }
}

/* Previous Tournament scorecard column sizing */

.mm-prev-stats-scorecard {
  table-layout: fixed;
  width: auto;
  min-width: 1180px;
}

.mm-prev-stats-scorecard th,
.mm-prev-stats-scorecard td {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.mm-prev-stats-scorecard th:nth-child(1),
.mm-prev-stats-scorecard td:nth-child(1) {
  width: 58px;
  min-width: 58px;
  max-width: 58px;
}

.mm-prev-stats-scorecard th:nth-child(2),
.mm-prev-stats-scorecard td:nth-child(2) {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  padding-left: 14px;
  padding-right: 14px;
}

.mm-prev-stats-scorecard th:nth-child(n+21),
.mm-prev-stats-scorecard td:nth-child(n+21) {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-prev-stats-scorecard {
    min-width: 1080px;
  }

  .mm-prev-stats-scorecard th,
  .mm-prev-stats-scorecard td {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
  }

  .mm-prev-stats-scorecard th:nth-child(1),
  .mm-prev-stats-scorecard td:nth-child(1) {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
  }

  .mm-prev-stats-scorecard th:nth-child(2),
  .mm-prev-stats-scorecard td:nth-child(2) {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .mm-prev-stats-scorecard th:nth-child(n+21),
  .mm-prev-stats-scorecard td:nth-child(n+21) {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
  }
}

/* Make scorecard table fill available desktop width */

.mm-prev-stats-scorecard {
  width: 100%;
  min-width: 100%;
}

.mm-prev-stats-scorecard th,
.mm-prev-stats-scorecard td {
  width: auto;
  min-width: 42px;
  max-width: none;
}

.mm-prev-stats-scorecard th:nth-child(2),
.mm-prev-stats-scorecard td:nth-child(2) {
  width: 18%;
  min-width: 180px;
  max-width: none;
}

.mm-prev-stats-scorecard th:nth-child(n+21),
.mm-prev-stats-scorecard td:nth-child(n+21) {
  width: 5%;
  min-width: 62px;
  max-width: none;
}

/* Statistics table player links */

.mm-player-link {
  color: #006747;
  text-decoration: none;
  font-weight: 500;
}

.mm-player-link:hover {
  color: #004d35;
  text-decoration: underline;
}

.mm-player-link:visited {
  color: #006747;
}

/* Scoring Metrics explanation */

.mm-sg-explanation {
  margin-top: 16px;
  width: 100%;
}

.mm-sg-explanation p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}

.mm-sg-explanation p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Previous Tournament Mobile Overflow Fixes
   ========================================================= */

@media (max-width: 700px) {
  .mm-prev-stats-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mm-prev-stats-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mm-prev-stats-hero {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .mm-prev-stats-hero img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .mm-prev-stats-tabs {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-prev-stats-content,
  .mm-prev-stats-table-scroll {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-prev-stats-table {
    max-width: none;
  }

  .mm-sg-explanation {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
}

/* =========================================================
   Previous Tournament Mobile Table Scroll Correction
   ========================================================= */

@media (max-width: 700px) {
  .mm-prev-stats-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-prev-stats-scorecard {
    width: max-content;
    min-width: 1120px;
    table-layout: fixed;
  }

  .mm-prev-stats-scorecard th,
  .mm-prev-stats-scorecard td {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .mm-prev-stats-scorecard th:nth-child(1),
  .mm-prev-stats-scorecard td:nth-child(1) {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
  }

  .mm-prev-stats-scorecard th:nth-child(2),
  .mm-prev-stats-scorecard td:nth-child(2) {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .mm-prev-stats-scorecard th:nth-child(n+21),
  .mm-prev-stats-scorecard td:nth-child(n+21) {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
  }
}

/* =========================================================
   Hole Scoring Sticky Columns
   ========================================================= */

.mm-hole-scoring-table {
  position: relative;
}

/* Column 1 - Hole */

.mm-hole-scoring-table th:nth-child(1),
.mm-hole-scoring-table td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 3;
  background: inherit;
}

/* Column 2 - Yards */

.mm-hole-scoring-table th:nth-child(2),
.mm-hole-scoring-table td:nth-child(2) {
  position: sticky;
  left: 108px;
  z-index: 3;
  background: inherit;
}

/* Column 3 - Par */

.mm-hole-scoring-table th:nth-child(3),
.mm-hole-scoring-table td:nth-child(3) {
  position: sticky;
  left: 188px;
  z-index: 3;
  background: inherit;
}

/* Keep header row above body cells */

.mm-hole-scoring-table thead th {
  z-index: 5;
}

/* Preserve green header styling */

.mm-hole-scoring-table thead th:nth-child(1),
.mm-hole-scoring-table thead th:nth-child(2),
.mm-hole-scoring-table thead th:nth-child(3) {
  background: #006747;
  color: #fff;
}

/* Preserve white body styling */

.mm-hole-scoring-table tbody td:nth-child(1),
.mm-hole-scoring-table tbody td:nth-child(2),
.mm-hole-scoring-table tbody td:nth-child(3) {
  background: #fff;
}

/* =========================================================
   Correct Hole Scoring Sticky Columns
   ========================================================= */

.mm-hole-scoring-table {
  table-layout: fixed;
  width: max-content;
  min-width: 900px;
}

/* Set exact widths for Hole / Yards / Par */
.mm-hole-scoring-table th:nth-child(1),
.mm-hole-scoring-table td:nth-child(1) {
  width: 68px;
  min-width: 68px;
  max-width: 68px;
}

.mm-hole-scoring-table th:nth-child(2),
.mm-hole-scoring-table td:nth-child(2) {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
}

.mm-hole-scoring-table th:nth-child(3),
.mm-hole-scoring-table td:nth-child(3) {
  width: 58px;
  min-width: 58px;
  max-width: 58px;
}

/* Sticky column positions */
.mm-hole-scoring-table th:nth-child(1),
.mm-hole-scoring-table td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 4;
}

.mm-hole-scoring-table th:nth-child(2),
.mm-hole-scoring-table td:nth-child(2) {
  position: sticky;
  left: 68px;
  z-index: 4;
}

.mm-hole-scoring-table th:nth-child(3),
.mm-hole-scoring-table td:nth-child(3) {
  position: sticky;
  left: 156px;
  z-index: 4;
}

/* Header sticky cells */
.mm-hole-scoring-table thead th:nth-child(1),
.mm-hole-scoring-table thead th:nth-child(2),
.mm-hole-scoring-table thead th:nth-child(3) {
  background: #006747;
  color: #fff;
  z-index: 6;
}

/* Body sticky cells */
.mm-hole-scoring-table tbody td:nth-child(1),
.mm-hole-scoring-table tbody td:nth-child(2),
.mm-hole-scoring-table tbody td:nth-child(3) {
  background: #fff;
  z-index: 5;
}

/* Add right border after frozen area */
.mm-hole-scoring-table th:nth-child(3),
.mm-hole-scoring-table td:nth-child(3) {
  border-right: 1px solid #d9d9d9;
}

/* =========================================================
   Progression Table Mobile Column Sizing
   ========================================================= */

@media (max-width: 700px) {

  .mm-progression-table .mm-table-name,
  .mm-progression-table th:nth-child(1),
  .mm-progression-table td:nth-child(1) {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }

}

/* Progression table mobile column correction */

@media (max-width: 700px) {
  .mm-progression-table th:nth-child(1),
  .mm-progression-table td:nth-child(1) {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
  }

  .mm-progression-table th:nth-child(2),
  .mm-progression-table td:nth-child(2) {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }

  .mm-progression-table .mm-table-name {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
}

/* =========================================================
   Previous Tournament Tablet Overflow Fix
   ========================================================= */

@media (min-width: 701px) and (max-width: 1180px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mm-prev-stats-page,
  .mm-prev-stats-shell,
  .mm-prev-stats-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .mm-prev-stats-inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mm-prev-stats-hero {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .mm-prev-stats-hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .mm-prev-stats-tabs {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
  }

  .mm-prev-stats-content,
  .mm-prev-stats-table-scroll {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-prev-stats-table {
    max-width: none;
  }

  .mm-prev-stats-scorecard,
  .mm-prev-stats-progression,
  .mm-hole-scoring-table {
    width: max-content;
  }
}

/* Hole Scoring table should fill tablet/desktop width */

@media (min-width: 701px) {
  .mm-hole-scoring-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
  }

  .mm-hole-scoring-table th,
  .mm-hole-scoring-table td {
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

/* Keep mobile/tablet-scroll behavior only on smaller screens */
@media (max-width: 700px) {
  .mm-hole-scoring-table {
    width: max-content;
    min-width: 900px;
    table-layout: fixed;
  }

  .mm-hole-scoring-table th:nth-child(1),
  .mm-hole-scoring-table td:nth-child(1) {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
  }

  .mm-hole-scoring-table th:nth-child(2),
  .mm-hole-scoring-table td:nth-child(2) {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }

  .mm-hole-scoring-table th:nth-child(3),
  .mm-hole-scoring-table td:nth-child(3) {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
  }
}

/* =========================================================
   Scoring Metrics Tablet Full-Width Fit
   ========================================================= */

@media (min-width: 701px) and (max-width: 1180px) {
  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
  }

  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) th,
  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) td {
    width: auto;
    min-width: 0;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) .mm-table-name {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}

/* Scoring Metrics tablet fit without reducing font size */

@media (min-width: 701px) and (max-width: 1180px) {
  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) th,
  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) td {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) th:nth-child(1),
  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) td:nth-child(1) {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
  }

  .mm-prev-stats-table:not(.mm-prev-stats-scorecard):not(.mm-prev-stats-progression):not(.mm-hole-scoring-table) .mm-table-name {
    width: 142px;
    min-width: 142px;
    max-width: 142px;
  }
}

/* =========================================================
   Tournament Info Tablet Overflow Fix
   ========================================================= */

@media (min-width: 701px) and (max-width: 1180px) {
  .mm-tournament-info-page,
  .mm-info-detail-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mm-tournament-info-header-inner,
  .mm-tournament-info-inner,
  .mm-info-detail-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
  }

  .mm-tournament-info-large-grid,
  .mm-tournament-info-small-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .mm-tournament-info-card,
  .mm-info-detail-hero,
  .mm-info-secondary-section,
  .mm-info-secondary-layout,
  .mm-info-secondary-bio-layout {
    max-width: 100%;
    box-sizing: border-box;
  }

  .mm-tournament-info-card img,
  .mm-info-detail-hero img,
  .mm-info-secondary-image-inline img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .mm-info-detail-body,
  .mm-info-secondary-intro,
  .mm-info-secondary-items,
  .mm-info-secondary-bios,
  .mm-info-secondary-item-body {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
}

/* =========================================================
   Historical Records Page
   ========================================================= */

.mm-historical-subcontrol {
  margin: 0 0 18px;
  display: flex;
  justify-content: flex-start;
}

.mm-historical-subcontrol label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  color: #666;
}

.mm-historical-subcontrol select {
  min-width: 230px;
  padding: 9px 42px 9px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  color: #006747;
}

.mm-historical-notes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.mm-historical-note-card {
  padding: 18px 18px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background: #fff;
}

.mm-historical-note-card span {
  display: block;
  margin-bottom: 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #666;
}

.mm-historical-note-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #006747;
}

.mm-historical-note-card p {
  margin: 8px 0 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #444;
}

.mm-historical-two-table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mm-historical-section-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  color: #006747;
  letter-spacing: -0.02em;
}

.mm-historical-compact-table {
  min-width: 520px;
}

.mm-historical-field-table {
  min-width: 900px;
}

.mm-historical-yearly-table {
  min-width: 1120px;
}

.mm-historical-hole-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mm-historical-hole-card {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.mm-historical-hole-card h2 {
  margin: 0;
  padding: 14px 16px;
  background: #006747;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.mm-historical-hole-record-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mm-historical-hole-record-grid > div {
  padding: 18px 16px;
  border-right: 1px solid #d9d9d9;
}

.mm-historical-hole-record-grid > div:last-child {
  border-right: 0;
}

.mm-historical-hole-record-grid span {
  display: block;
  margin-bottom: 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  color: #666;
}

.mm-historical-hole-record-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  color: #006747;
}

.mm-historical-hole-record-grid p {
  margin: 8px 0 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #444;
}

/* Tablet */
@media (min-width: 701px) and (max-width: 1180px) {
  .mm-historical-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-historical-hole-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-historical-two-table-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .mm-historical-notes-grid,
  .mm-historical-two-table-grid,
  .mm-historical-hole-card-grid {
    grid-template-columns: 1fr;
  }

  .mm-historical-subcontrol label {
    width: 100%;
    justify-content: space-between;
  }

  .mm-historical-subcontrol select {
    min-width: 0;
    width: 210px;
  }

  .mm-historical-note-card strong {
    font-size: 24px;
  }

  .mm-historical-hole-record-grid {
    grid-template-columns: 1fr;
  }

  .mm-historical-hole-record-grid > div {
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .mm-historical-hole-record-grid > div:last-child {
    border-bottom: 0;
  }
}

/* Historical Records Yearly Summary mobile sticky year only */

@media (max-width: 700px) {
  .mm-historical-yearly-table th,
  .mm-historical-yearly-table td {
    position: static;
  }

  .mm-historical-yearly-table th:nth-child(1),
  .mm-historical-yearly-table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

  .mm-historical-yearly-table thead th:nth-child(1) {
    background: #006747;
    color: #fff;
    z-index: 6;
  }

  .mm-historical-yearly-table tbody td:nth-child(1) {
    background: #fff;
  }
}

/* Historical Records yearly summary mobile scroll correction */

@media (max-width: 700px) {
  .mm-historical-yearly-table .mm-table-name {
    position: static;
    left: auto;
    z-index: auto;
  }

  .mm-historical-yearly-table th:nth-child(2),
  .mm-historical-yearly-table td:nth-child(2),
  .mm-historical-yearly-table th:nth-child(5),
  .mm-historical-yearly-table td:nth-child(5) {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
  }

  .mm-historical-yearly-table th:nth-child(1),
  .mm-historical-yearly-table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

  .mm-historical-yearly-table thead th:nth-child(1) {
    background: #006747;
    color: #fff;
    z-index: 6;
  }

  .mm-historical-yearly-table tbody td:nth-child(1) {
    background: #fff;
  }
}

.mm-historical-subcontrol select {
  min-width: 230px;
  padding: 9px 42px 9px 14px;

  border: 1px solid #d9d9d9;
  border-radius: 999px;

  background-color: #fff;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23006747' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;

  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  color: #006747;

  cursor: pointer;
}

/* Historical Records mobile scoring refinements */

@media (max-width: 700px) {
  /* Improve native dropdown display on mobile */
  .mm-historical-subcontrol select {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    line-height: 1.2;
    padding: 11px 42px 11px 14px;
  }

  .mm-historical-subcontrol label {
    width: 100%;
  }

  /* Let 3-column historical tables fit without horizontal scrolling */
  .mm-historical-compact-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
  }

  .mm-historical-compact-table th,
  .mm-historical-compact-table td {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .mm-historical-compact-table th:nth-child(1),
  .mm-historical-compact-table td:nth-child(1),
  .mm-historical-compact-table th:nth-child(3),
  .mm-historical-compact-table td:nth-child(3) {
    width: 80px;
  }

  .mm-historical-compact-table .mm-table-name {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  /* Field Averages: keep Year frozen while scrolling */
  .mm-historical-field-table th,
  .mm-historical-field-table td {
    position: static;
  }

  .mm-historical-field-table th:nth-child(1),
  .mm-historical-field-table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }

  .mm-historical-field-table thead th:nth-child(1) {
    background: #006747;
    color: #fff;
    z-index: 6;
  }

  .mm-historical-field-table tbody td:nth-child(1) {
    background: #fff;
  }
}

/* Historical Records compact tables - iPad/tablet spacing */

@media (min-width: 701px) and (max-width: 1180px) {
  .mm-historical-compact-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
  }

  .mm-historical-compact-table th:nth-child(1),
  .mm-historical-compact-table td:nth-child(1) {
    width: 18%;
  }

  .mm-historical-compact-table th:nth-child(2),
  .mm-historical-compact-table td:nth-child(2) {
    width: 54%;
  }

  .mm-historical-compact-table th:nth-child(3),
  .mm-historical-compact-table td:nth-child(3) {
    width: 28%;
  }
}

/* Historical Records Scoring tables - force iPad/tablet spacing */

@media (min-width: 701px) and (max-width: 1180px) {
  .mm-historical-records-page .mm-historical-compact-table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: fixed !important;
  }

  .mm-historical-records-page .mm-historical-compact-table th,
  .mm-historical-records-page .mm-historical-compact-table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .mm-historical-records-page .mm-historical-compact-table th:nth-child(1),
  .mm-historical-records-page .mm-historical-compact-table td:nth-child(1) {
    width: 22% !important;
  }

  .mm-historical-records-page .mm-historical-compact-table th:nth-child(2),
  .mm-historical-records-page .mm-historical-compact-table td:nth-child(2),
  .mm-historical-records-page .mm-historical-compact-table .mm-table-name {
    width: 46% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .mm-historical-records-page .mm-historical-compact-table th:nth-child(3),
  .mm-historical-records-page .mm-historical-compact-table td:nth-child(3) {
    width: 32% !important;
  }
}

@media (max-width: 700px) {

  .mm-historical-records-page .mm-hole-scoring-table th:nth-child(2),
  .mm-historical-records-page .mm-hole-scoring-table td:nth-child(2),
  .mm-historical-records-page .mm-hole-scoring-table th:nth-child(3),
  .mm-historical-records-page .mm-hole-scoring-table td:nth-child(3) {
    position: static !important;
    left: auto !important;
    z-index: auto !important;
  }

}

/* Past Winners & Results */

.mm-past-results-year-control {
  margin-bottom: 18px;
}

.mm-past-results-year-control select {
  min-width: 300px;
}

@media (max-width: 700px) {
  .mm-past-results-year-control select {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}

/* Past Winners & Results mobile source overflow fix */

@media (max-width: 700px) {
  .mm-past-results-page .mm-prev-stats-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mm-past-results-page .mm-prev-stats-hero,
  .mm-past-results-page .mm-past-results-year-control,
  .mm-past-results-page .mm-prev-stats-tabs,
  .mm-past-results-page .mm-prev-stats-content,
  .mm-past-results-page .mm-prev-stats-table-scroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .mm-past-results-page .mm-prev-stats-hero img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .mm-past-results-page .mm-past-results-year-control select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .mm-past-results-page .mm-prev-stats-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-past-results-page .mm-prev-stats-table-scroll {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .mm-past-results-page .mm-prev-stats-table {
    width: max-content;
    max-width: none;
  }
}

/* Past Winners & Results - Hole Scoring mobile: freeze only Hole column */

@media (max-width: 700px) {

  .mm-past-results-page .mm-hole-scoring-table th:nth-child(2),
  .mm-past-results-page .mm-hole-scoring-table td:nth-child(2),
  .mm-past-results-page .mm-hole-scoring-table th:nth-child(3),
  .mm-past-results-page .mm-hole-scoring-table td:nth-child(3) {
    position: relative !important;
    left: auto !important;
    z-index: 1 !important;
  }

  .mm-past-results-page .mm-hole-scoring-table th:first-child,
  .mm-past-results-page .mm-hole-scoring-table td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
  }

  .mm-past-results-page .mm-hole-scoring-table thead th:first-child {
    z-index: 6 !important;
  }
}

/* Past Winners & Results - iPad Pro optimization */

@media (min-width: 768px) and (max-width: 1100px) {

  /* Leaderboard */

  .mm-past-results-page .mm-prev-stats-scorecard th:first-child,
  .mm-past-results-page .mm-prev-stats-scorecard td:first-child {
    min-width: 52px;
    width: 52px;
  }

  .mm-past-results-page .mm-prev-stats-scorecard th:nth-child(2),
  .mm-past-results-page .mm-prev-stats-scorecard td:nth-child(2) {
    min-width: 140px;
    width: 140px;
  }

  .mm-past-results-page .mm-prev-stats-scorecard th:not(:first-child):not(:nth-child(2)),
  .mm-past-results-page .mm-prev-stats-scorecard td:not(:first-child):not(:nth-child(2)) {
    min-width: 34px;
    width: 34px;
  }

  /* Progression */

  .mm-past-results-page .mm-progression-table th:first-child,
  .mm-past-results-page .mm-progression-table td:first-child {
    min-width: 60px;
    width: 60px;
  }

  .mm-past-results-page .mm-progression-table th:nth-child(2),
  .mm-past-results-page .mm-progression-table td:nth-child(2) {
    min-width: 140px;
    width: 140px;
  }

  .mm-past-results-page .mm-progression-table th:not(:first-child):not(:nth-child(2)),
  .mm-past-results-page .mm-progression-table td:not(:first-child):not(:nth-child(2)) {
    min-width: 34px;
    width: 34px;
  }
}

/* =========================================================
   Midwest Masters Live Leader Board
   ========================================================= */

.mm-live-leaderboard-page {
  margin: 0;
  padding: 0;
  max-width: none;
  overflow-x: hidden;
}

.mm-live-leaderboard-stage {
  min-height: calc(100vh - 1px);
  padding: 32px 20px;
  background-image: url("assets/images/leaderboard/leaderboard-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.mm-live-leaderboard-board {
  width: min(1600px, 96vw);
  position: relative;
}

.mm-leaderboard-arch {
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 93;
  background-image: url("assets/images/leaderboard/leaderboard-top-arch.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.mm-leaderboard-table-wrap {
  width: 100%;
  background: #f7f5ef;
  overflow: hidden;
  border-left: 3px solid #111;
  border-right: 3px solid #111;
}

.mm-live-leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f5ef;
  color: #111;
}

.mm-live-leaderboard-table th,
.mm-live-leaderboard-table td {
  border: 2px solid #111;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
}

.mm-live-leaderboard-table thead th {
  height: 44px;
  font-weight: 900;
  background: #f7f5ef;
}

.mm-group-heading {
  width: 58px;
}

.mm-total-heading {
  width: 68px;
}

.mm-vertical-heading span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: 700;
}

.mm-hole-label-cell {
  width: 290px;
  font-size: 46px;
  letter-spacing: 4px;
}

.mm-hole-number-cell,
.mm-hole-par-cell {
  width: calc((100% - 416px) / 18);
  font-size: 42px;
  font-weight: 500;
}

.mm-live-leaderboard-table tbody td {
  height: 48px;
  background: #f7f5ef;
}

.mm-group-cell {
  font-size: 28px;
  font-weight: 800;
  color: #b70f2e;
}

.mm-player-cell {
  padding: 0 10px !important;
  text-align: left !important;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #202426;
}

.mm-player-cell a {
  color: #202426;
  text-decoration: none;
}

.mm-player-cell a:hover {
  color: #007a4d;
}

.mm-score-cell,
.mm-total-cell {
  font-size: 30px;
  font-weight: 900;
  color: #111;
}

.mm-score-under-par {
  color: #b70f2e !important;
}

.mm-total-cell {
  color: #b70f2e;
}

.mm-leaderboard-base {
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 123;
  background-image: url("assets/images/leaderboard/leaderboard-base.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.mm-leaderboard-updated {
  position: absolute;
  right: 46px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.mm-live-leaderboard-loading,
.mm-live-leaderboard-error {
  padding: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #f7f5ef;
  color: #111;
}

.mm-live-leaderboard-mobile {
  display: none;
}

/* iPad Pro / smaller desktop scaling */
@media (max-width: 1366px) {
  .mm-live-leaderboard-stage {
    padding: 24px 12px;
  }

  .mm-live-leaderboard-board {
    width: 98vw;
  }

  .mm-group-heading {
    width: 46px;
  }

  .mm-total-heading {
    width: 56px;
  }

  .mm-hole-label-cell {
    width: 240px;
    font-size: 38px;
  }

  .mm-hole-number-cell,
  .mm-hole-par-cell {
    font-size: 34px;
  }

  .mm-player-cell {
    font-size: 21px;
  }

  .mm-score-cell,
  .mm-total-cell {
    font-size: 18px;
  }

  .mm-live-leaderboard-table tbody td {
    height: 43px;
  }
}

/* Mobile layout: no background/assets */
@media (max-width: 767px) {
  .mm-live-leaderboard-stage {
    min-height: auto;
    padding: 0;
    background: #fff;
    display: block;
  }

  .mm-live-leaderboard-board {
    display: none;
  }

  .mm-live-leaderboard-mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    background: #fff;
  }

  .mm-mobile-leaderboard-title {
    padding: 24px 24px 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    line-height: 1;
    color: #006b45;
    background: #fff;
  }

  .mm-mobile-leaderboard-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
  }

  .mm-mobile-leaderboard-table th {
    background: #007a4d;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 13px 6px;
    border-right: 2px solid #fff;
    text-align: center;
  }

  .mm-mobile-leaderboard-table td {
    padding: 14px 6px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #111;
  }

  .mm-mobile-leaderboard-table th:nth-child(2),
  .mm-mobile-leaderboard-table td:nth-child(2) {
    width: 38%;
    text-align: left;
  }

  .mm-mobile-player a {
    color: #006b45;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
  }
}

/* Live Leader Board refinements */

.mm-live-leaderboard-table thead tr:last-child th {
  border-bottom-width: 5px;
}

.mm-live-leaderboard-table tbody tr.mm-leader-row td {
  border-bottom-width: 5px;
}

.mm-live-leaderboard-table tbody tr.mm-group-break-row td {
  border-bottom-width: 5px;
}

.mm-player-cell {
  font-family: "Arial Narrow", "Roboto Condensed", "Oswald", Impact, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
}

.mm-player-box,
.mm-score-box {
  display: block;
  width: calc(100% - 10px);
  min-height: 34px;
  margin: 4px auto;
  background: #f4f1eb;
  box-shadow:
    inset 2px 2px 4px rgba(0, 0, 0, 0.28),
    inset -2px -2px 4px rgba(255, 255, 255, 0.85);
}

.mm-player-box {
  padding: 5px 10px 3px;
  line-height: 1;
}

.mm-score-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.mm-score-cell,
.mm-total-cell {
  background: #f7f5ef;
}

.mm-score-under-par .mm-score-box,
.mm-total-cell .mm-score-box {
  color: #b70f2e;
}

/* Live Leader Board visual refinements */

.mm-live-leaderboard-board {
  width: min(1500px, 94vw);
}

.mm-player-cell {
  font-size: 30px;
  letter-spacing: -1.5px;
}

.mm-player-box,
.mm-score-box {
  box-shadow:
    inset 3px 3px 5px rgba(0, 0, 0, 0.32),
    inset -3px -3px 5px rgba(255, 255, 255, 0.95),
    inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.mm-player-box {
  min-height: 34px;
  padding-top: 2px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

/* Make the thick separator span the vertical GROUP and TOTAL cells too */
.mm-live-leaderboard-table thead .mm-group-heading,
.mm-live-leaderboard-table thead .mm-total-heading {
  border-bottom-width: 5px !important;
}

.mm-player-cell,
.mm-score-cell,
.mm-total-cell,
.mm-group-cell {
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1px;
}

/* Fine tune GROUP and TOTAL vertical position */

.mm-vertical-heading span {
  position: relative;
  top: 4px;
}

/* =====================================================
   Leader Board - Portrait iPad Number Scaling Fix
   ===================================================== */

@media screen and (max-width: 1100px) {

  .mm-score-cell,
  .mm-total-cell,
  .mm-score-box {
    font-size: 27px !important;
  }

  .mm-hole-number-cell,
  .mm-hole-par-cell {
    font-size: 20px !important;
  }

  .mm-score-box {
    width: calc(100% - 2px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

/* =====================================================
   Leader Board - Final Mobile Layout
   ===================================================== */

@media screen and (max-width: 767px) {

  .mm-live-leaderboard-page {
    overflow-x: hidden !important;
    background: #fff !important;
  }

  .mm-live-leaderboard-stage {
    padding: 0 !important;
    background: #fff !important;
    min-height: auto !important;
  }

  .mm-live-leaderboard-board {
    display: none !important;
  }

  .mm-live-leaderboard-mobile {
    display: block !important;
    width: 100% !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  .mm-mobile-leaderboard-title {
    padding: 26px 22px 22px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #006747 !important;
    background: #fff !important;
  }

  .mm-mobile-leaderboard-table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    background: #fff !important;
  }

  .mm-mobile-leaderboard-table th {
    background: #007a4d !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 13px 5px !important;
    border-right: 2px solid #fff !important;
  }

  .mm-mobile-leaderboard-table td {
    padding: 15px 6px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111 !important;
    background: #fff !important;
  }

  .mm-mobile-leaderboard-table th:nth-child(1),
  .mm-mobile-leaderboard-table td:nth-child(1) {
    width: 48px !important;
  }

  .mm-mobile-leaderboard-table th:nth-child(2),
  .mm-mobile-leaderboard-table td:nth-child(2) {
    width: auto !important;
    text-align: left !important;
  }

  .mm-mobile-leaderboard-table th:nth-child(3),
  .mm-mobile-leaderboard-table td:nth-child(3) {
    width: 56px !important;
  }

  .mm-mobile-leaderboard-table th:nth-child(4),
  .mm-mobile-leaderboard-table td:nth-child(4) {
    width: 64px !important;
  }

  .mm-mobile-leaderboard-table th:nth-child(5),
  .mm-mobile-leaderboard-table td:nth-child(5) {
    width: 54px !important;
  }

  .mm-mobile-player a,
  .mm-mobile-player {
    color: #006747 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
  }
}

/* =====================================================
   Leader Board - Mobile Name/Position Refinements
   ===================================================== */

@media screen and (max-width: 767px) {

  .mm-mobile-position {
    color: #6c6d72 !important;
    font-weight: 800 !important;
  }

  .mm-mobile-player,
  .mm-mobile-player a {
    font-family: "Sree Krushnadevaraya", Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #006747 !important;
    text-transform: uppercase !important;
  }

}

/* =====================================================
   Leader Board - Mobile Tightening + Last Updated
   ===================================================== */

@media screen and (max-width: 767px) {

  .mm-mobile-leaderboard-table th {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 1 !important;
  }

  .mm-mobile-leaderboard-table td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 1 !important;
  }

  .mm-mobile-player,
  .mm-mobile-player a {
    line-height: 1 !important;
  }

  .mm-mobile-leaderboard-table td.mm-mobile-position {
    color: #70757a !important;
  }

  .mm-mobile-last-updated {
    padding: 14px 18px 18px !important;
    background: #fff !important;
    color: #70757a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.7px !important;
    text-align: right !important;
    text-transform: uppercase !important;
  }

}

/* =====================================================
   Leader Board - Mobile Safe Final Tweaks
   ===================================================== */

@media screen and (max-width: 767px) {

  .mm-mobile-last-updated {
    text-align: center !important;
  }

  .mm-mobile-leaderboard-table td {
    vertical-align: middle !important;
  }

  .mm-mobile-player,
  .mm-mobile-player a {
    vertical-align: middle !important;
    line-height: 0.9 !important;
    padding-top: 2px !important;
  }

  .mm-mobile-position,
  .mm-mobile-leaderboard-table td:nth-child(3),
  .mm-mobile-leaderboard-table td:nth-child(4),
  .mm-mobile-leaderboard-table td:nth-child(5) {
    font-size: 18px !important;
  }

}

@media screen and (max-width: 767px) {

  .mm-mobile-player a {
    position: relative;
    top: -6px;
    display: inline-block;
  }

}

/* =====================================================
   Midwest Masters Desktop Header
   ===================================================== */

.mm-site-header-desktop {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.mm-header-leader-strip {
  height: 72px;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.mm-header-leaderboard-link {
  width: 92px;
  min-width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d8d8d8;
}

.mm-header-leaderboard-link img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.mm-header-leader-scroll {
  display: flex;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.mm-header-leader-scroll::-webkit-scrollbar {
  display: none;
}

.mm-header-leader-card {
  min-width: 230px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-right: 1px solid #d8d8d8;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.mm-header-leader-card:hover {
  background: #f8f8f8;
}

.mm-header-leader-pos {
  width: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #555;
}

.mm-header-leader-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.mm-header-leader-info {
  min-width: 0;
}

.mm-header-leader-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1;
  color: #555;
  text-transform: uppercase;
  white-space: nowrap;
}

.mm-header-leader-meta {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.mm-header-leader-score {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #b70f2e;
}

.mm-header-leader-thru {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777;
}

.mm-header-leader-loading {
  padding: 24px;
  color: #777;
  font-size: 13px;
}

.mm-header-main {
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: #fff;
}

.mm-header-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 56px;
}

.mm-header-nav a {
  color: #007a4d;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.mm-header-nav a:hover {
  text-decoration: underline;
}

.mm-header-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.mm-header-nav-right {
  justify-content: flex-end;
}

.mm-header-no-leaders .mm-header-leader-strip {
  display: none;
}

/* Desktop/iPad only for now */
@media screen and (max-width: 767px) {
  .mm-site-header-desktop {
    display: none !important;
  }
}

/* =====================================================
   Desktop Header Refinements
   ===================================================== */

.mm-header-leader-card {
  min-width: 175px !important;
  width: 175px !important;
  gap: 10px !important;
  padding: 0 12px !important;
  position: relative !important;
}

.mm-header-leader-pos {
  position: absolute !important;
  top: 8px !important;
  left: 10px !important;
  width: auto !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #555 !important;
}

.mm-header-leader-img {
  margin-left: 18px !important;
}

.mm-header-logo img {
  height: 36px !important;
}

/* Hide old/simple theme title bar now that custom header exists */
.site-branding,
.site-title,
.site-header {
  display: none !important;
}

/* =====================================================
   Midwest Masters Mobile Header
   ===================================================== */

.mm-site-header-mobile {
  display: none;
}

@media screen and (max-width: 767px) {

  .mm-site-header-desktop {
    display: none !important;
  }

  .mm-site-header-mobile {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
  }

  .mm-mobile-header-leader-scroll {
    height: 138px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 14px 10px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    scrollbar-width: none;
  }

  .mm-mobile-header-leader-scroll::-webkit-scrollbar {
    display: none;
  }

  .mm-mobile-header-leader-card {
    min-width: 86px;
    max-width: 86px;
    color: #60656a;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
  }

  .mm-mobile-header-player-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto 9px;
  }

  .mm-mobile-header-player-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .mm-mobile-header-score-bubble {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 34px;
    height: 34px;
    padding: 0 5px;
    border-radius: 999px;
    background: #b70f2e;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .mm-mobile-header-player-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    color: #60656a;
    white-space: normal;
  }

  .mm-mobile-header-main {
    height: 72px;
    display: grid;
    grid-template-columns: 52px 52px 1fr 68px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
  }

  .mm-mobile-menu-button {
    width: 52px;
    height: 72px;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .mm-mobile-menu-button span {
    width: 30px;
    height: 3px;
    background: #007a4d;
    display: block;
  }

  .mm-mobile-leaderboard-icon {
    width: 52px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mm-mobile-leaderboard-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .mm-mobile-header-logo {
    justify-self: center;
  }

  .mm-mobile-header-logo img {
    height: 34px;
    width: auto;
    display: block;
  }

  .mm-mobile-admin-link {
    justify-self: end;
    padding-right: 14px;
    color: #007a4d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }

  .mm-header-no-leaders .mm-mobile-header-leader-scroll {
    display: none !important;
  }

}

/* Mobile header sizing fix */

@media screen and (max-width: 767px) {

  .mm-mobile-header-main {
    grid-template-columns: 46px 46px 1fr 54px !important;
    height: 62px !important;
    overflow: hidden !important;
  }

  .mm-mobile-menu-button,
  .mm-mobile-leaderboard-icon {
    width: 46px !important;
    height: 62px !important;
  }

  .mm-mobile-menu-button span {
    width: 28px !important;
  }

  .mm-mobile-leaderboard-icon img {
    width: 24px !important;
    height: 24px !important;
  }

  .mm-mobile-header-logo img {
    height: 22px !important;
    max-width: 190px !important;
  }

  .mm-mobile-admin-link {
    font-size: 14px !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
  }

}

/* =====================================================
   Mobile Header Refinements
   ===================================================== */

@media screen and (max-width: 767px) {

  .mm-mobile-header-score-bubble {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .mm-mobile-header-leader-scroll {
    height: 116px !important;
    padding-bottom: 0 !important;
  }

  .mm-mobile-header-main {
    grid-template-columns: 52px 52px 1fr 68px !important;
    position: relative !important;
  }

  .mm-mobile-header-logo img {
    height: 26px !important;
    max-width: 210px !important;
  }

}

@media screen and (max-width: 767px) {

  .mm-mobile-header-right-icon {
    justify-self: end;
    padding-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mm-mobile-header-right-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

}

/* Mobile header: remove left leaderboard icon and right-align right icon */

@media screen and (max-width: 767px) {

  .mm-mobile-header-main {
    grid-template-columns: 64px 1fr 64px !important;
  }

  .mm-mobile-menu-button {
    grid-column: 1 !important;
  }

  .mm-mobile-header-logo {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  .mm-mobile-header-right-icon {
    grid-column: 3 !important;
    justify-self: end !important;
    padding-right: 14px !important;
  }

}

@media screen and (max-width: 767px) {

  .mm-mobile-header-main {
    display: grid !important;
    grid-template-columns: 64px 1fr 64px !important;
    align-items: center !important;
  }

  .mm-mobile-header-logo {
    position: static !important;
    transform: none !important;
    left: auto !important;

    grid-column: 2 !important;
    justify-self: center !important;
    display: flex !important;
    justify-content: center !important;
  }

}

/* =====================================================
   Admin Scoring Portal Styling
   ===================================================== */

.mm-admin-scoring-page {
  background: #f6f7f4;
}

.mm-admin-scoring-shell {
  width: min(1180px, 94vw);
  margin: 0 auto;
  padding: 48px 0 64px;
}

.mm-admin-scoring-header {
  margin-bottom: 28px;
}

.mm-admin-eyebrow {
  margin: 0 0 6px;
  color: #007a4d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mm-admin-scoring-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  color: #006747;
}

.mm-admin-subtitle {
  margin-top: 8px;
  color: #666;
}

.mm-admin-context-card,
.mm-admin-section-title,
.mm-admin-group-card {
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.mm-admin-context-card {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.mm-admin-tabs {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.mm-admin-tab {
  border: 1px solid #007a4d;
  background: #fff;
  color: #007a4d;
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 800;
  cursor: pointer;
}

.mm-admin-tab.is-active {
  background: #007a4d;
  color: #fff;
}

.mm-admin-section-title {
  padding: 22px 24px;
  margin-bottom: 22px;
}

.mm-admin-section-title h2 {
  margin: 0 0 6px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.mm-admin-section-title p {
  margin: 0;
  color: #555;
}

.mm-admin-groups-grid {
  display: grid;
  gap: 26px;
}

.mm-admin-group-card {
  padding: 22px;
}

.mm-admin-group-card-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}

.mm-admin-group-card-head h2 {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.mm-admin-group-card-head p {
  margin: 6px 0 0;
  color: #555;
}

.mm-save-group-btn {
  border: 0;
  background: #007a4d;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  cursor: pointer;
}

.mm-save-group-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.mm-score-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.mm-score-entry-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.mm-score-entry-table th,
.mm-score-entry-table td {
  border: 1px solid #dcded8;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}

.mm-score-entry-table thead th {
  background: #007a4d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mm-score-entry-table th:first-child,
.mm-score-entry-table td:first-child {
  width: 170px;
  text-align: left;
}

.mm-score-par-row th,
.mm-score-par-row td {
  background: #f2f6ef;
  color: #555;
  font-weight: 800;
}

.mm-score-player-name {
  color: #006747;
  font-weight: 800;
}

.mm-score-input {
  width: 42px;
  height: 36px;
  text-align: center;
  border: 1px solid #bfc5ba;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 800;
}

.mm-score-input:focus {
  outline: 2px solid #007a4d;
  border-color: #007a4d;
}

.mm-save-status {
  margin-top: 12px;
  font-weight: 800;
  color: #555;
}

.mm-save-status.is-success {
  color: #007a4d;
}

.mm-save-status.is-warning {
  color: #b36b00;
}

.mm-save-status.is-error {
  color: #b70f2e;
}

.mm-admin-error,
.mm-admin-empty {
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 12px;
  padding: 20px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .mm-admin-scoring-shell {
    width: 94vw;
    padding: 28px 0 48px;
  }

  .mm-admin-scoring-header h1 {
    font-size: 34px;
  }

  .mm-admin-context-card,
  .mm-admin-group-card-head {
    display: block;
  }

  .mm-save-group-btn {
    margin-top: 14px;
    width: 100%;
  }
}

/* Admin scoring table refinements */

.mm-score-entry-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  table-layout: fixed !important;
  border: 1px solid #dcded8 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.mm-score-entry-table th,
.mm-score-entry-table td {
  font-size: 13px !important;
  padding: 5px 4px !important;
}

.mm-score-entry-table th:first-child,
.mm-score-entry-table td:first-child {
  width: 145px !important;
}

.mm-score-input {
  width: 30px !important;
  height: 28px !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 28px !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.mm-score-input::-webkit-outer-spin-button,
.mm-score-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.mm-score-table-wrap {
  overflow-x: visible !important;
}

.mm-score-entry-table thead th:first-child {
  border-top-left-radius: 10px !important;
}

.mm-score-entry-table thead th:last-child {
  border-top-right-radius: 10px !important;
}

.mm-score-entry-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px !important;
}

.mm-score-entry-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
}

.mm-score-par-row th,
.mm-score-par-row td {
  font-size: 13px !important;
}

/* Mobile: allow horizontal scroll */
@media screen and (max-width: 767px) {
  .mm-score-table-wrap {
    overflow-x: auto !important;
  }

  .mm-score-entry-table {
    min-width: 900px !important;
  }
}

/* =====================================================
   Admin Scoring - Guided Scoring Polish
   ===================================================== */

.mm-guided-card {
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  padding: 28px;
}

.mm-guided-card h2 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #006747;
}

.mm-guided-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.mm-guided-progress {
  background: #f2f6ef;
  border: 1px solid #dcded8;
  border-radius: 999px;
  padding: 8px 14px;
  color: #006747;
  font-weight: 800;
}

.mm-guided-player-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.mm-guided-player-list div {
  background: #f6f7f4;
  border: 1px solid #dcded8;
  border-radius: 10px;
  padding: 12px 14px;
  color: #006747;
  font-weight: 800;
}

.mm-guided-score-list {
  display: grid;
  gap: 14px;
}

.mm-guided-score-row {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f6f7f4;
  border: 1px solid #dcded8;
  border-radius: 12px;
}

.mm-guided-score-row label {
  color: #006747;
  font-size: 18px;
  font-weight: 800;
}

.mm-guided-score-input {
  width: 90px;
  height: 54px;
  border: 1px solid #bfc5ba;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  appearance: textfield;
  -moz-appearance: textfield;
}

.mm-guided-score-input::-webkit-outer-spin-button,
.mm-guided-score-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mm-guided-score-input:focus {
  outline: 3px solid rgba(0,122,77,0.25);
  border-color: #007a4d;
}

.mm-guided-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.mm-guided-actions button,
.mm-guided-begin-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 900;
  cursor: pointer;
}

.mm-guided-begin-btn,
.mm-guided-confirm-btn {
  background: #007a4d;
  color: #fff;
}

.mm-guided-back-btn {
  background: #e8ece5;
  color: #006747;
}

.mm-guided-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mm-guided-status {
  margin-top: 14px;
  font-weight: 800;
}

.mm-guided-status.is-error {
  color: #b70f2e;
}

@media screen and (max-width: 767px) {
  .mm-guided-card {
    padding: 20px;
  }

  .mm-guided-topline {
    display: block;
  }

  .mm-guided-progress {
    display: inline-block;
    margin-top: 12px;
  }

  .mm-guided-score-row {
    grid-template-columns: 1fr 76px;
    padding: 12px;
  }

  .mm-guided-score-input {
    width: 76px;
    height: 50px;
    font-size: 26px;
  }

  .mm-guided-actions {
    flex-direction: column;
  }

  .mm-guided-actions button {
    width: 100%;
  }
}

/* =====================================================
   Admin Scoring - Guided Hole Ribbon + Hole Info
   ===================================================== */

.mm-guided-hole-ribbon {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.mm-guided-hole-pill {
  min-width: 36px;
  height: 36px;
  border: 1px solid #dcded8;
  border-radius: 999px;
  background: #f6f7f4;
  color: #555;
  font-weight: 800;
  cursor: pointer;
}

.mm-guided-hole-pill.is-current {
  background: #caa74a;
  border-color: #caa74a;
  color: #fff;
}

.mm-guided-hole-pill.is-complete {
  background: #007a4d;
  border-color: #007a4d;
  color: #fff;
}

.mm-guided-hole-image {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 22px;
  display: block;
}

@media screen and (max-width: 767px) {
  .mm-guided-hole-image {
    max-height: 190px;
  }

  .mm-guided-hole-pill {
    min-width: 34px;
    height: 34px;
  }
}

/* Guided scoring hole pill color fix */

.mm-guided-hole-pill {
  background: #fff !important;
  color: #555 !important;
}

.mm-guided-hole-pill.is-current {
  background: #caa74a !important;
  border-color: #caa74a !important;
  color: #fff !important;
}

.mm-guided-hole-pill.is-complete {
  background: #007a4d !important;
  border-color: #007a4d !important;
  color: #fff !important;
}

.mm-guided-hole-pill.is-current.is-complete {
  background: #caa74a !important;
  border-color: #caa74a !important;
  color: #fff !important;
}

/* =====================================================
   Admin Scoring - Tournament Setup Styling
   ===================================================== */

.mm-setup-toolbar {
  margin: 0 0 18px;
}

.mm-create-group-btn {
  border: 0;
  background: #007a4d;
  color: #fff;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 900;
  cursor: pointer;
}

.mm-setup-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.mm-setup-players-card,
.mm-setup-group-card {
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  padding: 22px;
}

.mm-setup-players-card h3,
.mm-setup-group-card h3 {
  margin: 0 0 8px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.mm-setup-players-card p {
  margin: 0 0 16px;
  color: #555;
}

.mm-setup-available-players {
  display: grid;
  gap: 10px;
}

.mm-setup-player-pill {
  background: #f6f7f4;
  border: 1px solid #dcded8;
  border-radius: 999px;
  padding: 10px 14px;
  color: #006747;
  font-weight: 800;
  cursor: grab;
}

.mm-setup-player-pill:active {
  cursor: grabbing;
}

.mm-setup-groups-list {
  display: grid;
  gap: 22px;
}

.mm-setup-group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.mm-update-group-btn {
  border: 0;
  background: #007a4d;
  color: #fff;
  border-radius: 999px;
  padding: 9px 15px;
  font-weight: 900;
  cursor: pointer;
}

.mm-setup-group-card label {
  display: inline-grid;
  gap: 6px;
  margin: 0 14px 14px 0;
  color: #555;
  font-weight: 800;
  font-size: 13px;
}

.mm-setup-group-card input,
.mm-setup-group-card select {
  min-height: 38px;
  border: 1px solid #bfc5ba;
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
  font-size: 14px;
}

.mm-setup-drop-zone {
  min-height: 80px;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 2px dashed #c9d0c2;
  border-radius: 12px;
  background: #f6f7f4;
}

.mm-setup-drop-zone.is-drag-over {
  border-color: #007a4d;
  background: #eef7f0;
}

.mm-setup-group-player {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 10px;
  padding: 10px 12px;
  color: #006747;
  font-weight: 800;
}

.mm-remove-tournament-player {
  border: 1px solid #b70f2e;
  background: #fff;
  color: #b70f2e;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.mm-setup-status {
  margin-top: 12px;
  font-weight: 800;
}

.mm-setup-status.is-success {
  color: #007a4d;
}

.mm-setup-status.is-error {
  color: #b70f2e;
}

@media screen and (max-width: 900px) {
  .mm-setup-layout {
    grid-template-columns: 1fr;
  }
}

/* Tournament setup lock/finalize controls */

.mm-setup-control-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #dcded8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  padding: 20px 22px;
  margin-bottom: 20px;
}

.mm-setup-control-card h3 {
  margin: 0 0 6px;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.mm-setup-control-card p {
  margin: 0;
  color: #555;
}

.mm-setup-control-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mm-toggle-pairings-lock-btn,
.mm-finalize-tournament-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}

.mm-toggle-pairings-lock-btn {
  background: #caa74a;
  color: #fff;
}

.mm-finalize-tournament-btn {
  background: #007a4d;
  color: #fff;
}

.mm-toggle-pairings-lock-btn:disabled,
.mm-finalize-tournament-btn:disabled,
.mm-create-group-btn:disabled,
.mm-update-group-btn:disabled,
.mm-remove-tournament-player:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.mm-setup-player-pill.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.mm-setup-drop-zone.is-locked {
  opacity: 0.8;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .mm-setup-control-card {
    display: block;
  }

  .mm-setup-control-actions {
    margin-top: 14px;
  }

  .mm-toggle-pairings-lock-btn,
  .mm-finalize-tournament-btn {
    width: 100%;
  }
}

/* =====================================================
   Midwest Masters Homepage
   ===================================================== */

.mm-home-page {
  background: #fff;
}

.mm-home-stories {
  padding: 72px 0 64px;
}

.mm-home-stories-panel {
  width: min(1120px, 92vw);
  margin: 0 auto;
  background: #113f2b;
  color: #fff;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 520px;
  position: relative;
}

.mm-home-featured-story {
  position: relative;
  transform: translate(-70px, 70px);
  z-index: 2;
}

.mm-home-featured-story img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.mm-home-story-content {
  padding: 92px 72px 64px;
}

.mm-home-story-date,
.mm-home-related-label {
  margin: 0 0 14px;
  color: #d6e0d7;
  font-size: 13px;
}

.mm-home-main-story h1 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.15;
  color: #fff;
}

.mm-home-read-more {
  color: #f7e34b;
  font-weight: 900;
  text-decoration: none;
}

.mm-home-read-more:hover {
  text-decoration: underline;
}

.mm-home-read-more.small {
  font-size: 14px;
}

.mm-home-related-stories {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.35);
  padding-top: 24px;
  display: grid;
  gap: 24px;
}

.mm-home-related-story {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
}

.mm-home-related-image img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.mm-home-related-story h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}

.mm-home-countdown {
  width: min(920px, 92vw);
  margin: 48px auto 54px;
  text-align: center;
}

.mm-home-eyebrow {
  margin: 0 0 8px;
  color: #007a4d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mm-home-countdown h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  color: #006747;
}

.mm-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mm-countdown-grid div {
  background: #f6f7f4;
  border: 1px solid #dcded8;
  border-radius: 16px;
  padding: 22px 12px;
}

.mm-countdown-grid strong {
  display: block;
  color: #006747;
  font-size: 46px;
  line-height: 1;
}

.mm-countdown-grid span {
  display: block;
  margin-top: 8px;
  color: #555;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.mm-home-link-cards {
    width: min(1120px, 92vw);
    margin: 72px auto 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mm-home-link-card {
  display: block;
  background: #113f2b;
  border-radius: 18px;
  padding: 38px;
  color: #fff;
  text-decoration: none;
  min-height: 220px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mm-home-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.mm-home-link-card span {
  color: #d7df23;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mm-home-link-card h2 {
  margin: 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #fff;
}

.mm-home-link-card p {
  margin: 0;
  color: #d6e0d7;
  font-size: 17px;
  line-height: 1.5;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .mm-home-stories-panel {
    grid-template-columns: 1fr;
  }

  .mm-home-featured-story {
    transform: none;
  }

  .mm-home-featured-story img {
    height: 420px;
  }

  .mm-home-story-content {
    padding: 42px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .mm-home-stories {
    padding: 34px 0 42px;
  }

  .mm-home-stories-panel {
    width: 100%;
    min-height: 0;
  }

  .mm-home-featured-story img {
    height: 290px;
  }

  .mm-home-story-content {
    padding: 28px 22px 34px;
  }

  .mm-home-main-story h1 {
    font-size: 28px;
  }

  .mm-home-related-story {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }

  .mm-home-related-image img {
    width: 110px;
    height: 72px;
  }

  .mm-home-related-story h2 {
    font-size: 18px;
  }

  .mm-countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mm-countdown-grid strong {
    font-size: 36px;
  }

  .mm-home-countdown h2 {
    font-size: 32px;
  }

  .mm-home-link-cards {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .mm-home-link-card {
    min-height: 0;
    padding: 30px;
  }
}

/* =====================================================
   Homepage Layout Corrections
   ===================================================== */

.mm-home-stories {
  padding-top: 0 !important;
}

.mm-home-stories-panel {
  width: min(1320px, 94vw) !important;
}

.mm-home-main-story h1 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
}

.mm-home-related-story h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
}

.mm-home-story-date,
.mm-home-related-label {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.mm-home-read-more {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.mm-home-countdown h2,
.mm-home-link-card h2 {
  font-weight: 500 !important;
}

.mm-home-link-card p {
  font-size: 15px !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .mm-home-stories {
    padding-top: 0 !important;
  }

  .mm-home-main-story h1 {
    font-size: 25px !important;
  }

  .mm-home-related-story h2 {
    font-size: 17px !important;
  }
}

/* =====================================================
   Homepage Countdown Styling Override
   ===================================================== */

.mm-home-countdown {
    width: min(980px, 92vw) !important;
    margin: 70px auto 90px !important;
    text-align: center;
}

.mm-home-countdown h2 {
    margin: 0 0 36px !important;
}

.mm-countdown-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    max-width: 980px !important;
    margin: 0 auto !important;
}

.mm-countdown-grid div {
    background: #11452f !important;
    border: none !important;
    border-radius: 18px !important;
    padding: 26px 20px !important;
    text-align: center !important;
    transition: transform .18s ease;
}

.mm-countdown-grid div:hover {
    transform: translateY(-3px);
}

.mm-countdown-grid strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 62px !important;
    line-height: 1 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    letter-spacing: -1px !important;
}

.mm-countdown-grid span {
    display: block !important;
    margin-top: 14px !important;
    color: #f7e34b !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.mm-home-link-cards {
    margin-top: 72px !important;
}

@media screen and (max-width: 767px) {

    .mm-countdown-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .mm-countdown-grid strong {
        font-size: 46px !important;
    }

    .mm-countdown-grid div {
        padding: 22px 16px !important;
    }

}

/* =====================================================
   Homepage Image Link Cards Override
   ===================================================== */

.mm-home-link-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 300px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: flex-end !important;
}

.mm-home-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.18) 45%,
      rgba(0, 0, 0, 0.78) 100%
    );
  z-index: 1;
}

.mm-home-link-card > * {
  position: relative;
  z-index: 2;
}

.mm-home-link-card span,
.mm-home-link-card h2,
.mm-home-link-card p {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.mm-home-link-card span {
  margin-bottom: 8px !important;
}

.mm-home-link-card h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.mm-home-link-card p {
  margin-bottom: 36px !important;
  max-width: 520px !important;
}

@media screen and (max-width: 767px) {
  .mm-home-link-card {
    min-height: 240px !important;
  }

  .mm-home-link-card span,
  .mm-home-link-card h2,
  .mm-home-link-card p {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .mm-home-link-card p {
    margin-bottom: 28px !important;
  }
}

/* =====================================================
   Homepage Image Cards Text Layout Fix
   ===================================================== */

.mm-home-link-card {
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  padding: 38px !important;
}

.mm-home-link-card span,
.mm-home-link-card h2,
.mm-home-link-card p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mm-home-link-card span {
  margin-bottom: 10px !important;
}

.mm-home-link-card h2 {
  margin: 0 0 10px !important;
}

.mm-home-link-card p {
  margin: 0 !important;
  max-width: 430px !important;
}

/* =====================================================
   Full Screen Menu
   ===================================================== */

.mm-menu-is-open {
  overflow: hidden;
}

.mm-full-menu {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  grid-template-columns: 28% 28% 44%;
  min-height: 100vh;
  background: #007a4d;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.mm-full-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mm-full-menu-close {
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 4;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 200;
  cursor: pointer;
}

.mm-full-menu-left {
  background: #075238;
  padding: 150px 72px 80px;
}

.mm-full-menu-nav {
  display: grid;
  gap: 26px;
}

.mm-full-menu-nav a {
  color: #fff;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.mm-full-menu-nav a:hover {
  color: #f7e34b;
}

.mm-full-menu-center {
  padding: 150px 70px 80px;
  max-width: 520px;
}

.mm-full-menu-mark {
  width: 120px;
  height: auto;
  margin-bottom: 28px;
}

.mm-full-menu-date {
  margin: 0 0 18px;
  color: #f7e34b;
  font-size: 14px;
  font-weight: 900;
}

.mm-full-menu-center h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 500;
}

.mm-full-menu-center p {
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.45;
}

.mm-full-menu-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 72px 80px 20px;
}

.mm-full-menu-image {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .mm-full-menu {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .mm-full-menu-left,
  .mm-full-menu-center,
  .mm-full-menu-image-wrap {
    padding: 44px 28px;
  }

  .mm-full-menu-left {
    padding-top: 100px;
  }

  .mm-full-menu-nav a {
    font-size: 28px;
  }

  .mm-full-menu-image {
    max-width: none;
  }
}

/* Full menu positioning/header-safe override */

.mm-full-menu {
  top: 142px !important;
  bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

.mm-full-menu-close {
  top: 24px !important;
}

.mm-full-menu-left {
  padding-top: 90px !important;
}

.mm-full-menu-center {
  padding-top: 90px !important;
}

.mm-full-menu-image-wrap {
  padding-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mm-full-menu {
    top: 238px !important;
  }
}

.mm-full-menu-mark {
  width: 82px !important;
  height: auto !important;
}

.mm-full-menu-date {
  margin: 0 0 18px !important;
  color: #f7e34b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* =========================================================
   MIDWEST MASTERS NEWS PAGE
   ========================================================= */

.mm-news-page {
  width: 100%;
  background: #ffffff;
}

.mm-news-shell {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 90px;
}

.mm-news-header {
  margin: 0 0 42px;
}

.mm-news-title {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.mm-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.mm-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 8px;
}

.mm-news-card-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mm-news-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d9ddd9;
}

.mm-news-card-image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.mm-news-card:hover .mm-news-card-image-element,
.mm-news-card:focus-within .mm-news-card-image-element {
  transform: scale(1.025);
}

.mm-news-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(0, 103, 71, 0.98),
      rgba(0, 67, 46, 0.98)
    );
}

.mm-news-card-image-placeholder span {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.mm-news-card-content {
  flex: 1;
  min-height: 110px;
  padding: 24px 26px 20px;
  background: #f2f2f2;
}

.mm-news-card-title {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.6vw, 27px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.mm-news-card-title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mm-news-card-title a:hover,
.mm-news-card-title a:focus-visible {
  color: #004b35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mm-news-card-meta {
  margin-top: 16px;
  color: #257b65;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.mm-news-pagination {
  margin-top: 56px;
}

.mm-news-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-news-pagination .page-numbers li {
  margin: 0;
}

.mm-news-pagination a.page-numbers,
.mm-news-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid #0b7657;
  border-radius: 999px;
  color: #006747;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.mm-news-pagination span.page-numbers.current {
  color: #ffffff;
  background: #0b7657;
}

.mm-news-pagination a.page-numbers:hover,
.mm-news-pagination a.page-numbers:focus-visible {
  color: #ffffff;
  background: #0b7657;
}

.mm-news-empty {
  padding: 70px 30px;
  border-radius: 8px;
  background: #f2f2f2;
  text-align: center;
}

.mm-news-empty h2 {
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}

.mm-news-empty p {
  margin: 12px 0 0;
  color: #4d665f;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
}

/* =========================================================
   NEWS PAGE — TABLET
   ========================================================= */

@media screen and (max-width: 1050px) {
  .mm-news-shell {
    width: min(100% - 48px, 960px);
  }

  .mm-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-news-card-title {
    font-size: 24px;
  }
}

/* =========================================================
   NEWS PAGE — MOBILE
   ========================================================= */

@media screen and (max-width: 680px) {
  .mm-news-shell {
    width: calc(100% - 32px);
    padding: 38px 0 64px;
  }

  .mm-news-header {
    margin-bottom: 30px;
  }

  .mm-news-title {
    font-size: 46px;
  }

  .mm-news-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mm-news-card-content {
    min-height: 0;
    padding: 21px 21px 24px;
  }

  .mm-news-card-title {
    font-size: 23px;
  }

  .mm-news-pagination {
    margin-top: 40px;
  }

  .mm-news-pagination a.page-numbers,
  .mm-news-pagination span.page-numbers {
    min-width: 39px;
    min-height: 39px;
    padding: 7px 11px;
  }
}

/* =========================================================
   SINGLE NEWS ARTICLE
   ========================================================= */

.mm-single-post-page {
  width: 100%;
  background: #ffffff;
}

.mm-single-post {
  width: 100%;
  margin: 0;
}

.mm-single-post-header {
  padding: 58px 0 42px;
}

.mm-single-post-header-inner {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
}

.mm-single-post-label {
  margin: 0 0 16px;
  color: #006747;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mm-single-post-title {
  max-width: 900px;
  margin: 0;
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.mm-single-post-meta {
  margin-top: 22px;
  color: #257b65;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.mm-single-post-hero {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto 48px;
}

.mm-single-post-hero-image {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  border-radius: 8px;
}

.mm-single-post-caption {
  margin-top: 10px;
  color: #61716c;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.mm-single-post-content {
  width: min(780px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 90px;
  color: #283b35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.75;
}

.mm-single-post-content > *:first-child {
  margin-top: 0;
}

.mm-single-post-content p {
  margin: 0 0 1.45em;
}

.mm-single-post-content h2,
.mm-single-post-content h3,
.mm-single-post-content h4 {
  color: #006747;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.18;
}

.mm-single-post-content h2 {
  margin: 1.6em 0 0.65em;
  font-size: 38px;
}

.mm-single-post-content h3 {
  margin: 1.5em 0 0.6em;
  font-size: 30px;
}

.mm-single-post-content h4 {
  margin: 1.4em 0 0.55em;
  font-size: 24px;
}

.mm-single-post-content a {
  color: #006747;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mm-single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.mm-single-post-content blockquote {
  margin: 2em 0;
  padding: 4px 0 4px 26px;
  border-left: 3px solid #f7e34b;
  color: #006747;
  font-size: 24px;
  line-height: 1.45;
}

.mm-single-post-content ul,
.mm-single-post-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}

.mm-single-post-pages {
  margin-top: 40px;
}

/* =========================================================
   SINGLE NEWS ARTICLE — MOBILE
   ========================================================= */

@media screen and (max-width: 680px) {
  .mm-single-post-header {
    padding: 38px 0 30px;
  }

  .mm-single-post-header-inner,
  .mm-single-post-hero,
  .mm-single-post-content {
    width: calc(100% - 32px);
  }

  .mm-single-post-title {
    font-size: 42px;
  }

  .mm-single-post-hero {
    margin-bottom: 32px;
  }

  .mm-single-post-hero-image {
    border-radius: 6px;
  }

  .mm-single-post-content {
    padding-bottom: 64px;
    font-size: 18px;
    line-height: 1.7;
  }

  .mm-single-post-content h2 {
    font-size: 32px;
  }

  .mm-single-post-content h3 {
    font-size: 27px;
  }

  .mm-single-post-content blockquote {
    padding-left: 20px;
    font-size: 21px;
  }
}