.team-selector-row { margin: 0 0 16px; }
.team-selector-row .wc-select { min-width: 0; }
.chapter-not-drawn { margin-bottom: 16px; }
.no-club-fixture { text-align: center; color: var(--muted); font-weight: 700; padding: 18px !important; }
.profile-settings { margin: 20px 0 24px; padding: 16px; background: #edf3ef; border-radius: 14px; }
.profile-settings > label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.profile-settings > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.profile-settings .wc-select { min-width: 0; width: 100%; }
.profile-settings .secondary-button { width: auto; min-width: 78px; margin: 0; padding: 10px 16px; }
.profile-settings .small { margin: 8px 0 0; }
.avatar-settings > div { display: grid; grid-template-columns: repeat(8, 1fr); gap: 7px; }
.avatar-choice { aspect-ratio: 1; border: 2px solid transparent; border-radius: 11px; background: var(--paper); font-size: 22px; display: grid; place-items: center; cursor: pointer; }
.avatar-choice:hover { background: #fff; }
.avatar-choice.selected { border-color: var(--green); background: #dcebe1; box-shadow: 0 0 0 2px rgba(46,125,50,.14); }
.login-select { width: 100%; border: 1px solid #c9cec8; border-radius: 11px; padding: 13px; font-size: 16px; background: var(--paper); color: var(--ink); min-height: 50px; }
.login-select:focus { outline: 3px solid rgba(46,125,50,.18); border-color: var(--green); }
@media (max-width: 500px) { .avatar-settings > div { grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 680px) {
  .team-selector-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
}
