/*
Theme Name: Live Show Agenda
Author: You
Description: A minimal custom theme for listing live shows with filterable events
Version: 1.1
*/

/* ========== Base Reset & Typography ========== */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  overflow-x: hidden;
      background-color: #f8f9fa;

;
  
}



input,
button,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}




p,
span {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

h1 {
  margin: 0;
  padding-bottom: 0.4rem;
  font-size: 1.4rem;
  color: #333;
}

h2 {
  margin: 0;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
  color: #333;
  font-weight: 700;
}

h3 {
  margin: 0;
  padding-bottom: 0.4rem;
  font-size: 1.0rem;
  color: #333;
}

a {
  color: #F86D58;
  text-decoration: none;
}



a:hover {
  color: #000000;
}

.widget-ad {
    box-sizing: border-box;
    overflow: hidden;
}


/* ========== Event Card ========== */

.event-card {
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.4s ease;
  will-change: transform;
}

.event-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ========== Event Filters ========== */

.event-filters form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.event-filters select,
.event-filters input[type="date"] {
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.event-filters button {
  padding: 0.6rem 1.2rem;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.event-filters button:hover {
  background-color: #F86D58;
}

  .main-content,
  .band-meta p,
  .band-bio,
  .band-meta a,
  .band-upcoming-events,
  .band-past-events,
  .band-upcoming-events table,
  .band-past-events table {
   font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
  }

  .band-meta strong,
  .band-bio h2,
  .band-upcoming-events h2,
  .band-past-events h2 {
   font-size: 0.9rem;
    color: #111;
  }

  .band-bio p {
    margin-bottom: 1rem;
  }

  .band-profile a {
    color: #f26d59;
    font-weight: 500;
    text-decoration: none;
  }

  .band-profile a:hover {
    text-decoration: underline;
  }
  
  .festival-description {
  
 
  border-radius: 4px;
}

body.page-template-page-festivals .ln-event-date {
  flex: 0 0 240px; /* Increased from 200px to 240px */
}

/* ========== Footer Styles ========== */

.ln-footer {
  background-color: #f5f5f5;
  padding: 40px 0;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

.ln-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ln-footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ln-footer-column {
  flex: 1 1 200px;
  margin: 10px;
}

.ln-footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
  padding-top: 20px;
}

.ln-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ln-footer-column ul li {
  margin-bottom: 10px;
}

.ln-footer-column ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.ln-footer-column ul li a:hover {
  color: white;
}

.ln-social-links {
 list-style: none;
 padding: 0; 
 margin: 0;
}

.ln-footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ln-footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.ln-footer-legal {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.ln-footer-legal li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.ln-footer-legal li a:hover {
  color: white;
}

/* ========== Responsive Footer ========== */
@media (max-width: 768px) {
  .ln-footer {
    padding: 16px 10px;
    
  }

  .ln-footer-columns {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .ln-footer-column {
    flex: 0;
    margin:-0px;
    
}

  .ln-footer-column {
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
  }

  .ln-footer-column h4::before {
    display: none;
  }

  .ln-social-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ln-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
  }

  .ln-footer-legal {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
  }

  .ln-footer-bottom p {
    font-size: 13px;
    margin: 0;
  }
}



/* ========== Layout Utility ========== */

.event-page-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}


/* ========== Container Override ========== */

.container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ========== Header ========== */

.ln-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
}


.logo img {
  height: 40px;
}



/* ========== Layout ========== */
.main-content {
  flex: 1;
}

.sidebar {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 1rem;
  align-self: flex-start;
}



/* ========== Page Titles and Filters ========== */
.event-page-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111;
}

.event-genre {
  font-style: italic;
  color: #666;
}

.event-count {
 font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #444;
}

.event-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.filter-btn {
  border: 1px solid #ccc;
  background: #333;
  padding: 0.6rem 1.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  
}

.filter-btn:hover {
  background: #F86D58;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transform: scale(1.05);
}


/* ========== Event Grid ========== */
.event-grid {
  width: 100%;
  display: block; /* Or flex-direction: column if you need */
}

.ln-event .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  
}

/* ========== Sidebar Promotion Box ========== */
.promo-box {
  background: transparent;
  color: #000;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 2rem;
}

