/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}

a {
  color: #190B60;
  text-decoration: none;
}
a:hover {
  color: #190B60;
  text-decoration: underline;
}

.badge {
  display: inline-flex;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid;
  padding: 4px 8px;
}
.badge--blue {
  color: #1E429F;
  background: #EBF5FF;
  border-color: #BCDDF4;
}
.badge--red {
  color: #A40F0F;
  background: #FDF2F2;
  border-color: #F05252;
}
.badge--green {
  color: #014737;
  background: #F3FAF7;
  border-color: #0E9F6E;
}
.badge--yellow {
  color: #723B13;
  background: #FDFDEA;
  border-color: #E6D2B7;
}

.body {
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.disclaimer {
  width: 100%;
  color: #404040;
  background-color: #F5F5F5;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .disclaimer {
    padding: 12px 32px;
  }
}
@media (min-width: 1024px) {
  .disclaimer {
    padding: 12px 48px;
  }
}

.event-banner {
  height: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-banner {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .event-banner {
    height: 448px;
  }
}
.event-banner__body {
  display: flex;
  flex-grow: 1;
  align-items: start;
  position: relative;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  color: #F5F5F5;
  background-color: #171717;
}
@media (min-width: 375px) {
  .event-banner__body {
    min-height: 244px;
  }
}
@media (min-width: 400px) {
  .event-banner__body {
    padding: 24px;
  }
}
.event-banner__details {
  width: 132px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .event-banner__details {
    width: 183px;
  }
}
@media (min-width: 400px) {
  .event-banner__details {
    width: 160px;
  }
}
@media (min-width: 500px) {
  .event-banner__details {
    width: 236px;
  }
}
@media (min-width: 600px) {
  .event-banner__details {
    width: 256px;
  }
}
@media (min-width: 768px) {
  .event-banner__details {
    width: 308px;
  }
}
@media (min-width: 1024px) {
  .event-banner__details {
    width: 420px;
  }
}
@media (min-width: 1200px) {
  .event-banner__details {
    width: 480px;
  }
}
.event-banner__date {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .event-banner__date {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .event-banner__date {
    font-size: 28px;
  }
}
.event-banner__prefix {
  display: flex;
  margin-bottom: 16px;
}
.event-banner__badge {
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 6px;
}
@media (min-width: 768px) {
  .event-banner__badge {
    font-size: 16px;
  }
}
.event-banner__badge--fight-night {
  color: rgba(0, 0, 0, 0.8);
  background: #8E79C8;
}
.event-banner__badge--ppv {
  color: rgba(0, 0, 0, 0.8);
  background: #30BF97;
}
.event-banner__headline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 400px) {
  .event-banner__headline {
    font-size: 22px;
  }
}
@media (min-width: 600px) {
  .event-banner__headline {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .event-banner__headline {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .event-banner__headline {
    font-size: 48px;
  }
}
.event-banner__venue {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event-banner__venue {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .event-banner__venue {
    font-size: 28px;
  }
}
.event-banner__city {
  font-size: 14px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .event-banner__city {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .event-banner__city {
    font-size: 28px;
  }
}
.event-banner__photo {
  position: absolute;
  bottom: -30px;
  right: -272px;
  width: 384px;
  height: 384px;
  object-fit: cover;
  object-position: center center;
  border-radius: 9999px;
  border: 8px solid #39D1D7;
  box-sizing: content-box;
}
@media (min-width: 400px) {
  .event-banner__photo {
    right: -240px;
  }
}
@media (min-width: 500px) {
  .event-banner__photo {
    right: -216px;
  }
}
@media (min-width: 600px) {
  .event-banner__photo {
    right: -136px;
  }
}
@media (min-width: 768px) {
  .event-banner__photo {
    width: 600px;
    height: 600px;
    top: -160px;
    right: -252px;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .event-banner__photo {
    width: 768px;
    height: 768px;
    top: -255px;
    right: -320px;
  }
}
@media (min-width: 1200px) {
  .event-banner__photo {
    right: -208px;
  }
}

.event-card {
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  text-decoration: none;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}
@media (min-width: 375px) {
  .event-card {
    min-height: 244px;
  }
}
@media (min-width: 768px) {
  .event-card {
    display: flex;
    height: auto;
    width: 100%;
  }
}
.event-card:hover {
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.event-card__body {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding: 16px;
  overflow: hidden;
  color: #F5F5F5;
  background-color: #171717;
}
@media (min-width: 400px) {
  .event-card__body {
    padding: 24px;
  }
}
.event-card__details {
  width: 132px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .event-card__details {
    width: 183px;
  }
}
@media (min-width: 400px) {
  .event-card__details {
    width: 160px;
  }
}
@media (min-width: 500px) {
  .event-card__details {
    width: 236px;
  }
}
@media (min-width: 600px) {
  .event-card__details {
    width: 256px;
  }
}
@media (min-width: 768px) {
  .event-card__details {
    width: 392px;
  }
}
.event-card__date {
  font-size: 14px;
  margin-bottom: 8px;
}
.event-card__prefix {
  display: flex;
  margin-bottom: 16px;
}
.event-card__badge {
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 6px;
}
.event-card__badge--fight-night {
  color: rgba(0, 0, 0, 0.8);
  background: #8E79C8;
}
.event-card__badge--ppv {
  color: rgba(0, 0, 0, 0.8);
  background: #30BF97;
}
.event-card__headline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 400px) {
  .event-card__headline {
    font-size: 22px;
  }
}
@media (min-width: 600px) {
  .event-card__headline {
    font-size: 24px;
  }
}
.event-card__venue {
  font-size: 14px;
  font-weight: 500;
}
.event-card__city {
  font-size: 14px;
  margin-bottom: 24px;
}
.event-card__photo {
  position: absolute;
  bottom: -30px;
  right: -272px;
  width: 384px;
  height: 384px;
  object-fit: cover;
  border-radius: 9999px;
  border: 8px solid #39D1D7;
  box-sizing: content-box;
}
@media (min-width: 400px) {
  .event-card__photo {
    right: -240px;
  }
}
@media (min-width: 500px) {
  .event-card__photo {
    right: -216px;
  }
}
@media (min-width: 600px) {
  .event-card__photo {
    right: -136px;
  }
}
.event-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #38375C;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #F5F5F5;
  background-color: transparent;
  border: 2px solid #737373;
  display: none;
}
@media (min-width: 600px) {
  .event-card__button {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  .event-card__button {
    display: flex;
  }
}

.event-description {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .event-description {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .event-description {
    font-size: 20px;
    line-height: 1.6;
  }
}
.event-description__header {
  display: flex;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 8px;
}
.event-description__last-updated {
  font-size: 14px;
  color: #737373;
  font-weight: 600;
  font-style: italic;
  padding-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%23737373' d='M256 0L224 0l0 32 0 64 0 32 64 0 0-32 0-29.3C378.8 81.9 448 160.9 448 256c0 106-86 192-192 192S64 362 64 256c0-53.7 22-102.3 57.6-137.1L76.8 73.1C29.5 119.6 0 184.4 0 256C0 397.4 114.6 512 256 512s256-114.6 256-256S397.4 0 256 0zM193 159l-17-17L142.1 176l17 17 80 80 17 17L289.9 256l-17-17-80-80z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 768px) {
  .event-description__last-updated {
    font-size: 16px;
  }
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 756px;
  margin: 0;
  padding: 0;
}

.fight-announcement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid #D4D4D4;
}
.fight-announcement__header {
  display: flex;
  grid-column: 1/-1;
  margin-bottom: 16px;
}
.fight-announcement__red-corner {
  display: grid;
  grid-template-areas: "flag name" "rank record";
  gap: 8px;
  align-items: center;
  text-align: left;
  margin-right: auto;
}
.fight-announcement__blue-corner {
  display: grid;
  grid-template-areas: "name flag" "record rank";
  gap: 8px;
  align-items: center;
  text-align: right;
  margin-left: auto;
}
.fight-announcement__weight-class {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}
.fight-announcement__flag {
  height: 21px;
  width: 28px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.fight-announcement__name {
  grid-area: name;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .fight-announcement__name {
    font-size: 16px;
  }
}
.fight-announcement__ranking-wrapper {
  display: flex;
  width: 48px;
}
.fight-announcement__ranking {
  font-size: 12px;
  color: #404040;
  background: #E5E5E5;
  padding: 2px 4px;
  border-radius: 8px;
}
.fight-announcement__ranking:empty {
  background: transparent;
}
.fight-announcement__ranking--red-corner {
  margin-right: auto;
}
.fight-announcement__ranking--blue-corner {
  margin-left: auto;
}
.fight-announcement__rank {
  grid-area: rank;
  font-size: 12px;
  color: #404040;
  background: #E5E5E5;
  padding: 2px 4px;
  border-radius: 8px;
  margin-bottom: auto;
  text-align: center;
}
.fight-announcement__rank:empty {
  background: transparent;
}
.fight-announcement__record {
  grid-area: record;
  font-size: 14px;
  color: #737373;
}
.fight-announcement__badge {
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 6px;
}
.fight-announcement__badge--fight-added {
  color: rgba(0, 0, 0, 0.8);
  background: #D9E4FF;
}
.fight-announcement__badge--fight-updated {
  color: rgba(0, 0, 0, 0.8);
  background: #FFF0D9;
}
.fight-announcement__badge--fight-canceled {
  color: rgba(0, 0, 0, 0.8);
  background: #FFD9D9;
}
.fight-announcement__star {
  display: flex;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%23FFCE0E' d='M16 288L320 0 260.7 197.6 432 224 128 512l59.3-197.6L16 288z'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}
.fight-announcement__date {
  font-size: 12px;
  margin-left: auto;
}
.fight-announcement__footer {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  padding: 16px;
  margin-top: 16px;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
}
.fight-announcement__event-name {
  font-size: 14px;
  padding-left: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12.25' width='14' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%23404040' d='M152 24l0-24L104 0l0 24 0 40L0 64l0 80 0 48L0 464l0 48 48 0 352 0 48 0 0-48 0-272 0-48 0-80L344 64l0-40 0-24L296 0l0 24 0 40L152 64l0-40zM48 192l352 0 0 272L48 464l0-272z'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
}
.fight-announcement__event-link {
  font-size: 12px;
  margin-top: 4px;
  margin-right: auto;
}
.fight-announcement__note {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: -4px;
  color: #262626;
}
.fight-announcement__source {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  color: #525252;
}
.fight-announcement__source-link {
  margin-left: 5px;
  padding-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='10' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%23190B60' d='M320 0L288 0l0 64 32 0 82.7 0L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3l0 82.7 0 32 64 0 0-32 0-160 0-32L480 0 320 0zM32 32L0 32 0 64 0 480l0 32 32 0 424 0 32 0 0-32 0-128 0-32-64 0 0 32 0 96L64 448 64 96l96 0 32 0 0-64-32 0L32 32z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
}

.fight-announcement-list {
  /* Component Styles */
}

.flash-message {
  display: none;
  padding: 16px;
  font-size: 12px;
  margin: -24px 0 24px;
  border-radius: 8px;
}
.flash-message--success {
  display: flex;
  color: #014737;
  background: #F3FAF7;
}
.flash-message--error {
  display: flex;
  color: #A40F0F;
  background: #FDF2F2;
}

.footer {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  padding: 32px 16px;
  background-color: #171717;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .footer {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 32px 48px;
  }
}
.footer__links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.footer__link {
  color: #FFFFFF;
  text-decoration: none;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .form--horizontal {
    flex-direction: row;
  }
}
.form__field {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.form__label {
  margin-bottom: 8px;
  font-weight: 600;
}
.form__input {
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 12px 16px;
  background: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .form--horizontal .form__input {
    max-width: 234px;
  }
}
@media (min-width: 1200px) {
  .form--horizontal .form__input--small {
    max-width: 148px;
  }
}
.form__input[aria-invalid=true] {
  border-color: #F05252;
}
.form__input[aria-invalid=true]:focus {
  border-color: #F05252;
  box-shadow: 0 0 0 4px #FDF2F2;
}
.form__input:focus {
  outline: none;
  border-color: #BCDDF4;
  box-shadow: 0 0 0 4px #EBF5FF;
}
.form__file-input {
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 0 8px 0 0;
  background: #FFFFFF;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .form--horizontal .form__file-input {
    max-width: 234px;
  }
}
.form__file-input[aria-invalid=true] {
  border-color: #F05252;
}
.form__file-input[aria-invalid=true]:focus {
  border-color: #F05252;
  box-shadow: 0 0 0 4px #FDF2F2;
}
.form__file-input:focus {
  outline: none;
  border-color: #BCDDF4;
  box-shadow: 0 0 0 4px #EBF5FF;
}
.form__file-input::file-selector-button {
  background-color: #F5F5F5;
  border: none;
  border-right: 1px solid #D4D4D4;
  margin-right: 12px;
  padding: 0 12px;
  height: 44px;
}
.form__checkbox-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.form__checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
}
.form__checkbox:checked {
  border-width: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: #171717;
  background-position: 50%;
}
.form__checkbox-label {
  font-weight: 600;
}
.form__hint {
  font-size: 12px;
  margin-top: 4px;
  color: #737373;
}
.form__error {
  font-size: 12px;
  margin-top: 4px;
  color: #A40F0F;
}
.form__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 16px;
}
@media (min-width: 1200px) {
  .form--horizontal .form__buttons {
    padding-top: 24px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #38375C;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (min-width: 600px) {
  .form__button {
    font-size: 14px;
  }
}
.form__cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #38375C;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #F5F5F5;
  background-color: transparent;
  border: 2px solid #737373;
  color: #262626;
}
@media (min-width: 600px) {
  .form__cancel {
    font-size: 14px;
  }
}
.form__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #262626;
}

.header {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 16px;
  background-color: #171717;
}
@media (min-width: 1024px) {
  .header {
    height: 96px;
    padding: 0 24px;
  }
}
.header__logo {
  height: 48px;
}
@media (min-width: 1024px) {
  .header__logo {
    height: 72px;
  }
}
.header__tagline {
  display: none;
  height: 14px;
  margin-left: auto;
}
@media (min-width: 600px) {
  .header__tagline {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__tagline {
    height: 18px;
  }
}

.link {
  color: #1E429F;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}

.matchup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  padding: 8px 0 16px;
  border-bottom: 1px solid #D4D4D4;
}
.matchup__header {
  display: flex;
  justify-content: center;
  grid-column: 1/-1;
  margin-bottom: 16px;
}
.matchup__red-corner {
  display: grid;
  grid-template-areas: "flag name" "rank record";
  gap: 8px;
  align-items: center;
  text-align: left;
  margin-right: auto;
}
.matchup__blue-corner {
  display: grid;
  grid-template-areas: "name flag" "record rank";
  gap: 8px;
  align-items: center;
  text-align: right;
  margin-left: auto;
}
.matchup__weight-class {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}
.matchup__flag {
  height: 21px;
  width: 28px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.matchup__name {
  grid-area: name;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .matchup__name {
    font-size: 16px;
  }
}
.matchup__ranking-wrapper {
  display: flex;
  width: 48px;
}
.matchup__ranking {
  font-size: 12px;
  color: #404040;
  background: #E5E5E5;
  padding: 2px 4px;
  border-radius: 8px;
}
.matchup__ranking:empty {
  background: transparent;
}
.matchup__ranking--red-corner {
  margin-right: auto;
}
.matchup__ranking--blue-corner {
  margin-left: auto;
}
.matchup__rank {
  grid-area: rank;
  font-size: 12px;
  color: #404040;
  background: #E5E5E5;
  padding: 2px 4px;
  border-radius: 8px;
  margin-bottom: auto;
  text-align: center;
}
.matchup__rank:empty {
  background: transparent;
}
.matchup__record {
  grid-area: record;
  font-size: 14px;
  color: #737373;
}

.newsletter-subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 756px;
  height: 284px;
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  font-family: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.newsletter-subscribe__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
}
.newsletter-subscribe__logo {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-bottom: 8px;
}
.newsletter-subscribe__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #262626;
}
.newsletter-subscribe__tagline {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  text-align: center;
  color: #737373;
}
.newsletter-subscribe__input {
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 12px 16px;
  background: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsletter-subscribe__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #38375C;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #171717;
  box-shadow: none;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .newsletter-subscribe__button {
    font-size: 14px;
  }
}
.newsletter-subscribe__link {
  font-size: 14px;
  color: #737373;
}

.notice {
  font-weight: 500;
  border: 2px solid;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
}
.notice--grey {
  border-color: #E5E5E5;
  background-color: #F5F5F5;
  color: #A3A3A3;
}
.notice--blue {
  border-color: #BCDDF4;
  background-color: #EBF5FF;
  color: #1E429F;
}

.page {
  padding: 32px 16px;
}
.page--default {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) {
  .page--default {
    padding: 32px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .page--default {
    padding: 48px;
  }
}
.page--auth {
  max-width: 500px;
  margin: auto;
}
@media (min-width: 1024px) {
  .page--auth {
    padding: 48px 16px;
  }
}
.page__header {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .page__header {
    font-size: 42px;
    margin-bottom: 48px;
  }
}
.page__title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page__title {
    font-size: 42px;
  }
}
.page__title::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 48px;
  height: 4px;
  background: #39D1D7;
}
@media (min-width: 1024px) {
  .page__title::after {
    margin-top: 24px;
  }
}
.page__columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 48px;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .page__columns {
    grid-template-columns: auto 300px;
  }
}
.page__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (min-width: 600px) {
  .page__sidebar {
    align-items: start;
  }
}
.page__section {
  margin-bottom: 48px;
}
.page__section--centered {
  display: flex;
  justify-content: center;
}
.page__section-title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page__section-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page__section-title {
    font-size: 38px;
  }
}
.page__subsection-title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .page__subsection-title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .page__subsection-title {
    font-size: 24px;
  }
}
.page__icon {
  display: flex;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.page__icon--edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23262626' d='M10.2 461L0 512l51-10.2L160 480 420.7 219.3l-16-16-96-96-16-16L32 352 10.2 461zM315.3 68.7l16 16 96 96 16 16 34.7-34.7L512 128 478.1 94.1 417.9 33.9 384 0 350.1 33.9 315.3 68.7zM99.9 352l12.1 0 0 48 48 0 0 12.1-23.7 23.7-75.1 15 15-75.1L99.9 352zM326.6 176l-11.3 11.3-144 144L160 342.6 137.4 320l11.3-11.3 144-144L304 153.4 326.6 176z'/%3E%3C/svg%3E");
}
.page__icon:hover {
  background-color: #F5F5F5;
}
.page__content {
  line-height: 1.5;
}
.page__back-link {
  color: #262626;
  margin: 0 auto;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='16' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%23404040' d='M25.4 278.6L2.7 256l22.6-22.6 144-144L192 66.7 237.2 112l-22.6 22.6L125.2 224 416 224l32 0 0 64-32 0-290.7 0 89.4 89.4L237.2 400 192 445.3l-22.6-22.6-144-144z'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
}
.pagination__info {
  color: #525252;
}
.pagination__links {
  display: flex;
  gap: 8px;
}
.pagination__link {
  display: flex;
  padding: 4px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-decoration: none;
  color: #262626;
}
.pagination__link:hover {
  background: #F5F5F5;
  text-decoration: none;
}
.pagination__link--disabled {
  background: #F5F5F5;
  color: #737373;
}

