.text-center {
  text-align: center;
}
.event-details-row * {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}
.event-details-row a {
  transition: all .12s ease-in-out;
  font-weight: 400;
}
.event-details-grid, .event-field-map {
  border-bottom: 0.5px solid #7A7A7A;
}
.event-details-grid {
  border-top: 0.5px solid #7A7A7A;
  padding-top: 50px;
  margin: 0 20px;
}
.event-details-row h1, .event-details-row h2, .event-details-row h3, .event-sechedule-block a {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
.font-24 {
  font-size: 20px;
  line-height: 26px;
}
.event-details-grid h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.event__image {
  width: 100%;
}
.event-info {
  margin-top: 25px;
}
.event-description :last-child, .event-border-box :last-child {
  margin-bottom: 0;
}
.event-description {
  padding-bottom: 30px;
}
.event-description *, .event-share h3 {
  font-size: 16px;
}
.event-description * {
  font-weight: 500;
}
.event-border-box {
  border: 0.5px solid #7A7A7A;
  padding: 25px 20px;
}
.event-sechedule-block {
  margin-top: 16px;
}
.event-details-block a {
  text-decoration: underline;
}
.event-details-block a:hover {
  text-decoration: none;
}
.event-field-map {
  padding: 50px 0;
  margin: 0 20px;
}
.event-attending-teams {
  padding-top: 50px;
}
.attending-grid .attending-col {
  padding: 0 20px 30px;
}
.attending-grid .attending-col .attending-inner-col {
  border-radius: 10px;
  background-color: #F8F7F7;
  box-shadow: 0px 4px 19.7px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 18px;
}
.attending-grid .attending-col .attending-inner-col h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 17px;
}
.attending__image {
  border-radius: 2px;
  border: 1px solid #D6D6D6;
}
.attending-button a {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 25px;
}
.attending-button a:hover {
  color: #000;
  background-color: #FFA022;
  text-decoration: none;
}
.attending__image {
  width: 100%;
}
#loadBtn {
  border-radius: 6px;
  background-color: #D9D9D9;
  color: #7A7A7A;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 75px;
  display: inline-block;
}
#loadBtn:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
.load-btn-block {
  padding-top: 50px;
  display: none;
}
.attending-col {
  display: none; 
}
.event-sechedule-block a {
  color: #FFA022;
  font-weight: 500;
}
.event-sechedule-block a:hover {
  color: #000;
}
.event-attending-teams h2 {
  padding: 0 20px 20px;
}
.event-share {
  padding-bottom: 30px;
}
.event-share .social-link-icon img {
  width: 30px;
}
.social-share a:not(:last-child) {
  margin-right: 15px;
}
.social-share a:hover {
  text-decoration: none;
}
.social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.event-sechedule-block__detailed-schedule {
 margin-top: 1rem;
}

.schedule-btn {
  text-decoration: underline;
}

.schedule-btn:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .font-24 {
    font-size: 24px;
    line-height: 30px;
  }
  .event-details-grid, .attending-grid {
    display: flex;
  }
  .event-details-grid h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .event-details-grid .event-col {
    width: 50%;
  }
  .event-details-grid .event-left-column {
    border-right: 0.5px solid #7A7A7A;
  }
  .event__image {
    padding-right: 35px;
  }
  .event-info {
    padding-right: 35px;
    margin-top: 35px;
    border-top: 0.5px solid #7A7A7A;
    padding-top: 50px;
  }
  .event-description *, .event-share h3, .event-sechedule-block a {
    font-size: 18px;
    line-height: 24px;
  }
  .event-description {
    padding-bottom: 50px;
  }
  .event-right-column {
    padding-left: 24px;
    padding-bottom: 40px;
  }
  .event-field-map {
    padding: 68px 0;
  }
/*   .event-field-map h2 {
    margin-bottom: 60px;
  } */
  .event-attending-teams {
    padding-top: 68px;
    padding-bottom: 20px;
  }
  .attending-grid {
    flex-wrap: wrap;
    row-gap: 50px;
    padding: 0 5px;
  }
  .attending-grid .attending-col {
    width: 25%;
    padding: 0 15px;
  }
  .attending-grid .attending-col .attending-inner-col {
    padding: 12px;
  }
  .load-btn-block {
    padding-top: 70px;
  }
  .event-border-box {
    border: 0.5px solid #7A7A7A;
    padding: 28px 30px 45px;
  }
  .event-attending-teams h2 {
    padding: 0 0 40px;
  }
  .attending__image {
    height: 152px !important;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .attending-grid {
    padding: 0;
  }
  .attending-grid .attending-col {
    padding: 0 25px;
  }
  .attending-grid .attending-col .attending-inner-col {
    padding: 14px 28px;
  }
  .attending-button a {
    padding: 5px 30px;
  }
  .load-btn-block {
    padding-top: 110px;
  } 
}
/* ========== GLOBAL TYPOGRAPHY & BASE ========== */
.event-details-row {
  font-family: "DM Sans", sans-serif;
  color: #111;
  line-height: 1.6;
}

