.user-auth-page {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid var(--tlfl-blue);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgb(17 24 39 / 0.07);
  max-width: 36rem;
  padding: 1.25rem;
}

.user-profile {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid var(--tlfl-blue);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgb(17 24 39 / 0.07);
  max-width: calc(100vw - 2rem);
  padding: 1.25rem;
  width: fit-content;
}

.user-admin-form-page {
  border-top: 0;
  max-width: 44rem;
  width: min(44rem, calc(100vw - 2rem));
}

.user-edit-page {
  border-top-color: var(--tlfl-blue);
  max-width: 48rem;
  overflow: hidden;
  padding: 0;
}

.user-auth-page h1,
.user-profile h1 {
  margin-top: 0;
}

.user-edit-header {
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid #dbe3ef;
  padding: 1.3rem 1.35rem 1.05rem;
}

.user-edit-header h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0;
}

.user-edit-team {
  align-items: center;
  color: #475569;
  display: flex;
  font-weight: 800;
  gap: 0.55rem;
  margin: 0.45rem 0 0;
}

.user-edit-team img {
  height: 1.85rem;
  object-fit: contain;
  width: 1.85rem;
}

.user-form {
  display: grid;
  gap: 0;
}

.form-grid {
  display: grid;
  gap: 0.95rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.user-form p {
  margin: 0;
}

.user-auth-form {
  gap: 0.85rem;
}

.user-auth-field {
  display: grid;
  gap: 0.42rem;
}

.user-auth-actions {
  margin-top: 0.15rem;
}

.user-auth-copy {
  color: var(--tlfl-text-muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  margin: -0.2rem 0 1rem;
}

.user-auth-secondary {
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: 0.1rem;
  text-align: left;
}

.user-auth-secondary a,
.user-auth-secondary a:visited {
  color: var(--tlfl-blue-dark);
}

.user-auth-secondary a:hover {
  color: var(--tlfl-blue);
}

.user-login-password-link {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0.05rem;
  text-align: left;
}

.user-login-password-link a,
.user-login-password-link a:visited {
  color: var(--tlfl-blue-dark);
}

.user-login-password-link a:hover {
  color: var(--tlfl-blue);
}

.user-login-form .user-auth-actions {
  margin-top: 0.5rem;
}

.user-form .user-auth-field label {
  color: var(--tlfl-table-header-text);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.user-form .user-auth-field input:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]) {
  min-height: 2.55rem;
  padding: 0.58rem 0.72rem;
}

.user-auth-actions .primary-action-link {
  align-items: center;
  appearance: none;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  min-height: 2.55rem;
  padding: 0.72rem 1.05rem;
  text-align: center;
}

.user-form-panel {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.05rem 1.35rem;
}

.user-form-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.user-form-actions {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin: 0;
  padding: 1.05rem 1.35rem 1.25rem;
}

.user-form-actions .primary-action-link,
.user-form-cancel-link {
  box-sizing: border-box;
  flex: 0 0 9.25rem;
  min-height: 2.35rem;
  padding: 0.62rem 0.82rem;
  width: 9.25rem;
}

.user-form-cancel-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: var(--tlfl-radius-sm);
  color: #334155;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.user-form-cancel-link:visited {
  color: #334155;
}

.user-form-cancel-link:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #111827;
  transform: translateY(-1px);
}

.user-form-cancel-link:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 2px;
}

.user-password-fields {
  grid-column: 1 / -1;
}

.user-team-field {
  grid-column: 1 / -1;
}

.user-role-fields {
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  display: grid;
  gap: 0.7rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.55rem 0 0;
  padding: 0.45rem 1.35rem 1.05rem;
}

.user-role-fields legend {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0 0.15rem;
  text-transform: uppercase;
}

.user-role-option {
  cursor: pointer;
  display: block;
  min-width: 0;
}

