.gfg-round-page .hidden {
  display: none !important;
}

.gfg-round-hero {
  min-height: 60vh;
}

.gfg-round-hero-panel {
  width: min(760px, 100%);
}

@media (min-width: 992px) {
  .gfg-round-hero {
    min-height: 48vh;
  }

  .gfg-round-hero-panel {
    width: min(680px, 92vw);
    max-height: min(72vh, 700px);
    overflow-y: auto;
  }
}

.gfg-round-page .gfg-hero-title {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.gfg-round-page .gfg-hero-sub {
  max-width: 62ch;
}

.gfg-round-page main.container {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.gfg-round-page #roundSetupCard h4,
.gfg-round-page #holeSetupCard h4,
.gfg-round-page #resultsCard h2,
.gfg-round-page #scoreboardCard h4 {
  font-weight: 900;
  color: #1f2937;
}

.gfg-round-page #scoreboardCard {
  border: 1px solid rgba(53, 148, 71, 0.12);
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.06), rgba(250, 208, 46, 0.08));
}

.gfg-round-page #scoreboardCard .border {
  border-color: rgba(53, 148, 71, 0.16) !important;
  background: rgba(255, 255, 255, 0.78);
}

.gfg-round-page #fullscreenBtn,
.gfg-round-page #holeNavCard button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(53, 148, 71, 0.55) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--wolf-dark), #111223) !important;
  color: var(--yellow) !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition) !important;
}

.gfg-round-page #fullscreenBtn:hover,
.gfg-round-page #holeNavCard button:hover {
  background: linear-gradient(180deg, var(--wolf-dark-2), #14162a) !important;
  transform: translateY(-2px) !important;
  border-color: rgba(250, 208, 46, 0.55) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26) !important;
}

.gfg-round-page #holeNavCard .d-flex {
  gap: 12px !important;
}

.gfg-round-page #holeNavCard button {
  width: 110px !important;
  min-width: 110px !important;
  min-height: 56px !important;
  flex: 0 0 110px !important;
  white-space: nowrap !important;
  font-size: 0.92rem !important;
}

.gfg-round-page #holeNavCard .nav-arrow {
  font-size: 1.08rem !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

html.gfg-round-fullscreen-lock,
html.gfg-round-fullscreen-lock body {
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

.gfg-round-page #selectionWrapper.fullscreen {
  position: fixed !important;
  inset: 0 !important;
  z-index: var(--gfg-fullscreen-z) !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 1rem !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #ffffff 0%, #f6faf6 100%) !important;
  touch-action: pan-y !important;
  overscroll-behavior: none !important;
}

.gfg-round-page #selectionWrapper.fullscreen > .mb-3 {
  flex: 0 0 auto !important;
}

.gfg-round-page #selectionWrapper.fullscreen #fullscreenContent {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative !important;
  padding-top: 2px !important;
  padding-bottom: 12px !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  will-change: transform !important;
  overscroll-behavior-y: contain !important;
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch !important;
}

.gfg-round-page #selectionWrapper.fullscreen.gfg-linked-swipe-active #fullscreenContent {
  transform: translate3d(var(--gfg-linked-swipe-shift, 0px), 0, 0) !important;
  box-shadow: 0 20px 40px rgba(17, 18, 35, 0.18) !important;
}

.gfg-round-page #selectionWrapper.fullscreen #scoreboardCard {
  position: static !important;
  z-index: auto !important;
  margin-top: 0 !important;
  bottom: auto !important;
}

.gfg-round-page #feedbackSection {
  border: 1px solid rgba(53, 148, 71, 0.1);
  box-shadow: 0 16px 36px rgba(53, 148, 71, 0.12);
}

.gfg-round-page .gfg-logo-wrapper {
  max-width: 360px;
}

/* =========================================
   HOLE INPUT LAYOUT
========================================= */
.round-score-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.round-select-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}

.round-tally-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.round-counter-card {
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.round-counter-label {
  margin-bottom: 12px;
  font-weight: 800;
  color: #1f2937;
}

.round-counter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.round-counter-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(53, 148, 71, 0.32);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f6faf6);
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(53, 148, 71, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.round-counter-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 148, 71, 0.6);
  box-shadow: 0 12px 28px rgba(53, 148, 71, 0.16);
}

