/* Kariyer Köprüsü: three play modes stay readable at 320–430 px. */
.mode-switch--three,
.mode-switch--three button,
.match-settings,
.match-settings__group { min-width: 0 !important; }

.mode-switch--three button::after {
  right: 0 !important;
  bottom: 0 !important;
  max-width: 68px !important;
  max-height: 68px !important;
  pointer-events: none !important;
}

@media (max-width: 620px) {
  .mode-switch--three {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 7px !important;
  }

  .mode-switch--three button {
    width: 100% !important;
    min-height: 62px !important;
    height: auto !important;
    padding: 9px 11px !important;
    overflow: hidden !important;
  }

  .mode-switch--three button::after { width: 62px !important; height: 62px !important; }

  .mode-switch--three button b,
  .mode-switch--three button small {
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.25 !important;
  }

  .match-settings {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .match-settings__group {
    min-height: 0 !important;
    height: auto !important;
  }
}