.promo-box img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.promo-box h3 {
 font-size: 1rem;
  margin-bottom: 0.5rem;
}

.promo-box p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

/* ========== Social Icons ========== */
.social-icons a {
  font-size: 1.4rem;
  margin: 0 0.4rem;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-icons a:hover {
  opacity: 0.75;
}

/* ========== Top Bar ========== */
.ln-top-bar {
  background: #333;
  padding-top: 0.8rem;
}

/* ========== Top Bar Layout ========== */

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.ln-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}


/* ========== Auth (Login) Links ========== */

.ln-auth a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.ln-auth a:hover {
  text-decoration: underline;
}


/* ========== Navigation Bar ========== */

.ln-nav-bar {
  background: #333;

}

.nav-search-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 2rem;
}

/* Push search to far right */
.ln-search {
  margin-left: auto;
}


/* ========== AOS Animations ========== */

[data-aos] {
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

.header-logo-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-logo-social .logo-link img {
  max-height: 48px;
}

.ln-social-links {
  display: flex;
  gap: 0.75rem;
}

.ln-social-links a {
  font-size: 1.6rem;
  color: #F26D59;
  transition: color 0.3s ease;
}

.ln-social-links a:hover {
  color: #c94c3f;
}

/* Optional: scale icons on smaller screens */
@media (max-width: 480px) {
  .ln-social-links a {
    font-size: 1.1rem;
  }
}


/* ========== Ticket Buttons ========== */

/* Base style */
.ticket-button {

  padding: 0.4rem 1.8rem;
}





/* Tablet (≤768px) */
@media (max-width: 768px) {
  .ticket-button {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    text-align: center;
  }
}

/* Mobile (≤480px) — no need to redefine if same as ≤768px */


.ln-ticket-button,
.ticket-button {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.4s ease,
              transform 0.3s ease,
              box-shadow 0.3s ease;
}


.ln-ticket-button {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 3px;
}

/* ========== Image Styles ========== */

.single-event-container .event-thumbnail img {
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* ========== Mobile Adjustments (≤480px) ========== */

@media (max-width: 480px) {
  .filter-btn,
  .ticket-button,
  .ln-search input[type="search"],
  .ln-search input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ========== Hamburger Menu ========== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1000;
  margin-top:10px

}


.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;

}

/* ========== Events ========== */
.ln-event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding: 0.6rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}

.ln-event-date {
  flex: 0 0 90px;
  text-align: center;
}
.ln-event-date .day,
.ln-event-date .date,
.ln-event-date .month,
.ln-event-date .time {
  font-size: 0.8rem;
}
.ln-event-date .day,
.ln-event-date .date {
  font-weight: 700;
}
.ln-event-date .day {
  color: #666;
  text-transform: uppercase;
}
.ln-event-date .date {
  color: #000;
  margin: 0.2rem 0;
}
.ln-event-date .month {
  color: #888;
}
.ln-event-date .time {
  color: #444;
  margin-top: 0.25rem;
}

.ln-event-image {
  flex: 0 0 auto;
}
.ln-event-image img {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.ln-event-details {
  flex: 1 1 200px;
  min-width: 200px;
}

.ln-event-ticket {
  margin-left: auto;
  white-space: nowrap;
}



/* === Dropdown Navigation (Live Show Agenda theme) === */

.ln-navigation li {
  position: relative;
}

.ln-navigation li ul {
  display: none;
  position: absolute;
  background-color: #333;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 180px;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.ln-navigation li:hover > ul {
  display: block;
}

.ln-navigation li ul li {
  width: 100%;
}

.ln-navigation li ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ln-navigation li ul li a:hover {

  color: #fff;
}

/* Optional: Add ▼ to parent items */
.ln-navigation li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.65em;
  margin-left: 4px;
}


/* RESPONSIVE: Sidebar drops below main content */
@media (max-width: 768px) {
  .event-page-layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    position: relative;
    top: unset;
  }

  .promo-box img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .ln-ticket-button,
.ticket-button {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  width: 84vw;
 
  transition: background-color 0.4s ease,
              transform 0.3s ease,
              box-shadow 0.3s ease;
              
}
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}