.partner-asset {
  display: flex;
  width: 100%;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.partner-asset--sidebar {
  max-width: 300px;
  justify-self: center;
}
@media (min-width: 600px) {
  .partner-asset--sidebar {
    justify-self: auto;
  }
}
.partner-asset--main {
  max-width: 728px;
  margin: auto;
}
.partner-asset--desktop {
  display: none;
}
@media (min-width: 600px) {
  .partner-asset--desktop {
    display: flex;
  }
}
@media (min-width: 600px) {
  .partner-asset--mobile {
    display: none;
  }
}
.partner-asset__img {
  width: 100%;
}

.tab {
  padding: 12px 16px;
  text-decoration: none;
  color: #525252;
}
.tab:hover {
  color: #262626;
}
.tab--active {
  color: #262626;
  border-bottom: 1px solid #171717;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
.table__header-row {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  background: #F5F5F5;
  border-bottom: 1px solid #E5E5E5;
}
.table__header-cell {
  padding: 16px 24px;
}
.table__row {
  border-bottom: 1px solid #E5E5E5;
}
.table__cell {
  padding: 16px 24px;
  white-space: nowrap;
}
.table__sort-link {
  padding-right: 16px;
  color: #262626;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='7.5' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23D4D4D4' d='M160 32L0 192l0 32 320 0 0-32L160 32zm0 448L320 320l0-32L0 288l0 32L160 480z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
}
.table__sort-link--asc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='7.5' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath class='fa-secondary' opacity='1' fill='%23D4D4D4' d='M0 288l0 48L160 480 320 336l0-48L0 288z'/%3E%3Cpath class='fa-primary' fill='%23525252' d='M0 176L160 32 320 176v48H0V176z'/%3E%3C/svg%3E");
}
.table__sort-link--desc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='7.5' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath class='fa-secondary' opacity='1' fill='%23525252' d='M0 288l0 48L160 480 320 336l0-48L0 288z'/%3E%3Cpath class='fa-primary' fill='%23D4D4D4' d='M0 176L160 32 320 176v48H0V176z'/%3E%3C/svg%3E");
}

