/* style/sports.css */

/* Base styles for the sports page */
.page-sports {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
  line-height: 1.6;
}

.page-sports__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
.page-sports h1,
.page-sports h2,
.page-sports h3,
.page-sports h4,
.page-sports h5,
.page-sports h6 {
  color: #CC0000; /* Main brand color for headings */
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-sports h1.page-sports__main-title {
  font-size: 3.2em;
  text-align: center;
  color: #FFD700; /* Gold for main title for luxury feel */
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-sports__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 25px;
  color: #FFD700; /* Gold for section titles */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.page-sports__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f0f0f0;
}

.page-sports__description-text {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}