/* Comedy Competition Landing Page Styles */

body {
  background-color: #000;
  color: #fff;
  font-family: 'trump-gothic-pro', sans-serif;
  line-height: 1.4;
}

.competition-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.competition-logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.competition-tagline {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.red-banner {
  background-color: #00E013;
  color: #000;
  padding: 15px 20px;
  border-radius: 25px;
  margin: 20px 0;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #fff;
  font-family: 'Roboto', sans-serif;
}

.main-card-container {
  position: relative;
  margin: 0 0 40px;
  padding-top: 0;
}

.main-card-container .red-banner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 95%;
  line-height: 1.2;
  text-align: left;
  padding: 15px 30px;
  border-radius: 25px;
}

.main-card-container .red-banner div {
  margin: 2px 0;
}

.main-card {
  border: 2px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #000;
  margin-top: -20px;
  z-index: 1;
  padding-top: 10px;
}

.card-content {
  padding: 40px 30px 25px;
  position: relative;
  text-align: center;
}

.card-content .competition-text,
.card-content .small-text,
.card-content .highlight-text {
  text-align: center;
}

.card-content .small-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-content .competition-text:first-child {
  margin-top: 0;
}

.card-content .small-text:last-child {
  margin-bottom: 0;
}

.competition-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.highlight-text {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}

.card-content .highlight-text {
  margin: 20px 0;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.section-title {
  background-color: #00E013;
  color: #000;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 900;
  margin: 40px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #00E013;
  font-family: 'Roboto', sans-serif;
}

.section-subtitle {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.schedule-item {
  margin-bottom: 8px;
  display: block;
  line-height: 1.6;
}

.schedule-item strong {
  margin-right: 5px;
}

.prize-section {
  margin: 30px 0;
}

.small-text {
  font-size: 14px;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 20px;
}

.competition-container .apply-button {
  background-color: #00E013;
  color: #000;
  border: 3px solid #fff;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 900;
  border-radius: 30px;
  margin: 30px 0;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 0 0 1px #00E013;
  font-family: 'Roboto', sans-serif;
}

.competition-container .apply-button:hover {
  background-color: #00B00F;
  color: #000;
  text-decoration: none;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #00B00F;
}

.competition-container a {
  color: #00E013;
  text-decoration: none;
}

.competition-container a:hover {
  color: #00E013;
  text-decoration: underline;
}

.text-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.basics-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.basics-container .section-title {
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

.faq-link {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}