.t3c-registration {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 3rem 1rem 4rem;
  color: #263238;
}

.t3c-registration__header {
  margin-bottom: 1.5rem;
}

.t3c-registration__eyebrow {
  margin: 0 0 0.25rem;
  color: #607d8b;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.t3c-registration__header h2 {
  margin: 0;
  color: #1d4f7c;
  font-size: 2rem;
  font-weight: 700;
}

.t3c-registration__note {
  margin-bottom: 1.25rem;
  padding: 1rem 1.125rem;
  border-left: 4px solid #1d75bd;
  background: #eef6fb;
  border-radius: 4px;
}

.t3c-tournament-summary {
  margin: 0 0 1.25rem;
  padding: 1.25rem;
  border: 1px solid #dde5ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(33, 54, 74, 0.08);
}

.t3c-tournament-summary__head {
  margin-bottom: 1rem;
}

.t3c-tournament-summary__head h2 {
  margin: 0;
  color: #1d4f7c;
  font-size: 1.35rem;
  font-weight: 700;
}

.t3c-tournament-summary__description {
  margin-top: 0.75rem;
  color: #37474f;
  line-height: 1.6;
}

.t3c-tournament-summary__description p {
  margin: 0 0 0.75rem;
}

.t3c-tournament-summary__description p:last-child {
  margin-bottom: 0;
}

.t3c-tournament-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem 1.25rem;
  margin: 0;
}

.t3c-tournament-summary__grid div {
  min-width: 0;
}

.t3c-tournament-summary__grid dt {
  color: #607d8b;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.t3c-tournament-summary__grid dd {
  margin: 0.15rem 0 0;
  color: #263238;
  font-weight: 700;
}

.t3c-tournament-summary__link {
  margin: 1rem 0 0;
}

.t3c-tournament-summary__link a {
  color: #1d75bd;
  font-weight: 700;
}

.t3c-registration__form {
  display: grid;
  gap: 1.25rem;
}

.t3c-registration__section {
  padding: 1.25rem;
  border: 1px solid #dde5ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(33, 54, 74, 0.08);
}

.t3c-registration__section-head {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8eef2;
  padding-bottom: 0.75rem;
}

.t3c-registration__section-head h3 {
  margin: 0;
  color: #1d4f7c;
  font-size: 1.15rem;
  font-weight: 700;
}

.t3c-registration__section-head span {
  color: #607d8b;
  font-size: 0.875rem;
}

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

.t3c-registration__grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t3c-registration__field {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  font-weight: 600;
}

.t3c-registration__field--wide {
  grid-column: span 2;
}

.t3c-registration__custom-text {
  color: #455a64;
  font-weight: 400;
  line-height: 1.55;
}

.t3c-registration__custom-text p {
  margin: 0;
}

.t3c-registration__field--small {
  max-width: 12rem;
}

.t3c-registration__field span {
  color: #263238;
  font-size: 0.925rem;
}

.t3c-registration__field strong,
.t3c-registration__field em {
  margin-left: 0.35rem;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.t3c-registration__field strong {
  color: #bd1d43;
}

.t3c-registration__field em {
  color: #607d8b;
}

.t3c-registration__field input,
.t3c-registration__field select,
.t3c-registration__field textarea {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid #cbd7df;
  border-radius: 6px;
  padding: 0.55rem 0.7rem;
  background: #fff;
  color: #1f2f3a;
  font: inherit;
  font-weight: 400;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.t3c-registration__field textarea {
  min-height: 7rem;
  resize: vertical;
}

.t3c-registration__field input:focus,
.t3c-registration__field select:focus,
.t3c-registration__field textarea:focus {
  outline: 0;
  border-color: #1d75bd;
  box-shadow: 0 0 0 3px rgba(29, 117, 189, 0.16);
}

.t3c-registration__lookup {
  position: relative;
  margin-bottom: 1rem;
}

.t3c-player-results {
  display: grid;
  gap: 0.35rem;
  margin: -0.5rem 0 1rem;
  padding: 0.75rem;
  border: 1px solid #cbd7df;
  border-radius: 6px;
  background: #f8fbfd;
}

.t3c-player-results[hidden] {
  display: none;
}

.t3c-player-results__item {
  width: 100%;
  border: 1px solid #d7e1e7;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  background: #fff;
  color: #1d4f7c;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.t3c-player-results__item:hover,
.t3c-player-results__item:focus {
  border-color: #1d75bd;
  background: #eef6fb;
}

.t3c-player-results__message {
  color: #607d8b;
  font-size: 0.95rem;
}

.t3c-registration__footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border: 1px solid #dde5ea;
  border-radius: 8px;
  background: #fff;
}

.t3c-registration__consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0;
  color: #37474f;
  font-size: 0.95rem;
  font-weight: 400;
}

.t3c-registration__consent input {
  margin-top: 0.2rem;
}

.t3c-registration__custom-check {
  align-self: end;
  min-height: 2.75rem;
}

.t3c-registration__submit {
  min-height: 2.75rem;
  border: 0;
  border-radius: 6px;
  padding: 0.65rem 1.2rem;
  background: #1d75bd;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.t3c-registration__submit:hover,
.t3c-registration__submit:focus {
  background: #155c96;
}

@media (max-width: 760px) {
  .t3c-registration {
    padding: 2rem 1rem 3rem;
  }

  .t3c-registration__header h2 {
    font-size: 1.6rem;
  }

  .t3c-registration__section-head,
  .t3c-registration__footer {
    display: grid;
  }

  .t3c-registration__grid,
  .t3c-registration__grid--compact,
  .t3c-tournament-summary__grid {
    grid-template-columns: 1fr;
  }

  .t3c-registration__field--wide {
    grid-column: auto;
  }

  .t3c-registration__submit {
    width: 100%;
  }
}
