.elementor-2036 .elementor-element.elementor-element-84071af{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2036 .elementor-element.elementor-element-e536095{width:100%;max-width:100%;}.elementor-2036 .elementor-element.elementor-element-e536095.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-e536095 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* FORCE ROBOTO */
.gigs-section,
.gigs-section * {
  font-family: 'Roboto', sans-serif !important;
}

/* SECTION */
.gigs-section {
  background: linear-gradient(180deg, #031A39 0%, #0D1B2A 100%);
  padding: 80px 20px;
  color: #ffffff;
}

/* CONTAINER */
.gigs-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* MAIN HEADING */
.gigs-heading {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3rem);
  color: #4F9DE1;
  margin-bottom: 12px;
}

/* SUBHEADING — GOLD */
.gigs-subheading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  color: #F5E6B3 !important;
  font-size: 1.05rem;
}

/* LIST */
.gigs-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* CARD */
.gig-card {
  display: flex;
  align-items: center;
  background-color: #0A2647;
  border-left: 6px solid #133B7A;
  padding: 24px;
  border-radius: 8px;
}

/* DATE */
.gig-date {
  min-width: 82px;
  text-align: center;
  margin-right: 24px;
}

.gig-date .day {
  font-size: 2.4rem;
  font-weight: 700;
}

.gig-date .month {
  font-size: 0.85rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4F9DE1;
}

/* EVENT TITLE — LIGHT BLUE */
.gig-details h2 {
  color: #4F9DE1 !important;
  font-size: 1.4rem;
  margin: 0 0 6px;
}

/* VENUE */
.venue {
  color: #ffffff;
  line-height: 1.45;
}

/* TIME — LIGHT BLUE */
.time {
  color: #4F9DE1;
  font-weight: 500;
}

/* TICKET LINKS — GOLD */
.gig-link-text {
  color: #F5E6B3 !important;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gig-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .gig-date {
    margin-right: 0;
    margin-bottom: 14px;
    text-align: left;
  }
}/* End custom CSS */