﻿.section h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 1.5rem;
}

.section h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 1rem;
}

.section-header>span {
  margin-bottom: 8px;
}

.rainbow-line {
  margin-top: 40px;
}

.table-spacer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.prize-money-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--color-black, #000);
}

.prize-money-section-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}

.prize-money-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}

.prize-money-section a {
  text-decoration: none;
  font-weight: 600;
  color: #DA1E28;
}

.prize-money-description.no-content {
  margin-bottom: inherit;
}

.prize-money-description.sub {
  font-weight: 500;
}

.prize-money-description.sub>ul {
  margin-left: 20px;
}

.prize-money-description.sub>small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.prize-money-list-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.prize-money-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prize-money-list-item {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-black, #000);
}

.prize-money-list-item-value {
  text-align: right;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .rainbow-line {
    margin-top: 48px;
  }

  .section p {
    font-size: 18px;
    line-height: 28px;
  }

  .section li {
    font-size: 20px;
    line-height: 30px;
  }

  .section h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .section h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {
  .prize-money-section {
    display: flex;
    justify-content: space-between;
  }

  .prize-money-section>div {
    width: 696px;
  }
}