.user-role-checkbox {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.user-role-card {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #d6dee9;
  border-radius: 8px;
  color: #334155;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 2.9rem;
  padding: 0.65rem 0.75rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.user-role-name {
  font-weight: 800;
}

.user-role-switch {
  align-items: center;
  background: #cbd5e1;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.35rem;
  justify-content: flex-start;
  padding: 0.18rem;
  width: 2.35rem;
}

.user-role-switch::after {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.22);
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 0.99rem;
  transform: translateX(0);
  transition: transform 0.15s ease;
  width: 0.99rem;
}

.user-role-checkbox:checked + .user-role-card {
  background: #eef4ff;
  border-color: var(--tlfl-blue);
  box-shadow: inset 0 0 0 1px rgb(31 85 171 / 0.18);
  color: #172554;
}

.user-role-checkbox:checked + .user-role-card .user-role-switch {
  background: var(--tlfl-blue);
}

.user-role-checkbox:checked + .user-role-card .user-role-switch::after {
  transform: translateX(1rem);
}

.user-role-checkbox:focus-visible + .user-role-card {
  outline: 3px solid rgb(31 85 171 / 0.28);
  outline-offset: 2px;
}

.user-notification-option {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--tlfl-border-subtle);
  border-radius: 8px;
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.75rem;
}

.user-notification-fields {
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  margin: 0;
  padding: 0;
}