.round-counter-value {
  min-width: 76px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #1f2937;
}

.round-section-label {
  font-weight: 800;
  color: #1f2937;
}

.round-select {
  min-height: 48px;
}

.round-summary-card {
  padding: 12px;
  border: 1px solid rgba(53, 148, 71, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.05), rgba(250, 208, 46, 0.08));
}

.round-summary-meta {
  margin-bottom: 8px;
  text-align: center;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.round-summary-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.round-summary-row:last-child {
  margin-bottom: 0;
}

.round-summary-pill {
  padding: 8px 10px;
  border: 1px solid rgba(53, 148, 71, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.round-summary-pill-label {
  font-size: 0.92rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.1;
}

.round-summary-pill-value {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 900;
  color: #1f2937;
  line-height: 1.15;
}

.round-live-scorecard-shell {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(53, 148, 71, 0.14);
}

.round-live-scorecard-header {
  margin-bottom: 10px;
}

.round-live-scorecard-title {
  font-size: 1rem;
  font-weight: 900;
  color: #1f2937;
}

.round-live-scorecard-sub {
  margin-top: 2px;
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
}

.round-live-scorecard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.round-live-scorecard-panel {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(53, 148, 71, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}

.round-live-scorecard-panel-title {
  margin-bottom: 8px;
  color: #1f2937;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.round-live-scorecard-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.round-live-scorecard-table {
  width: 100%;
  min-width: 360px;
  border-collapse: separate;
  border-spacing: 0;
}

.round-live-scorecard-table th,
.round-live-scorecard-table td {
  padding: 7px 6px;
  border: 1px solid rgba(53, 148, 71, 0.12);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.92);
}

.round-live-scorecard-table th:first-child,
.round-live-scorecard-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 52px;
  background: #eef7ef;
  font-weight: 900;
}

.round-live-scorecard-table tr:first-child th {
  background: #e4f3e7;
}

.round-live-scorecard-score.is-over {
  color: #b42318;
}

.round-live-scorecard-score.is-under {
  color: #24843a;
}

.round-live-scorecard-score.is-even {
  color: #1f2937;
}

.round-live-scorecard-score.is-empty {
  color: #94a3b8;
}

.round-results-feedback {
  text-align: left;
}

.gfg-round-page #saveRoundStatus {
  min-height: 1.5rem;
  color: #1f2937;
}

#feedbackInsights .insight-line {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #374151;
  line-height: 1.65;
}

#feedbackInsights .insight-line:last-child {
  border-bottom: none;
}

#roundResultsFeedbackInsights .insight-line {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #374151;
  line-height: 1.7;
}

#roundResultsFeedbackInsights .insight-line:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .gfg-round-hero {
    min-height: 52vh;
  }

  .round-score-row,
  .round-select-row,
  .round-tally-row {
    grid-template-columns: 1fr;
  }

  .round-results-btn {
    width: 100%;
  }

  .round-summary-meta {
    font-size: 0.76rem;
  }

  .round-live-scorecard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .gfg-round-page #selectionWrapper.fullscreen {
    padding: 0.75rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen h2,
  .gfg-round-page #selectionWrapper.fullscreen h3,
  .gfg-round-page #selectionWrapper.fullscreen h4 {
    font-size: 0.9rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen button,
  .gfg-round-page #selectionWrapper.fullscreen .gfg-pill-btn {
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen .card {
    padding: 0.75rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen .round-counter-card,
  .gfg-round-page #selectionWrapper.fullscreen .round-summary-card {
    padding: 0.6rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen .round-counter-value {
    min-width: 38px !important;
    font-size: 1rem !important;
  }

  .gfg-round-page #selectionWrapper.fullscreen .round-counter-btn {
    width: 34px !important;
    height: 34px !important;
    font-size: 1rem !important;
    padding: 0 !important;
  }

  .round-summary-card {
    padding: 10px;
  }

  .round-summary-row {
    gap: 6px;
    margin-bottom: 6px;
  }

  .round-summary-pill {
    padding: 7px 8px;
  }

  .round-summary-pill-label {
    font-size: 0.84rem;
  }

  .round-summary-pill-value {
    font-size: 0.94rem;
  }

  .round-live-scorecard-shell {
    margin-top: 12px;
    padding-top: 12px;
  }

  .round-live-scorecard-panel {
    padding: 8px;
  }

  .round-live-scorecard-table th,
  .round-live-scorecard-table td {
    padding: 6px 5px;
    font-size: 0.76rem;
  }
}