/* ========== Responsive Event Card Styles (≤768px) ========== */
@media (max-width: 768px) {
 

    .ln-event > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .ln-event-date {
    flex: 0 0 70px;
    text-align: center;
    font-size: 0.7rem;
  }

  .ln-event-date .day {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7rem;
  }

  .ln-event-date .date,
  .ln-event-date .time {
    font-size: 0.7rem;
  }

  .ln-event-details {
    flex: 1;
    min-width: 0;
    margin-left: -9px;
  }

  .ln-event-details h3 {
    font-size: 0.9rem;
  }

  .ln-event-details p,
  .event-genre {
    font-size: 0.75rem;
  }

  .ln-event-image {
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: auto;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    
  }



  .ln-event {
    position: relative;
   
  }
  .ln-event-ticket {
    width: 100%;
    margin-top: -0.5rem;
    text-align: left;
  }

  .ln-navigation-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
   font-size: 0.9rem;
    margin-left: 0px;
}

}

/* ========== Search Results ========== */

.search-results-container {
  padding: 2rem 1rem;
  max-width: 1120px;
  margin: auto;
}

.search-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #111;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
}

.search-title span {
  color: #333;
}

.search-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.search-result-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.search-result-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.search-result-card h2 {
 font-size: 1rem;
  margin-bottom: 0.5rem;
}

.search-result-card h2 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.search-result-card h2 a:hover {
  color: #F86D58;
}

.search-result-card p {
  font-size: 0.9rem;
  color: #444;
}

.no-results {
  padding: 2rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  color: #888;
}

/* ========== Search Form ========== */

.search-form input[type="search"] {
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
}

.search-submit {
  padding: 0.4rem 1.2rem;
  background-color: #333;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-submit:hover {
  background-color: #F86D58;
}

.search-submit i {
  color: white;
 font-size: 0.9rem;
}

.ln-search form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ========== Contact Form ========== */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #333;
  transition: border-color 0.3s;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #333;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .ticket-button {
  align-self: flex-start;
}

/* ========== Form Messages ========== */

.success-message {
  background: #e0ffe8;
  border-left: 4px solid #4caf50;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #2d7a33;
}

.error-message {
  background: #ffe0e0;
  border-left: 4px solid #e53935;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #a12727;
}

/* ========== Cookie Notice ========== */

#cookie-notice {
  font-family: sans-serif;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

#cookie-notice button:hover {
  background: #007acc;
}


/* Unified Header Layout */
.ln-header-bar {
  background-color: #333;
  padding: 0.6rem 1rem;
    position: sticky;
  top: 0;
  z-index: 999;
}

.header-flex {
  display: flex;
 
  justify-content: space-between;
 
  flex-wrap: nowrap; /* Important: Prevent stacking logo/nav/hamburger horizontally */
  width: 100%;
  position: relative;
}


/* Logo */
.header-logo img {
  height: 60px;
  display: block;
    margin-top: 4px;
    padding: 0.2rem;
 
   
}

/* Navigation */
.ln-navigation-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
 font-size: 1rem;
  margin-left: 40px;
  
}

.ln-navigation {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
   font-size: 1rem !important;
  margin-top: 0;

}

.ln-navigation li {
  position: relative;
  cursor: pointer;
  line-height: 2rem;
  min-height: 2rem;        /* Fix height to avoid vertical jump */
  padding: 0 4px;          /* Prevent horizontal shift on bold */
  font-weight: 400;        /* Default weight to avoid jumping */
   font-size: 1rem !important;
}

.ln-navigation li.current-menu-item {
  text-shadow: 0 0 0.4px currentColor, 0 0 0.4px currentColor; /* Simulate bold */
  
}

/* Underline effect */
.ln-navigation li::after {
  
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #F86D58;
  transition: width 0.3s ease-in-out;
}

.ln-navigation li:hover::after,
.ln-navigation li.current-menu-item::after {
  width: 96%;
}

/* Style all links in main content area orange */
.main-content a {
  color: #f26d59;
  transition: color 0.3s ease;
}

.main-content a:hover {
  color: #d84f3f;
}

/* EXCLUDE header navigation links */
header a {
  color: white;
}
header a:hover {
  color: white;
}