.event-details-row h1,
.event-details-row h2,
.event-details-row h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75em;
}

.event-details-row p {
  margin-bottom: 1em;
}

/* Amber highlight color for headings and buttons */
.text-amber-400,
.event-details-row h2.text-amber-400,
.event-details-row h3.text-amber-400 {
  color: #FFA022;
}

/* ========== GRID LAYOUT ========== */
.event-details-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-top: 0.5px solid #7A7A7A;
  border-bottom: 0.5px solid #7A7A7A;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .event-details-grid {
    flex-direction: row;
    gap: 60px;
  }
  .event-details-grid .event-col {
    width: 50%;
  }
  .event-left-column {
    border-right: 0.5px solid #D1D1D1;
    padding-right: 30px;
  }
  .event-right-column {
    padding-left: 30px;
  }
}

/* ========== LEFT COLUMN ========== */
.event__image {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  margin-bottom: 20px;
}

.event-info h1 {
  font-size: 32px;
  line-height: 40px;
  color: #111;
}

.event-description {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.event-share {
  margin-top: 40px;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.social-share img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease;
}

.social-share a:hover img {
  transform: scale(1.15);
}

/* ========== RIGHT COLUMN SECTIONS ========== */
.event-border-box {
  border: 0.5px solid #D3D3D3;
  border-radius: 10px;
  background-color: #fff;
  padding: 28px 24px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.event-border-box h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 16px;
}

/* EVENT DETAILS */
.event-details-block strong {
  color: #000;
}

.event-details-block p {
  color: #333;
  margin-bottom: 0.75em;
}

/* ========== SCHEDULE ========== */
.event-schedule-block .formatted-schedule-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  border-top: 0.5px solid #E0E0E0;
  margin-top: 16px;
  padding-top: 12px;
}

.schedule-btn {
  display: inline-block;
  background-color: #FFA022;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.schedule-btn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* ========== EVENT RULES / FIELD MAP / PARKING ========== */
.event-rules,
.event-field-map,
.event-parking {
  margin: 80px 20px 0;
  text-align: center;
}

.event-rules h3,
.event-parking h2,
.event-field-map h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFA022;
  margin-bottom: 20px;
}

.event-field-map img {
  max-height: 550px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  margin: 0 auto 20px;
  display: block;
}

/* Default fallback messages */
.text-gray-400 {
  color: #888;
}

.text-gray-200 {
  color: #333;
}

/* ========== PARKING SECTION ========== */
.event-parking {
  background-color: #F9F9F9;
  border: 0.5px solid #E0E0E0;
  border-radius: 10px;
  padding: 40px 30px;
  max-width: 800px;
  margin: 80px auto;
}

/* ========== SPACING UTILITIES ========== */
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }

/* ========== RESPONSIVE TWEAKS ========== */
@media (max-width: 767px) {
  .event-border-box {
    padding: 20px 16px;
  }
  .event-field-map img {
    max-height: 400px;
  }
  .event-parking {
    padding: 25px 18px;
  }
  .event-info h1 {
    font-size: 26px;
  }
}
/* ---- Unified Section Styling for Full-Width Blocks ---- */
.event-section {
  max-width: 100%;
  margin: 60px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 40px 30px;
}

.event-section h2,
.event-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.event-section img {
  max-height: 550px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.event-section p {
  color: #333;
  line-height: 1.7;
}

.event-section .schedule-btn {
  display: inline-block;
  background-color: #FFA022;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.event-section .schedule-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 1024px) {
  .event-section {
    margin: 80px auto;
    padding: 60px 80px;
    max-width: 1000px;
  }
  .event-section h2,
  .event-section h3 {
    font-size: 28px;
  }
}
/* ---- Quick Jump Navigation ---- */
.event-quickjump {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.event-quickjump ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.event-quickjump a {
  color: #FFA022;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.event-quickjump a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ---- Smooth Scrolling ---- */
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .event-quickjump ul {
    gap: 18px;
    font-size: 15px;
  }
}
/* ---- Quick Jump Navigation ---- */
.event-quickjump {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.event-quickjump ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.event-quickjump a {
  color: #FFA022;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.event-quickjump a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ---- Smooth Scrolling ---- */
html {
  scroll-behavior: smooth;
}
  .event-quickjump ul {
    gap: 18px;
    font-size: 15px;
  }
}
.event-field-map img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.event-field-map img:hover {
  transform: scale(1.02);
}
.event-section {
  scroll-margin-top: 340px; /* adjust based on your header/nav height */
}