.custom-course-wrap {
  padding: 16px;
  border: 1px solid rgba(53, 148, 71, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.05), rgba(250, 208, 46, 0.08));
}

.custom-par-wrap {
  padding: 12px;
  border-radius: 14px;
  background: rgba(53, 148, 71, 0.06);
  border: 1px solid rgba(53, 148, 71, 0.12);
}

.hidden {
  display: none !important;
}

.round-session-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(19, 32, 51, 0.08);
}

.round-session-inline-copy {
  flex: 1 1 280px;
}

.round-session-inline h5 {
  font-weight: 800;
  color: #1f2937;
}

.round-linked-game-note {
  padding: 12px 14px;
  border: 1px solid rgba(53, 148, 71, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.08), rgba(250, 208, 46, 0.12));
  color: #1f2937;
  font-weight: 700;
}

.round-session-modal .modal-content,
.round-session-modal {
  border: none;
  border-radius: 24px;
  overflow: hidden;
}

.round-session-modal .modal-header {
  border-bottom: 1px solid rgba(19, 32, 51, 0.08);
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.1), rgba(250, 208, 46, 0.1));
}

.round-session-modal .modal-title {
  font-weight: 900;
  color: #1f2937;
}

.round-session-modal .modal-body {
  padding: 1.5rem;
}

.round-session-modal-copy {
  margin-bottom: 1rem;
}

.round-session-picker-label {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: #1f2937;
}

.round-session-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.round-session-mode-btn,
.round-session-game-btn {
  border: 1px solid rgba(19, 32, 51, 0.12);
  border-radius: 18px;
  background: #fff;
  color: #1f2937;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.round-session-mode-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 10px 24px rgba(19, 32, 51, 0.06);
}

.round-session-mode-title {
  font-size: 1rem;
  font-weight: 900;
}

.round-session-mode-copy {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #6b7280;
}

.round-session-game-wrap {
  margin-top: 18px;
}

.round-session-game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.round-session-game-btn {
  min-height: 56px;
  padding: 12px 10px;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(19, 32, 51, 0.05);
}

.round-session-mode-btn:hover,
.round-session-game-btn:hover,
.round-session-mode-btn.is-active,
.round-session-game-btn.is-active {
  transform: translateY(-1px);
  border-color: rgba(53, 148, 71, 0.5);
  background: linear-gradient(135deg, rgba(53, 148, 71, 0.08), rgba(250, 208, 46, 0.12));
  box-shadow: 0 14px 28px rgba(53, 148, 71, 0.12);
}

.round-session-clear-btn {
  background: rgba(19, 32, 51, 0.92) !important;
}

.gfg-round-page #inlineGameSetupMeta:empty,
.gfg-round-page #inlineGameScoreboardMeta:empty {
  display: none !important;
}

.gfg-round-page .inline-game-native-setup .form-label,
.gfg-round-page .inline-game-native-hole .form-label,
.gfg-round-page .inline-game-native-setup .small,
.gfg-round-page .inline-game-native-hole .small {
  font-weight: 600;
}

.gfg-round-page .inline-game-point-pair > .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.gfg-round-page .inline-game-point-single > .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.gfg-round-page .game-options-card {
  margin-bottom: 1rem;
}

.gfg-round-page .game-options-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.gfg-round-page .option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.gfg-round-page .option-row label {
  margin: 0;
  font-weight: 600;
}

.gfg-round-page .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  flex-shrink: 0;
}

.gfg-round-page .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.gfg-round-page .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 24px;
  transition: .3s;
}

.gfg-round-page .slider::before {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: .3s;
}

.gfg-round-page .switch input:checked + .slider {
  background-color: #359447;
}

.gfg-round-page .switch input:checked + .slider::before {
  transform: translateX(24px);
}

