/* FCBF Live Pro V15 - Botões de escalação com cara de botão premium */

.fcbf-v12-lineups,
.fcbf-v9-lineups,
.fcbf-v8-lineups,
.fcbf-v6-lineups,
.fcbf-live-final-lineup-buttons,
.fcbf-live-final-lineups {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin: 12px 0 14px !important;
}

.fcbf-v12-lineups button,
.fcbf-v9-lineups button,
.fcbf-v8-lineups button,
.fcbf-v6-lineups button,
.fcbf-live-final-lineup-buttons button,
.fcbf-live-final-lineups button,
button[data-fcbf-lineup] {
  position: relative !important;
  overflow: hidden !important;
  min-height: 48px !important;
  padding: 11px 12px 11px 34px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(92, 255, 190, .52) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)) padding-box,
    linear-gradient(135deg, #063453 0%, #081a35 46%, #0a5f45 100%) padding-box !important;
  color: #ffffff !important;
  font-weight: 1000 !important;
  font-size: 12px !important;
  line-height: 1.08 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: .025em !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.45) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 18px rgba(60,255,174,.16) !important;
  transform: none !important;
  white-space: normal !important;
}

.fcbf-v12-lineups button::before,
.fcbf-v9-lineups button::before,
.fcbf-v8-lineups button::before,
.fcbf-v6-lineups button::before,
.fcbf-live-final-lineup-buttons button::before,
.fcbf-live-final-lineups button::before,
button[data-fcbf-lineup]::before {
  content: "⚽" !important;
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ffe96a, #56f7a8) !important;
  color: #061426 !important;
  font-size: 12px !important;
  box-shadow: 0 5px 12px rgba(0,0,0,.32) !important;
}

.fcbf-v12-lineups button::after,
.fcbf-v9-lineups button::after,
.fcbf-v8-lineups button::after,
.fcbf-v6-lineups button::after,
.fcbf-live-final-lineup-buttons button::after,
.fcbf-live-final-lineups button::after,
button[data-fcbf-lineup]::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 92% 0%, rgba(255,233,106,.22), transparent 34%) !important;
  opacity: .9 !important;
}

.fcbf-v12-lineups button:active,
.fcbf-v9-lineups button:active,
.fcbf-v8-lineups button:active,
.fcbf-v6-lineups button:active,
.fcbf-live-final-lineup-buttons button:active,
.fcbf-live-final-lineups button:active,
button[data-fcbf-lineup]:active {
  transform: translateY(1px) scale(.995) !important;
  filter: brightness(.96) !important;
  box-shadow:
    0 5px 12px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.05) inset !important;
}

@media (max-width: 430px) {
  .fcbf-v12-lineups,
  .fcbf-v9-lineups,
  .fcbf-v8-lineups,
  .fcbf-v6-lineups,
  .fcbf-live-final-lineup-buttons,
  .fcbf-live-final-lineups {
    gap: 8px !important;
  }

  .fcbf-v12-lineups button,
  .fcbf-v9-lineups button,
  .fcbf-v8-lineups button,
  .fcbf-v6-lineups button,
  .fcbf-live-final-lineup-buttons button,
  .fcbf-live-final-lineups button,
  button[data-fcbf-lineup] {
    min-height: 46px !important;
    padding: 9px 8px 9px 30px !important;
    border-radius: 9px !important;
    font-size: 10.5px !important;
  }

  .fcbf-v12-lineups button::before,
  .fcbf-v9-lineups button::before,
  .fcbf-v8-lineups button::before,
  .fcbf-v6-lineups button::before,
  .fcbf-live-final-lineup-buttons button::before,
  .fcbf-live-final-lineups button::before,
  button[data-fcbf-lineup]::before {
    left: 8px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
  }
}