/* ========== Search ========== */
.ln-search form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.ln-search input[type="search"] {
  padding: 0.4rem 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #000;
  flex: 1;
}

.ln-search input[type="submit"] {
  padding: 0.4rem 0.8rem;
  background: #000;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.ticket-button {
  background-color: #333 !important;
  color: white !important;
  transition: all 0.3s ease-in-out !important;
}

/* Hover effect */
.ticket-button:hover {
  background-color: #F86D58 !important;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .band-top-section {
    flex-direction: row !important;
    align-items: flex-start;
  }
}

@media (max-width: 1024px) {
  .event-page-layout {
    display: flex;
    flex-direction: column;
  }

  .event-page-layout .main-content,
  .event-page-layout .sidebar {
    width: 100%;
  }

  .event-page-layout .sidebar {
    order: 2;
    margin-top: 3rem;
  }

  .event-page-layout .main-content {
    order: 1;
  }
}


/* ========== Mobile Navigation (≤768px) ========== */
@media (max-width: 768px) {
  .mobile-nav-wrapper {
    position: relative;
    width: 100%;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }

  .ln-navigation {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #333;
    padding: 1rem;
    gap: 1.5rem;
  }

  .ln-navigation.show {
    display: flex;
  }

  .ln-navigation li {
    width: 100%;
    padding: 0.5rem 0;
  }

  .nav-search-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 1rem;
    gap: 1.5rem;
    margin-top: -16px;
  }

.ln-navigation-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
   font-size: 0.9rem;
    margin-left: 00px;
}

  .ln-search {
    width: 100%;
  }

  .event-page-title {
   font-size: 1rem;
    font-weight: 700;
    margin-top: -1rem;
    margin-bottom: 0.4rem;
    color: #111;
}
}

@media (min-width: 769px) and (max-width: 1150px) {
  .ln-navigation-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .ln-navigation {
    gap: 1rem;
    font-size: 0.85rem;
    flex-wrap: nowrap;
  }

  .ln-navigation li {
    padding: 0 0.4rem;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .ln-search {
    flex-shrink: 0;
    max-width: 200px;
  }

  .ln-search input[type="search"] {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    width: 100%;
  }

  .ln-search input[type="submit"] {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }

  .header-logo img {
    height: 40px;
  }

  .top-bar-container {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}

/* Mobile only: hide nav/search until toggled */
@media (max-width: 768px) {
  .mobile-toggle-group {
     display: flex !important;
    flex-direction: column;
    width: 100%;
    
  }

  .mobile-toggle-group.show {
    display: flex;
  }

  .ln-navigation-container {
    width: 100%;
  }

  .ln-navigation {
    flex-direction: column;
    background-color: #333;
    padding: 1rem 0.2rem;
    width: 100%;
  }

  .ln-navigation li {
    padding: 0;
    width: 100%;
  }

  .ln-search {
    width: 100%;
    padding-bottom: 8px ;
  }

  .ln-search input[type="search"],
  .ln-search input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .header-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-logo {
    align-self: flex-start;
    margin-bottom: 01rem;
  }


}

@media (max-width: 600px) {
  .merch-item img-container {
    height: 200px !important;
  }
}

@media (max-width: 768px) {
  .event-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .event-filters select,
  .event-filters input[type="date"],
  .event-filters button {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px; /* Prevent iOS zoom */
    appearance: none;
    -webkit-appearance: none;
  }
}



.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Always 2 columns */
  gap: 1rem;

  width: 100%;
  box-sizing: border-box;
  position: sticky;
}

.sponsor-item,
.sponsor-large {
  width: 100%;
}

.sponsor-item img,
.sponsor-large img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: contain;
}

/* Large sponsor spans both columns */
.sponsor-large {
  grid-column: span 2;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ln-event {
    width: 96%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    
  }

  .ln-event-image {
    height: 48px;
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .ln-event-image img {
    height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
  }

  .ticket-button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Optional: make sure all ad wrappers center their content */
.sidebar-ad-fullwidth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 1rem;
  text-align: center;
}
.sidebar-ad-fullwidth ins.adsbygoogle {
  margin: 0 auto !important;
}