.user-section-subheader {
  background: linear-gradient(180deg, #fbfdff, #f4f7fb);
  border-bottom: 1px solid #dbe3ef;
  color: #0c2451;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  padding: 0.85rem 1.35rem;
}

.user-notification-options {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1rem 1.35rem 1.05rem;
}

.user-notification-options .user-notification-option {
  margin-top: 0;
}

.user-notification-checkbox {
  accent-color: var(--tlfl-blue);
  flex: 0 0 auto;
  margin: 0;
}

.user-notification-copy {
  display: grid;
  gap: 0.25rem;
}

.user-notification-title {
  color: var(--tlfl-text);
  font-weight: 900;
  line-height: 1.2;
}

.user-notification-detail {
  color: var(--tlfl-text-muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.user-password-fields {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.user-form label {
  color: #475569;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.1;
}

.user-form input:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.user-form select {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid #aebbd0;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 0.05);
  box-sizing: border-box;
  font: inherit;
  font-weight: 700;
  min-height: 2.35rem;
  padding: 0.48rem 0.62rem;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  width: 100%;
}

.user-form input:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]):focus-visible,
.user-form select:focus-visible {
  border-color: var(--tlfl-blue);
  box-shadow: var(--tlfl-focus-ring);
  outline: 0;
}

.user-form .user-role-checkbox {
  min-height: 1px;
  padding: 0;
  width: 1px;
}

.form-errors {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #7f1d1d;
  padding: 0.8rem 1rem;
}

.form-errors h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.user-profile-header {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.user-profile-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.user-profile-logout-form {
  margin: 0;
}

.user-profile-logout-button {
  align-items: center;
  appearance: none;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: var(--tlfl-radius-sm);
  box-shadow: 0 4px 10px rgb(194 65 12 / 0.12);
  color: #9a3412;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 2.35rem;
  padding: 0.62rem 0.82rem;
  text-align: center;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.user-profile-logout-button:hover {
  background: #c2410c;
  border-color: #c2410c;
  box-shadow: 0 6px 14px rgb(194 65 12 / 0.18);
  color: #ffffff;
  transform: translateY(-1px);
}

.user-profile-logout-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid #9a3412;
  outline-offset: 2px;
}

.user-profile-team {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin: 0.35rem 0 0;
}

.user-profile-team img {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.user-profile-details {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, max-content);
  margin: 1.25rem 0 0;
}

.user-profile-details div {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 0;
  padding: 0.85rem;
}

.user-profile-details dt {
  color: #4b5563;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.user-profile-details dd {
  font-weight: 700;
  margin: 0.25rem 0 0;
  min-width: 0;
  white-space: nowrap;
}

.user-profile-notifications {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  margin-top: 1.25rem;
  overflow: hidden;
}

.user-profile-notifications h2 {
  margin: 0;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.user-profile-notifications dl {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, max-content);
  margin: 0;
  padding: 0.85rem;
}

.user-profile-notifications dl div {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 10rem;
  padding: 0.85rem;
}

.user-profile-notifications dt {
  color: #4b5563;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.user-profile-notifications dd {
  font-weight: 700;
  margin: 0.25rem 0 0;
}

.users-admin-page {
  max-width: var(--tlfl-page-max-width);
}

.users-admin-heading {
  align-items: end;
}

.users-admin-count {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0.45rem 0 0;
}

.users-admin-summary {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(8rem, 1fr));
  margin-bottom: 1rem;
}

.users-admin-summary div {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 0.8rem 0.9rem;
}

.users-admin-summary span {
  color: #64748b;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.users-admin-summary strong {
  color: #111827;
  display: block;
  font-size: 1.55rem;
  line-height: 1.1;
  margin-top: 0.18rem;
}

.users-admin-table-wrap {
  background: var(--tlfl-surface);
  border: 1px solid var(--tlfl-table-border);
  border-radius: var(--tlfl-radius);
  box-shadow: 0 6px 18px rgb(17 24 39 / 0.06);
  overflow-x: auto;
}

.users-admin-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.users-admin-table th,
.users-admin-table td {
  border-bottom: 1px solid var(--tlfl-table-border);
  box-sizing: border-box;
  padding: 0.78rem 0.7rem;
  text-align: left;
  vertical-align: middle;
}

.users-admin-table th:nth-child(1) {
  width: 13%;
}

.users-admin-table th:nth-child(2) {
  width: 19%;
}

.users-admin-table th:nth-child(3) {
  width: 20%;
}

.users-admin-table th:nth-child(4) {
  width: 16%;
}

.users-admin-table th:nth-child(5) {
  width: 12%;
}

.users-admin-table th:nth-child(6) {
  width: 13%;
}

.users-admin-table th:nth-child(7) {
  width: 7%;
}

.users-admin-table.users-admin-index-table th:nth-child(1) {
  width: 11%;
}

.users-admin-table.users-admin-index-table th:nth-child(2) {
  width: 16%;
}

.users-admin-table.users-admin-index-table th:nth-child(3) {
  width: 17%;
}

.users-admin-table.users-admin-index-table th:nth-child(4) {
  width: 13%;
}

.users-admin-table.users-admin-index-table th:nth-child(5) {
  width: 10%;
}

.users-admin-table.users-admin-index-table th:nth-child(6) {
  width: 17%;
}

.users-admin-table.users-admin-index-table th:nth-child(7) {
  width: 10%;
}

.users-admin-table.users-admin-index-table th:nth-child(8) {
  width: 6%;
}

.users-admin-table th {
  background: var(--tlfl-table-header-bg);
  color: var(--tlfl-table-header-text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.users-admin-table tbody tr:last-child td {
  border-bottom: 0;
}

.users-admin-table tbody tr:nth-child(even) {
  background: var(--tlfl-table-row-alt);
}

.users-admin-table tbody tr:hover {
  background: var(--tlfl-table-row-hover);
}

.users-admin-name {
  color: #111827;
  display: block;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.users-admin-email {
  display: block;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.users-admin-team {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-weight: 800;
  gap: 0.55rem;
  line-height: 1.25;
}

.users-admin-team img {
  flex: 0 0 2rem;
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.users-admin-muted {
  color: #94a3b8;
  font-weight: 700;
}

.users-admin-last-seen {
  color: #475569;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.35;
}

.users-admin-password-status {
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.32rem;
  line-height: 1;
  padding: 0.42rem 0.55rem;
  white-space: nowrap;
}

.users-admin-password-status--personalized {
  background: #ecfdf3;
  border-color: #86efac;
  color: #166534;
}

.users-admin-password-status--unchanged {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}

.users-admin-notifications {
  display: grid;
  gap: 0.4rem;
}

.users-admin-notification {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  justify-content: space-between;
}

.users-admin-notification-label {
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
}

.users-admin-notification-state {
  border: 1px solid;
  border-radius: 999px;
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  min-width: 2.1rem;
  padding: 0.3rem 0.4rem;
  text-align: center;
}

.users-admin-notification-state--on {
  background: #ecfdf3;
  border-color: #86efac;
  color: #166534;
}

.users-admin-notification-state--off {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #64748b;
}

.users-admin-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.users-admin-credential {
  background: #eef4ff;
  border: 1px solid #bfd1f2;
  border-radius: 999px;
  color: #172554;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.42rem 0.55rem;
  white-space: nowrap;
}

.users-admin-credential-muted {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #64748b;
}

.users-admin-actions {
  text-align: right;
  width: 1%;
}

.users-admin-edit-link {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #1f2937;
  display: inline-flex;
  font-weight: 800;
  padding: 0.48rem 0.7rem;
}

.users-admin-edit-link:visited {
  color: #1f2937;
}

.users-admin-edit-link:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #111827;
}

.admin-players-page {
  max-width: 72rem;
}

.admin-players-heading {
  align-items: end;
}

.admin-players-count {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0.45rem 0 0;
}

.admin-players-toolbar {
  position: static;
  top: auto;
  z-index: auto;
}

.admin-players-scope-message strong {
  color: #111827;
}

.admin-players-table-wrap {
  background: var(--tlfl-surface);
  border: 1px solid var(--tlfl-table-border);
  border-radius: var(--tlfl-radius);
  box-shadow: 0 6px 18px rgb(17 24 39 / 0.06);
  overflow-x: auto;
}

.admin-players-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 48rem;
  table-layout: fixed;
  width: 100%;
}

.admin-players-name-col {
  width: 15.5rem;
}

.admin-players-position-col {
  width: 3.25rem;
}

.admin-players-team-col,
.admin-players-nfl-team-col {
  width: auto;
}

.admin-players-action-col {
  width: 5.5rem;
}

.admin-players-table th,
.admin-players-table td {
  border-bottom: 1px solid var(--tlfl-table-border);
  padding: 0.55rem 0.75rem;
  text-align: left;
  vertical-align: middle;
}

.admin-players-table th {
  background: var(--tlfl-table-header-bg);
  color: var(--tlfl-table-header-text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.admin-players-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-players-table tbody tr:nth-child(even) {
  background: var(--tlfl-table-row-alt);
}

.admin-players-table tbody tr:hover {
  background: var(--tlfl-table-row-hover);
}

.admin-players-table th:nth-child(2),
.admin-players-table td:nth-child(2),
.admin-players-table th:nth-child(5),
.admin-players-table td:nth-child(5),
.admin-players-table th:nth-child(6),
.admin-players-table td:nth-child(6) {
  text-align: center;
}

.admin-players-table th:nth-child(1),
.admin-players-table td:nth-child(1) {
  padding-right: 0.35rem;
}

.admin-players-table th:nth-child(2),
.admin-players-table td:nth-child(2) {
  padding-left: 0.25rem;
  padding-right: 0.35rem;
}

.admin-players-table th:nth-child(5),
.admin-players-table td:nth-child(5),
.admin-players-table th:nth-child(6),
.admin-players-table td:nth-child(6) {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}

.admin-players-name {
  color: #111827;
  display: block;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-players-position {
  color: #374151;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.admin-players-team,
.admin-players-nfl-team {
  color: #1f2937;
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-players-muted {
  color: #94a3b8;
  font-weight: 600;
}

.admin-players-actions {
  text-align: center;
  width: 1%;
}

.admin-players-action-link {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  box-sizing: border-box;
  color: #1f2937;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 3.65rem;
  padding: 0.4rem 0.5rem;
}

.admin-players-action-link:visited {
  color: #1f2937;
}

.admin-players-action-link:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #111827;
}

.admin-players-edit-link {
  background: #eef4ff;
  border-color: #bfd1f2;
  color: #172554;
}

.admin-players-edit-link:visited {
  color: #172554;
}

.admin-players-edit-link:hover {
  background: #dfeaff;
  border-color: #8fb0ea;
  color: #172554;
}

.admin-players-empty {
  background: var(--tlfl-surface-muted);
  color: var(--tlfl-text-muted);
  font-weight: 800;
  text-align: center;
}

.admin-regular-season-trades-page {
  max-width: 58rem;
}

.admin-regular-season-trades-table {
  min-width: 34rem;
}

.admin-regular-season-trades-table th:last-child,
.admin-regular-season-trades-table td:last-child {
  text-align: right;
}

.admin-regular-season-trades-team {
  white-space: normal;
}

.admin-regular-season-trades-input {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.45rem 0.55rem;
  text-align: center;
  width: 4.5rem;
}

.admin-regular-season-trades-actions {
  justify-content: flex-start;
  width: fit-content;
  z-index: 950;
}

.admin-regular-season-trades-actions .page-action-primary {
  margin-left: 0;
}

@media (max-width: 42rem) {
  .user-admin-form-page .form-grid,
  .user-notification-options,
  .user-role-fields,
  .users-admin-summary {
    grid-template-columns: 1fr;
  }

  .users-admin-heading {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .form-grid,
  .user-profile-details,
  .user-profile-notifications dl {
    grid-template-columns: 1fr;
  }

  .user-password-fields {
    max-width: none;
  }
}