.table-wrapper {
  overflow-x: auto;
}

.tabs {
  font-size: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.tabs__content {
  display: flex;
  gap: 16px;
  margin-bottom: -1px;
}

.ticket-seller {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #262626;
}
.ticket-seller__notice {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12px;
  font-style: italic;
  color: #404040;
  margin-bottom: 16px;
  background: #F5F5F5;
  line-height: 1.3;
}
.ticket-seller__pricing {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ticket-seller__pricing {
    margin-right: 24px;
  }
}
.ticket-seller__price-display {
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  justify-content: right;
  padding-right: 4px;
}
.ticket-seller__price-from {
  font-size: 10px;
  color: #737373;
}
.ticket-seller__price {
  font-size: 16px;
  font-weight: 600;
}
.ticket-seller__price-highlight {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-left: auto;
  background: #D3FFD2;
  color: #006E2B;
  border-radius: 4px;
  padding: 2px 6px 2px 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='13.333' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath fill='%2300A645' d='M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 4px 2px;
}
.ticket-seller__badge .badge {
  font-size: 11px;
}
@media (min-width: 400px) {
  .ticket-seller__badge .badge {
    font-size: 14px;
  }
}
.ticket-seller__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #38375C;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: none;
}
@media (min-width: 600px) {
  .ticket-seller__button {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .ticket-seller__button {
    display: flex;
  }
}
.ticket-seller__logo {
  height: 44px;
  padding-right: 8px;
}
.ticket-seller__icons {
  display: flex;
  margin-left: 16px;
  gap: 8px;
}
.ticket-seller__icon {
  display: flex;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ticket-seller__icon--edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23262626' d='M10.2 461L0 512l51-10.2L160 480 420.7 219.3l-16-16-96-96-16-16L32 352 10.2 461zM315.3 68.7l16 16 96 96 16 16 34.7-34.7L512 128 478.1 94.1 417.9 33.9 384 0 350.1 33.9 315.3 68.7zM99.9 352l12.1 0 0 48 48 0 0 12.1-23.7 23.7-75.1 15 15-75.1L99.9 352zM326.6 176l-11.3 11.3-144 144L160 342.6 137.4 320l11.3-11.3 144-144L304 153.4 326.6 176z'/%3E%3C/svg%3E");
}
.ticket-seller__icon--delete {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='12.25' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23262626' d='M144 0L304 0l16 32 128 0 0 64L0 96 0 32l128 0L144 0zM32 128l384 0 0 384L32 512l0-384zm112 64l-32 0 0 16 0 224 0 16 32 0 0-16 0-224 0-16zm96 0l-32 0 0 16 0 224 0 16 32 0 0-16 0-224 0-16zm96 0l-32 0 0 16 0 224 0 16 32 0 0-16 0-224 0-16z'/%3E%3C/svg%3E");
}
.ticket-seller__icon:hover {
  background-color: #F5F5F5;
}

.ticket-sellers__row {
  display: block;
  border-bottom: 1px solid #D4D4D4;
  padding: 16px 0;
}
