/* Phone / WebView touch target floor (44px). Scoped to player surfaces. */

/* Postgame tabs */
.recap-surface .tab-btn {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* Pregame inner tabs */
.pregame-surface .pg-tab-btn {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* Stats tabs */
.stats-surface .st-tab-btn {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* Live tabs */
.live-surface .live-tab-btn {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* AB feedback chips — was ~19px via inline/quiet overrides */
.ab-fb-agree,
.ab-fb-disagree-open {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  min-width: 44px !important;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
  background: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

.ab-fb-agree {
  border: 1px solid rgba(104, 211, 145, 0.35) !important;
  color: #68d391 !important;
}

.ab-fb-disagree-open {
  border: 1px solid rgba(252, 129, 129, 0.35) !important;
  color: #fc8181 !important;
}

.ab-feedback-wrap--pi-quiet .ab-fb-agree,
.ab-feedback-wrap--pi-quiet .ab-fb-disagree-open {
  font-size: 0.78rem !important;
  padding: 10px 14px !important;
  min-height: 44px !important;
  opacity: 1;
}

/* Series game rows + chase focus link */
.series-game-row {
  min-height: 44px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

a.week-focus-link,
.recap-surface a[href*="focus"],
.recap-hero a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  box-sizing: border-box;
}