.gfg-round-page #inlineGameHoleCard .team-win,
.gfg-round-page #inlineGameHoleCard .lone-win,
.gfg-round-page #inlineGameHoleCard .dump-win {
  background: #359447 !important;
  color: #fff !important;
}

.gfg-round-page #inlineGameHoleCard .team-lose,
.gfg-round-page #inlineGameHoleCard .lone-lose {
  background: #d9534f !important;
  color: #fff !important;
}

.gfg-round-page #inlineGameHoleCard .dump-lose {
  background: #0f8992 !important;
  color: #fff !important;
}

.gfg-round-page #inlineGameHoleCard .inline-666-win {
  background: #359447 !important;
  color: #fff !important;
}

.gfg-round-page #inlineGameHoleCard .inline-666-lose {
  background: #0f8992 !important;
  color: #fff !important;
}

.gfg-round-page #inlineGameHoleCard .btn.selected,
.gfg-round-page #inlineGameHoleCard .mode-group .btn.selected {
  outline: 3px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.gfg-round-page #inlineGameHoleCard .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.gfg-round-page .inline-birdie-question-wrap {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: rgba(53, 148, 71, 0.06);
}

.gfg-round-page .birdie-question-buttons {
  display: grid;
  gap: 0.75rem;
}

.gfg-round-page .birdie-question-buttons .btn {
  min-height: 44px;
}

