body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  background: #f8f8f8;
  color: #222;
}
.ot-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5em 0;
  position: relative;
}
.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1em;
}
.logo img {
  max-width: 180px;
  height: auto;
}
.banner {
  flex-shrink: 0;
}

.main-nav {
  width: 100%;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  background: #fff;
}
.main-nav li {
  margin: 0 0.7em;
}
.main-nav a {
  color: #0073b1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em 0;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: #e94e1b;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  margin-left: 1em;
}
.nav-toggle span {
  display: block;
  width: 28px;
  height: 4px;
  background: #0073b1;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .flex-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner {
    margin-top: 1em;
  }
}

/* Make navigation responsive for screens ≤800px */
@media (max-width: 800px) {
  .main-nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    padding: 0.5em 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  body.nav-open .main-nav ul {
    display: flex;
  }
  /* Hamburger menu button */
  .nav-toggle {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    margin-left: 1em;
  }
  .nav-toggle span {
    display: block;
    width: 28px;
    height: 4px;
    background: #0073b1;
    border-radius: 2px;
  }
  .main-nav li {
    margin: 0.5em 1em;
    width: 100%;
  }
  .main-nav a {
    display: block;
    padding: 0.5em 0;
  }
}

/* Style for source/date information */
.vusur {
  font-size: 0.85em;
  font-style: italic;
  color: #777;
  margin-left: 0.4em;
}

.ot_footer {
  background: #222;
  color: #fff;
  padding: 2em 0 1em 0;
  text-align: center;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #e94e1b;
}
.footer-meta {
  font-size: 0.95em;
  color: #bbb;
}
.ot_content {
  max-width: 1100px;
  margin: 2em auto;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.flex-section {
  display: flex;
  gap: 2em;
  align-items: center;
  margin: 2em 0;
}
.actus-photo img {
  max-width: 180px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 800px) {
  .flex-section {
    flex-direction: column;
    gap: 1em;
  }
  .actus-photo img {
    max-width: 100%;
  }
}
.google-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
}
.forum-tip {
  font-size: 0.95em;
  color: #888;
  margin-top: 0.5em;
}
.clubs-link {
  display: inline-block;
  margin-top: 0.5em;
  color: #0073b1;
  font-weight: bold;
}
.clubs-link:hover {
  color: #e94e1b;
}

/* Hide banner on screens smaller than 728px */
@media (max-width: 727px) {
  .banner {
    display: none;
  }
}

* Video page styles */ .video-section h2 {
  margin-bottom: 1.5em;
}

.video-grid {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.video-item {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}

.video-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.video-container .bbvideo {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  display: block;
}

.video-container .bbvideo > div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.ot_message {
  background: #f5f5f5;
  border-left: 4px solid #0073b1;
  padding: 1em;
  margin-bottom: 1.5em;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 600px) {
  .video-container {
    max-width: 100%;
  }
}

/* Athletes/Blogs page styles */
.blogs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.blogs-list li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f0;
}

.elite-badge,
.amateur-badge {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.elite-badge {
  background-color: #e94e1b;
  color: white;
}

.amateur-badge {
  background-color: #0073b1;
  color: white;
}

.blog-name {
  font-weight: 600;
}

.requirements-list {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.sub-requirements {
  list-style: circle;
  padding-left: 1.5em;
  margin-top: 0.5em;
}

.blog-platforms {
  background: #f8f8f8;
  padding: 1em;
  border-radius: 4px;
  margin-top: 1.5em;
}

.guidelines-section h2 {
  margin-top: 2em;
}

/* Clubs page styles */
.clubs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.clubs-list li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f0;
}

.featured-club-badge,
.regular-club-badge {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.featured-club-badge {
  background-color: #e94e1b;
  color: white;
}

.regular-club-badge {
  background-color: #0073b1;
  color: white;
}

.club-name {
  font-weight: 600;
}

/* Tools page styles */
.tools-intro {
  text-align: center;
  margin-bottom: 2em;
}

.tools-header-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.tools-grid {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}

.tools-list {
  flex: 1;
}

.tool-item {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
}

.tool-item h3 {
  margin-bottom: 0.3em;
  font-size: 1.2em;
}

.tool-item a {
  color: #0073b1;
  text-decoration: none;
  transition: color 0.2s;
}

.tool-item a:hover {
  color: #e94e1b;
}

.tool-item p {
  margin-top: 0.2em;
  color: #666;
}

.tools-image {
  flex-shrink: 0;
  max-width: 226px;
}

.tools-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.external-resources {
  background: #f8f8f8;
  padding: 1em 1.5em;
  border-radius: 4px;
  margin-top: 1.5em;
}

.external-link {
  word-break: break-all;
}

@media (max-width: 768px) {
  .tools-grid {
    flex-direction: column;
  }

  .tools-image {
    max-width: 100%;
    margin-top: 1em;
    text-align: center;
  }

  .tools-image img {
    max-width: 300px;
  }
}

/* Photos page styles */
.photos-intro {
  text-align: center;
  margin-bottom: 2em;
}

.photos-header-image {
  max-width: 100%;
  height: auto;
}

.event-year {
  font-size: 1.6em;
  font-weight: bold;
  color: #0073b1;
  margin: 2em 0 1em 0;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #e94e1b;
}

.event-card {
  display: flex;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f0f0f0;
}

.event-image {
  flex-shrink: 0;
  width: 150px;
  margin-right: 1.5em;
  text-align: center;
}

.event-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.event-details {
  flex: 1;
}

.event-name {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
  color: #333;
}

.event-location {
  font-weight: normal;
  font-style: italic;
  color: #666;
  font-size: 0.9em;
}

.event-stats {
  color: #888;
  font-style: italic;
  margin-bottom: 0.6em;
  font-size: 0.9em;
}

.stat-divider {
  margin: 0 0.5em;
}

.event-races {
  line-height: 1.5;
}

.event-races a {
  color: #0073b1;
  text-decoration: none;
  transition: color 0.2s;
}

.event-races a:hover {
  color: #e94e1b;
}

@media (max-width: 600px) {
  .event-card {
    flex-direction: column;
  }

  .event-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }

  .event-thumbnail {
    max-width: 150px;
  }
}

/* Modern list styles with custom bullets */

/* Modern arrow bullets for all lists */
ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
  color: #0073b1;
  font-size: 1.2em;
  font-weight: bold;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* Remove arrow bullets from navigation */
.main-nav ul li::before,
.footer-nav ul li::before {
  content: none;
  display: none;
}

.main-nav ul li,
.footer-nav ul li {
  padding-left: 0;
}