.gfg-round-page .pot-banner.inline-game-pot-banner {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-bottom: 10px;
  background: gold;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.gfg-round-page .gfg-team-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.gfg-round-page .gfg-team-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gfg-round-page .gfg-team-pill {
  border-radius: 14px;
  padding: 10px 12px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.gfg-round-page .gfg-team-pill strong {
  display: block;
  margin-bottom: 4px;
}

.gfg-round-page .gfg-team-pill--one {
  border-color: rgba(53, 148, 71, 0.45);
  background: rgba(53, 148, 71, 0.07);
}

.gfg-round-page .gfg-team-pill--two {
  border-color: rgba(217, 83, 79, 0.45);
  background: rgba(217, 83, 79, 0.07);
}

.gfg-round-page .inline-game-score-row .border {
  min-width: 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: rgba(255, 255, 255, 0.9);
}

.inline-game-stack {
  display: grid;
  gap: 14px;
}

.inline-game-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inline-game-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inline-game-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inline-game-box {
  padding: 14px;
  border: 1px solid rgba(19, 32, 51, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 246, 0.98));
  box-shadow: 0 10px 20px rgba(19, 32, 51, 0.04);
}

.inline-game-box h6,
.inline-game-box .inline-game-label {
  margin-bottom: 8px;
  font-weight: 800;
  color: #1f2937;
}

.inline-game-box .form-label,
.inline-game-box .small {
  font-weight: 700;
}

.inline-game-player-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inline-game-button-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.inline-game-button-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inline-game-button-grid .gfg-pill-btn.is-selected {
  border-color: rgba(250, 208, 46, 0.75) !important;
  box-shadow: 0 14px 26px rgba(53, 148, 71, 0.18) !important;
  transform: translateY(-1px);
}

.inline-game-native-btn {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.inline-game-native-btn.is-selected {
  outline: 2px solid rgba(250, 208, 46, 0.7);
  outline-offset: 2px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.gfg-round-page .inline-game-native-btn--win {
  background: linear-gradient(180deg, #4caf50, #359447);
  border-color: rgba(53, 148, 71, 0.7);
  color: #fff;
}

.gfg-round-page .inline-game-native-btn--lose {
  background: linear-gradient(180deg, #2a3038, #111827);
  border-color: rgba(17, 24, 39, 0.72);
  color: #fff;
}

.inline-game-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(53, 148, 71, 0.08);
  border: 1px solid rgba(53, 148, 71, 0.16);
  color: #1f2937;
  font-weight: 800;
  text-align: center;
}

.inline-game-team-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inline-game-team-pill {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(19, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.inline-game-team-pill strong {
  display: block;
  margin-bottom: 4px;
}

.inline-game-scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inline-game-native-scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.inline-game-native-score-pill {
  padding: 12px 10px;
  border: 1px solid rgba(19, 32, 51, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.inline-game-score-pill {
  padding: 12px;
  border: 1px solid rgba(53, 148, 71, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.inline-game-score-pill-name {
  font-weight: 800;
  color: #1f2937;
}

.inline-game-score-pill-points {
  margin-top: 2px;
  font-size: 1.02rem;
  font-weight: 900;
  color: #1f2937;
}

.inline-game-score-pill-money {
  font-size: 0.95rem;
  font-weight: 800;
}

.inline-game-toggle-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inline-game-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(19, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #1f2937;
  font-weight: 700;
}

.inline-game-toggle input {
  width: 18px;
  height: 18px;
}

.inline-game-pot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(250, 208, 46, 0.35);
  background: rgba(250, 208, 46, 0.12);
  color: #1f2937;
  font-weight: 800;
}

.inline-game-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.inline-game-footer-row--end {
  justify-content: flex-end;
}

.inline-game-note {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(19, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #374151;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .round-session-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 16px;
  }

  .round-session-inline-copy {
    flex: 0 0 auto;
  }

  .round-session-mode-grid,
  .round-session-game-grid {
    grid-template-columns: 1fr;
  }

  .inline-game-grid,
  .inline-game-grid--four,
  .inline-game-grid--three,
  .inline-game-player-grid,
  .inline-game-button-grid,
  .inline-game-button-grid--two,
  .inline-game-team-row,
  .inline-game-scoreboard,
  .inline-game-native-scoreboard,
  .inline-game-toggle-row {
    grid-template-columns: 1fr;
  }

  .inline-game-footer-row {
    align-items: stretch;
  }
}

.round-inline-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.round-inline-confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.54);
  backdrop-filter: blur(4px);
}

.round-inline-confirm-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 720px);
  overflow-y: auto;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 246, 0.98));
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.28);
}

.round-inline-confirm-meta {
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 600;
}

.round-inline-confirm-body {
  display: grid;
  gap: 12px;
}

.round-inline-confirm-card {
  padding: 14px;
  border: 1px solid rgba(19, 32, 51, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.round-inline-confirm-kicker {
  margin-bottom: 4px;
  color: #359447;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.round-inline-confirm-result {
  color: #1f2937;
  font-size: 1.1rem;
  font-weight: 900;
}

.round-inline-confirm-copy {
  margin-top: 6px;
  color: #475569;
  line-height: 1.5;
}

.round-inline-confirm-birdie {
  display: grid;
  gap: 10px;
}

.round-inline-confirm-birdie-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.round-inline-confirm-birdie-btn {
  min-height: 46px;
  border-radius: 14px;
  font-weight: 800;
}

.round-inline-confirm-birdie-btn.is-selected {
  outline: 3px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.round-inline-confirm-payouts {
  display: grid;
  gap: 10px;
}

.round-inline-confirm-payout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(53, 148, 71, 0.14);
  border-radius: 16px;
  background: rgba(248, 252, 248, 0.95);
}

.round-inline-confirm-payout-name {
  color: #1f2937;
  font-weight: 900;
}

.round-inline-confirm-payout-metrics {
  text-align: right;
}

.round-inline-confirm-payout-points,
.round-inline-confirm-payout-money {
  display: block;
  font-weight: 800;
}

.round-inline-confirm-payout-money {
  color: #359447;
}

.round-inline-confirm-pot {
  padding: 12px 14px;
  border: 1px solid rgba(250, 208, 46, 0.32);
  border-radius: 16px;
  background: rgba(250, 208, 46, 0.12);
  color: #1f2937;
  font-weight: 800;
}

.round-inline-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .gfg-round-page #holeNavCard,
  .gfg-round-page #holeSetupCard,
  .gfg-round-page #inlineGameHoleCard,
  .gfg-round-page #inlineGameScoreboardCard,
  .gfg-round-page #scoreboardCard {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .round-inline-confirm-panel {
    width: min(520px, 100%);
    padding: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .round-inline-confirm-modal {
    padding: 10px;
  }

  .round-inline-confirm-birdie-buttons,
  .round-inline-confirm-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .round-inline-confirm-payout {
    flex-direction: column;
    align-items: flex-start;
  }

  .round-inline-confirm-payout-metrics {
    text-align: left;
  }
}
