/* NFN Calendar Add-On v2.11 */
.concert-calendar-page,
.amp-combined-calendar-page {
  background: #f4f1ec;
  color: #111;
}
.calendar-hero {
  background:
    radial-gradient(circle at 74% 30%, rgba(129, 39, 219, .42), transparent 34%),
    linear-gradient(90deg, #050505 0%, #08050b 52%, #1b062b 100%);
  color: #fff;
  padding: clamp(54px, 7vw, 96px) 0 clamp(46px, 6vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.calendar-hero .container,
.calendar-search-section .container,
.calendar-results-section .container {
  width: min(92%, 1280px);
  margin: 0 auto;
}
.calendar-kicker,
.calendar-results-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b66cff;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.7px;
  line-height: 1;
  text-transform: uppercase;
}
.calendar-kicker::before,
.calendar-results-kicker::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #8f28e8;
  box-shadow: 0 0 18px rgba(143,40,232,.6);
}
.calendar-hero h1 {
  margin: 18px 0 12px;
  max-width: 840px;
  color: #fff;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.calendar-hero p,
.archive-description {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.55;
}
.calendar-search-section {
  padding: 0 0 34px;
  background: #f4f1ec;
}
.calendar-search-form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(150px, .9fr) 88px minmax(142px, .86fr) minmax(142px, .86fr) minmax(140px, .76fr);
  gap: 14px;
  align-items: end;
  margin-top: -30px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.calendar-field label {
  display: block;
  margin-bottom: 7px;
  color: #111;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.calendar-field input,
.calendar-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  background: #f7f4ef;
  color: #111;
  font: inherit;
  outline: none;
}
.calendar-field input:focus,
.calendar-field select:focus {
  border-color: #8f28e8;
  box-shadow: 0 0 0 3px rgba(143,40,232,.14);
}
.calendar-actions {
  display: grid;
  gap: 8px;
}
.calendar-actions button,
.calendar-actions a,
.calendar-ticket-button,
.calendar-event-calendar-button,
.calendar-pagination a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  border: 0;
  background: #8f28e8;
  color: #fff !important;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}
.calendar-actions a,
.calendar-event-calendar-button,
.calendar-pagination a {
  background: #111;
}
.calendar-actions button:hover,
.calendar-actions a:hover,
.calendar-ticket-button:hover,
.calendar-event-calendar-button:hover,
.calendar-pagination a:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}
.calendar-results-section {
  padding: 28px 0 76px;
  background: #f4f1ec;
}
.calendar-results-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 3px solid #111;
}
.calendar-results-header h2 {
  margin: 8px 0 0;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.4px;
  text-transform: uppercase;
}
.calendar-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.calendar-list {
  display: grid;
  gap: 18px;
}
.calendar-event-card {
  display: grid;
  grid-template-columns: 180px 78px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 14px 18px 14px 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
  overflow: hidden;
}
.calendar-event-manual {
  border-left: 4px solid #8f28e8;
}
.calendar-event-img-wrap {
  display: block;
  height: 122px;
  border-radius: 12px;
  overflow: hidden;
  background: #080808;
}
.calendar-event-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.amp-calendar-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #090909, #26073d);
  text-decoration: none;
}
.amp-calendar-no-image span {
  color: rgba(255,255,255,.16);
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .08em;
}
.calendar-event-date {
  display: grid;
  place-items: center;
  width: 70px;
  min-height: 78px;
  border-radius: 15px;
  background: #050505;
  color: #fff;
}
.calendar-event-date span {
  color: #bd77ff;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}
.calendar-event-date strong {
  display: block;
  margin-top: -8px;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: .85;
}
.calendar-event-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #8f28e8;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.amp-calendar-source-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid rgba(143,40,232,.24);
  background: rgba(143,40,232,.1);
  color: #6215a6;
  border-radius: 999px;
  font-size: 10px !important;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.calendar-event-body h3 {
  margin: 0 0 7px;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.25px;
  text-transform: uppercase;
}
.calendar-event-body h3 a {
  color: #111;
  text-decoration: none;
}
.calendar-event-body h3 a:hover {
  color: #8f28e8;
}
.calendar-event-meta,
.calendar-event-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  color: #595959;
  font-size: 14px;
  line-height: 1.35;
}
.calendar-event-details {
  margin-top: 9px;
  color: #747474;
  font-size: 13px;
}
.calendar-status {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(143,40,232,.10);
  color: #6915b0;
  font-weight: 800;
  font-style: normal;
}
.calendar-status.status-sold_out,
.calendar-status.status-off_sale {
  background: rgba(0,0,0,.08);
  color: #555;
}
.calendar-status.status-cancelled {
  background: rgba(180,0,0,.12);
  color: #ad0000;
}
.calendar-status.status-postponed,
.calendar-status.status-presale {
  background: rgba(188,123,0,.16);
  color: #865a00;
}
.calendar-event-actions {
  display: grid;
  gap: 9px;
  min-width: 120px;
}
.calendar-event-actions .calendar-ticket-button,
.calendar-event-calendar-button {
  min-width: 120px;
  min-height: 42px;
}
.calendar-event-calendar-button {
  background: #111;
}
.calendar-empty-state {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  color: #333;
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
}
.calendar-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.calendar-pagination span {
  color: #555;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .calendar-search-form {
    grid-template-columns: 1fr 1fr 86px;
  }
  .calendar-actions,
  .calendar-field:nth-of-type(4),
  .calendar-field:nth-of-type(5) {
    grid-column: 1 / -1;
  }
  .calendar-event-card {
    grid-template-columns: 150px 72px minmax(0,1fr);
  }
  .calendar-event-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .calendar-hero { padding: 44px 0 66px; }
  .calendar-search-form { grid-template-columns: 1fr; margin-top: -36px; padding: 18px; }
  .calendar-actions { grid-column: auto; }
  .calendar-results-header { align-items: start; flex-direction: column; }
  .calendar-event-card { grid-template-columns: 70px minmax(0,1fr); padding: 12px; }
  .calendar-event-img-wrap { grid-column: 1 / -1; height: 190px; }
  .calendar-event-date { grid-column: 1; grid-row: 2; }
  .calendar-event-body { grid-column: 2; grid-row: 2; }
  .calendar-event-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .calendar-event-actions .calendar-ticket-button,
  .calendar-event-calendar-button { width: 100%; min-width: 0; }
}
@media (max-width: 420px) {
  .calendar-event-card { grid-template-columns: 1fr; }
  .calendar-event-date { grid-column: 1; grid-row: auto; justify-self: start; }
  .calendar-event-body { grid-column: 1; grid-row: auto; }
  .calendar-event-actions { grid-template-columns: 1fr; }
}


/* NFN Calendar Add-On v2.0 refinements */
.calendar-hero {
  padding: clamp(42px, 5vw, 66px) 0 clamp(38px, 4.8vw, 58px);
}
.calendar-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.8vw, 58px);
  line-height: .94;
  margin: 14px 0 10px;
}
.calendar-hero p,
.archive-description {
  max-width: 660px;
  font-size: 16px;
}
.calendar-search-form {
  grid-template-columns: minmax(220px, 1.35fr) minmax(150px, .8fr) 90px minmax(142px, .78fr) minmax(142px, .78fr) minmax(250px, .94fr);
  align-items: end;
}
.calendar-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.calendar-actions button,
.calendar-actions a {
  min-height: 48px;
  height: 48px;
  margin: 0;
}
.calendar-actions button {
  flex: 1 1 auto;
  min-width: 140px;
}
.calendar-actions a {
  flex: 0 0 92px;
  min-width: 92px;
}
.calendar-results-header h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}
.calendar-event-card {
  grid-template-columns: 190px 76px minmax(0, 1fr) 132px;
  gap: 18px;
}
.calendar-event-body h3 {
  font-size: clamp(22px, 2.25vw, 31px);
}
.calendar-event-meta span:first-child::before {
  content: 'Venue: ';
  font-weight: 800;
  color: #222;
}
.calendar-event-meta span:nth-child(2)::before {
  content: 'Location: ';
  font-weight: 800;
  color: #222;
}
.calendar-status.status-on-sale,
.calendar-status.status-onsale {
  background: rgba(143,40,232,.10);
  color: #6915b0;
}
.calendar-status.status-on-sale-soon,
.calendar-status.status-presale,
.calendar-status.status-presale-soon {
  background: rgba(188,123,0,.16);
  color: #865a00;
}
.calendar-status.status-canceled,
.calendar-status.status-cancelled {
  background: rgba(180,0,0,.12);
  color: #ad0000;
}
.calendar-status.status-off-sale,
.calendar-status.status-offsale,
.calendar-status.status-sold-out,
.calendar-status.status-soldout {
  background: rgba(0,0,0,.08);
  color: #555;
}
.calendar-ticket-button.is-disabled,
.calendar-ticket-button[href="#"] {
  pointer-events: none;
  opacity: .55;
}
@media (max-width: 1240px) {
  .calendar-search-form {
    grid-template-columns: minmax(220px,1.2fr) minmax(150px,.85fr) 86px minmax(142px,.82fr) minmax(142px,.82fr);
  }
  .calendar-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
  .calendar-actions button { max-width: 180px; }
}
@media (max-width: 1100px) {
  .calendar-search-form {
    grid-template-columns: 1fr 1fr 86px;
  }
  .calendar-actions,
  .calendar-field:nth-of-type(4),
  .calendar-field:nth-of-type(5) {
    grid-column: 1 / -1;
  }
  .calendar-actions {
    justify-content: flex-start;
  }
  .calendar-event-card {
    grid-template-columns: 150px 72px minmax(0,1fr);
  }
}
@media (max-width: 720px) {
  .calendar-hero {
    padding: 40px 0 60px;
  }
  .calendar-hero h1 {
    font-size: clamp(38px, 13vw, 52px);
  }
  .calendar-search-form {
    grid-template-columns: 1fr;
  }
  .calendar-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .calendar-actions button,
  .calendar-actions a {
    max-width: none;
    width: 100%;
    min-width: 0;
  }
}


/* NFN Calendar Add-On v2.1 cleanup
   Match the rest of the NFN page headers and remove the extra results heading rhythm. */
.calendar-hero {
  padding: 34px 0 34px;
  background:
    radial-gradient(circle at 78% 28%, rgba(126,34,206,.28), transparent 36%),
    linear-gradient(90deg, #050505 0%, #050505 58%, rgba(126,34,206,.18) 100%),
    #050505;
}
.calendar-hero .container {
  width: min(92%, 1280px);
}
.calendar-kicker {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 1.4px;
}
.calendar-hero h1 {
  max-width: 720px;
  margin: 6px 0 8px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .98;
  letter-spacing: -.35px;
}
.calendar-hero p,
.archive-description {
  max-width: 620px;
  font-size: 14px;
  line-height: 1.55;
}
.calendar-search-section {
  padding-bottom: 18px;
}
.calendar-search-form {
  margin-top: -24px;
}
.calendar-results-section {
  padding: 10px 0 64px;
}
.calendar-count-row {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}
.calendar-results-header {
  display: none !important;
}
.calendar-list {
  gap: 16px;
}
@media (max-width: 720px) {
  .calendar-hero {
    padding: 32px 0 44px;
  }
  .calendar-hero h1 {
    font-size: clamp(32px, 11vw, 44px);
  }
  .calendar-search-section {
    padding-bottom: 14px;
  }
  .calendar-search-form {
    margin-top: -28px;
  }
  .calendar-results-section {
    padding-top: 8px;
  }
  .calendar-count-row {
    justify-content: flex-start;
  }
}


/* ===========================
   NFN Calendar Add-On v2.2 Site Header Lock
   Force the calendar header to match every other NFN page header.
=========================== */
.calendar-hero,
.nfn-addon-calendar-hero {
  padding: 32px 0 32px !important;
  background:
    radial-gradient(circle at 78% 28%, rgba(126,34,206,.24), transparent 36%),
    linear-gradient(90deg, #050505 0%, #050505 58%, rgba(126,34,206,.16) 100%),
    #050505 !important;
  border-bottom: 0 !important;
}
.calendar-hero .container,
.nfn-addon-calendar-hero .container {
  width: min(92%, 1280px) !important;
  margin: 0 auto !important;
}
.calendar-kicker {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  letter-spacing: 1.4px !important;
  line-height: 1 !important;
}
.calendar-hero h1,
.nfn-addon-calendar-hero h1 {
  max-width: 680px !important;
  margin: 6px 0 8px !important;
  font-size: clamp(30px, 3.6vw, 42px) !important;
  line-height: .98 !important;
  letter-spacing: -.25px !important;
}
.calendar-hero p,
.archive-description,
.nfn-addon-calendar-hero p {
  max-width: 620px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.calendar-search-section {
  padding-bottom: 14px !important;
}
.calendar-search-form {
  margin-top: -22px !important;
}
.calendar-results-section {
  padding-top: 4px !important;
}
.calendar-count-row {
  margin: 0 0 10px !important;
}
@media (max-width: 680px) {
  .calendar-hero,
  .nfn-addon-calendar-hero {
    padding: 30px 0 28px !important;
  }
  .calendar-hero h1,
  .nfn-addon-calendar-hero h1 {
    font-size: clamp(30px, 10vw, 40px) !important;
  }
  .calendar-search-form {
    margin-top: -20px !important;
  }
}


/* ===========================
   NFN Calendar Add-On v2.3 Header Match
   Calendar header now uses the exact same visual rhythm as the NFN theme
   inner-page headers, with the search form sitting below instead of changing
   the perceived header height.
=========================== */

body .concert-calendar-page .calendar-hero,
body .concert-calendar-page .nfn-addon-calendar-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 32px 0 32px !important;
  background:
    radial-gradient(circle at 78% 28%, rgba(126,34,206,.24), transparent 36%),
    linear-gradient(90deg, #050505 0%, #050505 58%, rgba(126,34,206,.16) 100%),
    #050505 !important;
  color: #fff !important;
  border-bottom: 0 !important;
}
body .concert-calendar-page .calendar-hero::after,
body .concert-calendar-page .nfn-addon-calendar-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.045), transparent 42%);
  opacity: .75;
}
body .concert-calendar-page .calendar-hero .container,
body .concert-calendar-page .nfn-addon-calendar-hero .container {
  position: relative !important;
  z-index: 2 !important;
  width: min(92%, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}
body .concert-calendar-page .calendar-kicker,
body .concert-calendar-page .nfn-addon-calendar-hero span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
  color: #c084fc !important;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.4px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
body .concert-calendar-page .calendar-kicker::before,
body .concert-calendar-page .nfn-addon-calendar-hero span::before {
  content: '' !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #8f28e8 !important;
  box-shadow: none !important;
}
body .concert-calendar-page .calendar-hero h1,
body .concert-calendar-page .nfn-addon-calendar-hero h1 {
  max-width: 680px !important;
  margin: 6px 0 8px !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif !important;
  font-size: clamp(30px, 3.6vw, 42px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.25px !important;
  text-transform: uppercase !important;
}
body .concert-calendar-page .calendar-hero p,
body .concert-calendar-page .nfn-addon-calendar-hero p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body .concert-calendar-page .calendar-search-section {
  padding: 24px 0 10px !important;
  background: #f4f1ec !important;
}
body .concert-calendar-page .calendar-search-form {
  margin-top: 0 !important;
  align-items: end !important;
}
body .concert-calendar-page .calendar-results-section {
  padding-top: 8px !important;
}
body .concert-calendar-page .calendar-count-row {
  margin: 0 0 12px !important;
}

@media (max-width: 680px) {
  body .concert-calendar-page .calendar-hero,
  body .concert-calendar-page .nfn-addon-calendar-hero {
    padding: 30px 0 28px !important;
  }
  body .concert-calendar-page .calendar-hero h1,
  body .concert-calendar-page .nfn-addon-calendar-hero h1 {
    font-size: clamp(30px, 10vw, 40px) !important;
  }
  body .concert-calendar-page .calendar-search-section {
    padding-top: 18px !important;
  }
}


/* NFN Calendar Add-On v2.5: remove redundant header kicker label */
body .concert-calendar-page .calendar-hero h1,
body .concert-calendar-page .nfn-addon-calendar-hero h1 {
  margin-top: 0 !important;
}
body .concert-calendar-page .calendar-kicker,
body .concert-calendar-page .nfn-addon-calendar-hero .calendar-kicker {
  display: none !important;
}


/* ===========================
   NFN Calendar Add-On v2.6 Tablet Date Field Fix
   Gives the From / To date fields enough room on tablet and keeps them from
   crowding the Search / Reset buttons.
=========================== */
body .concert-calendar-page .calendar-field {
  min-width: 0;
}
body .concert-calendar-page .calendar-field input[type="date"] {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 1181px) and (max-width: 1400px) {
  body .concert-calendar-page .calendar-search-form {
    grid-template-columns: minmax(220px, 1.15fr) minmax(150px, .8fr) 86px minmax(158px, .82fr) minmax(158px, .82fr) !important;
    gap: 14px !important;
  }
  body .concert-calendar-page .calendar-actions {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
  }
  body .concert-calendar-page .calendar-actions button {
    flex: 0 0 172px !important;
    max-width: 172px !important;
    min-width: 172px !important;
  }
  body .concert-calendar-page .calendar-actions a {
    flex: 0 0 92px !important;
    max-width: 92px !important;
    min-width: 92px !important;
  }
}
@media (min-width: 721px) and (max-width: 1180px) {
  body .concert-calendar-page .calendar-search-form {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  body .concert-calendar-page .calendar-search-form .calendar-field:nth-of-type(1) {
    grid-column: span 3 !important;
  }
  body .concert-calendar-page .calendar-search-form .calendar-field:nth-of-type(2) {
    grid-column: span 2 !important;
  }
  body .concert-calendar-page .calendar-search-form .calendar-field:nth-of-type(3) {
    grid-column: span 1 !important;
  }
  body .concert-calendar-page .calendar-search-form .calendar-field:nth-of-type(4),
  body .concert-calendar-page .calendar-search-form .calendar-field:nth-of-type(5) {
    grid-column: span 3 !important;
  }
  body .concert-calendar-page .calendar-actions {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
  }
  body .concert-calendar-page .calendar-actions button {
    flex: 0 0 172px !important;
    max-width: 172px !important;
    min-width: 172px !important;
  }
  body .concert-calendar-page .calendar-actions a {
    flex: 0 0 92px !important;
    max-width: 92px !important;
    min-width: 92px !important;
  }
}


/* ===========================
   NFN Calendar Add-On v2.7 Upcoming Shows Label
   Adds a proper section label above the results list with the count aligned right.
=========================== */
body .concert-calendar-page .calendar-results-title-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 18px !important;
  padding-bottom: 12px !important;
  border-bottom: 3px solid #111 !important;
}
body .concert-calendar-page .calendar-results-title-row h2 {
  margin: 0 !important;
  color: #111 !important;
  font-family: 'Barlow Condensed', Oswald, Impact, sans-serif !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  letter-spacing: -.25px !important;
  text-transform: uppercase !important;
}
body .concert-calendar-page .calendar-results-title-row h2::before {
  content: '' !important;
  display: inline-block !important;
  width: 5px !important;
  height: .92em !important;
  margin-right: 12px !important;
  vertical-align: -.08em !important;
  background: #8f28e8 !important;
}
body .concert-calendar-page .calendar-results-title-row .calendar-count {
  flex: 0 0 auto !important;
}
body .concert-calendar-page .calendar-count-row {
  display: none !important;
}
@media (max-width: 720px) {
  body .concert-calendar-page .calendar-results-title-row {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
}


/* ===========================
   NFN Calendar Add-On v2.8 Calendar Polish
   Tightens the search row, cleans the result count, improves card readability,
   and makes canceled/off-sale ticket states clear.
=========================== */
body .concert-calendar-page .calendar-search-form {
  padding: 18px 20px !important;
  gap: 16px !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.10) !important;
}
body .concert-calendar-page .calendar-field label {
  margin-bottom: 8px !important;
  font-size: 12px !important;
  letter-spacing: 1.15px !important;
}
body .concert-calendar-page .calendar-field input,
body .concert-calendar-page .calendar-field select {
  min-height: 50px !important;
  padding: 0 14px !important;
  border-radius: 9px !important;
}
body .concert-calendar-page .calendar-actions {
  gap: 10px !important;
}
body .concert-calendar-page .calendar-actions button,
body .concert-calendar-page .calendar-actions a {
  min-height: 50px !important;
  height: 50px !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
}
body .concert-calendar-page .calendar-results-title-row {
  align-items: end !important;
  margin: 2px 0 18px !important;
}
body .concert-calendar-page .calendar-results-title-row .calendar-count {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6f6a65 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: lowercase !important;
}
body .concert-calendar-page .calendar-list {
  gap: 14px !important;
}
body .concert-calendar-page .calendar-event-card {
  min-height: 136px !important;
  padding: 12px 16px 12px 12px !important;
  border-radius: 14px !important;
  grid-template-columns: 172px 72px minmax(0, 1fr) 124px !important;
  gap: 16px !important;
  box-shadow: 0 9px 22px rgba(0,0,0,.075) !important;
}
body .concert-calendar-page .calendar-event-img-wrap {
  height: 112px !important;
  border-radius: 10px !important;
}
body .concert-calendar-page .calendar-event-date {
  width: 66px !important;
  min-height: 72px !important;
  border-radius: 13px !important;
}
body .concert-calendar-page .calendar-event-date strong {
  font-size: 31px !important;
}
body .concert-calendar-page .calendar-event-topline {
  margin-bottom: 6px !important;
  color: #7e22ce !important;
  font-size: 12px !important;
  letter-spacing: 1.05px !important;
}
body .concert-calendar-page .calendar-event-body h3 {
  margin-bottom: 8px !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1 !important;
  letter-spacing: -.15px !important;
}
body .concert-calendar-page .calendar-event-meta,
body .concert-calendar-page .calendar-event-details {
  gap: 6px 12px !important;
  color: #4f4a45 !important;
  font-size: 14px !important;
  line-height: 1.38 !important;
}
body .concert-calendar-page .calendar-event-details {
  margin-top: 7px !important;
  color: #6b655f !important;
  font-size: 13px !important;
}
body .concert-calendar-page .calendar-status {
  padding: 3px 8px !important;
  font-size: 12px !important;
}
body .concert-calendar-page .calendar-event-actions {
  gap: 8px !important;
  min-width: 118px !important;
}
body .concert-calendar-page .calendar-event-actions .calendar-ticket-button,
body .concert-calendar-page .calendar-event-calendar-button {
  min-width: 118px !important;
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 9px !important;
}
body .concert-calendar-page .calendar-ticket-button.is-disabled {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #2a2525 !important;
  color: #d8d3cc !important;
  cursor: default !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
body .concert-calendar-page .calendar-event-card.calendar-event-unavailable {
  border-color: rgba(140,0,0,.18) !important;
}
body .concert-calendar-page .calendar-pagination {
  gap: 12px !important;
  margin-top: 24px !important;
}
body .concert-calendar-page .calendar-pagination span {
  color: #4f4a45 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
body .concert-calendar-page .calendar-pagination a {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
}
@media (max-width: 1100px) {
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 150px 70px minmax(0,1fr) !important;
  }
  body .concert-calendar-page .calendar-event-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body .concert-calendar-page .calendar-event-actions .calendar-ticket-button,
  body .concert-calendar-page .calendar-event-calendar-button {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 720px) {
  body .concert-calendar-page .calendar-search-form {
    padding: 16px !important;
  }
  body .concert-calendar-page .calendar-results-title-row .calendar-count {
    font-size: 12px !important;
  }
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 68px minmax(0,1fr) !important;
    padding: 12px !important;
  }
  body .concert-calendar-page .calendar-event-img-wrap {
    height: 190px !important;
  }
}


/* ===========================
   NFN Calendar Add-On v2.9 Responsive + Status Polish
   Distinct rescheduled styling and smoother card behavior at tablet sizes.
=========================== */
body .concert-calendar-page .calendar-status.status-rescheduled {
  background: rgba(37, 99, 235, .13) !important;
  color: #1d4ed8 !important;
}
body .concert-calendar-page .calendar-event-card.status-rescheduled {
  border-color: rgba(37, 99, 235, .22) !important;
}

@media (min-width: 721px) and (max-width: 1180px) {
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 145px 68px minmax(0, 1fr) 120px !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 12px 14px !important;
  }
  body .concert-calendar-page .calendar-event-img-wrap {
    height: 104px !important;
  }
  body .concert-calendar-page .calendar-event-date {
    width: 62px !important;
    min-height: 68px !important;
  }
  body .concert-calendar-page .calendar-event-date strong {
    font-size: 28px !important;
  }
  body .concert-calendar-page .calendar-event-body h3 {
    font-size: clamp(22px, 2.4vw, 28px) !important;
    line-height: .98 !important;
  }
  body .concert-calendar-page .calendar-event-actions {
    grid-column: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-width: 112px !important;
  }
  body .concert-calendar-page .calendar-event-actions .calendar-ticket-button,
  body .concert-calendar-page .calendar-event-calendar-button {
    min-width: 112px !important;
    width: 112px !important;
  }
}

@media (max-width: 720px) {
  body .concert-calendar-page .calendar-event-card {
    gap: 12px !important;
    border-radius: 16px !important;
  }
  body .concert-calendar-page .calendar-event-body h3 {
    font-size: clamp(22px, 6.4vw, 29px) !important;
  }
  body .concert-calendar-page .calendar-event-meta,
  body .concert-calendar-page .calendar-event-details {
    font-size: 13px !important;
  }
}

/* ===========================
   NFN Calendar Add-On v2.10
   Stronger rescheduled styling and tablet card/header breakpoint cleanup.
=========================== */
body .concert-calendar-page .calendar-status.status-rescheduled,
body .concert-calendar-page .calendar-status.status-text-rescheduled,
body .concert-calendar-page .calendar-status[class*="resched"] {
  background: rgba(37, 99, 235, .15) !important;
  color: #1d4ed8 !important;
}
body .concert-calendar-page .calendar-event-card.status-rescheduled,
body .concert-calendar-page .calendar-event-card[class*="resched"] {
  border-color: rgba(37, 99, 235, .24) !important;
}

@media (min-width: 721px) and (max-width: 1020px) {
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 132px 62px minmax(0, 1fr) 112px !important;
    gap: 12px !important;
    padding: 12px !important;
  }
  body .concert-calendar-page .calendar-event-img-wrap {
    height: 94px !important;
  }
  body .concert-calendar-page .calendar-event-date {
    width: 58px !important;
    min-height: 64px !important;
  }
  body .concert-calendar-page .calendar-event-date span {
    font-size: 11px !important;
  }
  body .concert-calendar-page .calendar-event-date strong {
    font-size: 26px !important;
  }
  body .concert-calendar-page .calendar-event-body h3 {
    font-size: clamp(20px, 2.35vw, 25px) !important;
    line-height: 1.02 !important;
  }
  body .concert-calendar-page .calendar-event-meta,
  body .concert-calendar-page .calendar-event-details {
    font-size: 12.5px !important;
    gap: 5px 10px !important;
  }
  body .concert-calendar-page .calendar-event-actions {
    grid-column: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    min-width: 106px !important;
  }
  body .concert-calendar-page .calendar-event-actions .calendar-ticket-button,
  body .concert-calendar-page .calendar-event-calendar-button {
    width: 106px !important;
    min-width: 106px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

@media (max-width: 720px) {
  body .concert-calendar-page .calendar-status.status-rescheduled,
  body .concert-calendar-page .calendar-status.status-text-rescheduled,
  body .concert-calendar-page .calendar-status[class*="resched"] {
    background: rgba(37, 99, 235, .15) !important;
    color: #1d4ed8 !important;
  }
}

/* ===========================
   NFN Calendar Add-On v2.11 Mobile Calendar Cleanup
   Keeps the calendar page from feeling crowded on phones.
=========================== */
@media (max-width: 720px) {
  body .concert-calendar-page .calendar-search-section {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }
  body .concert-calendar-page .calendar-search-form {
    gap: 13px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
  body .concert-calendar-page .calendar-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body .concert-calendar-page .calendar-actions button,
  body .concert-calendar-page .calendar-actions a {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
  body .concert-calendar-page .calendar-results-section {
    padding-top: 6px !important;
  }
  body .concert-calendar-page .calendar-results-title-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
    padding-bottom: 12px !important;
    text-align: left !important;
  }
  body .concert-calendar-page .calendar-results-title-row h2 {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: .94 !important;
  }
  body .concert-calendar-page .calendar-results-title-row h2::before {
    flex: 0 0 auto !important;
    margin-right: 10px !important;
  }
  body .concert-calendar-page .calendar-results-title-row .calendar-count {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    padding-bottom: 2px !important;
    font-size: 13px !important;
    text-align: right !important;
    white-space: nowrap !important;
  }
  body .concert-calendar-page .calendar-list {
    gap: 16px !important;
  }
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }
  body .concert-calendar-page .calendar-event-img-wrap {
    grid-column: 1 / -1 !important;
    height: 192px !important;
    border-radius: 14px !important;
  }
  body .concert-calendar-page .calendar-event-date {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: start !important;
    width: 74px !important;
    min-height: 82px !important;
    border-radius: 15px !important;
  }
  body .concert-calendar-page .calendar-event-date strong {
    font-size: 34px !important;
  }
  body .concert-calendar-page .calendar-event-body {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
  }
  body .concert-calendar-page .calendar-event-body h3 {
    font-size: clamp(26px, 7.8vw, 34px) !important;
    line-height: .96 !important;
  }
  body .concert-calendar-page .calendar-event-meta,
  body .concert-calendar-page .calendar-event-details {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
    font-size: 14px !important;
  }
  body .concert-calendar-page .calendar-event-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    min-width: 0 !important;
  }
  body .concert-calendar-page .calendar-event-actions .calendar-ticket-button,
  body .concert-calendar-page .calendar-event-calendar-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 390px) {
  body .concert-calendar-page .calendar-results-title-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  body .concert-calendar-page .calendar-results-title-row .calendar-count {
    margin-left: 0 !important;
    text-align: left !important;
  }
  body .concert-calendar-page .calendar-event-card {
    grid-template-columns: 76px minmax(0, 1fr) !important;
  }
  body .concert-calendar-page .calendar-event-img-wrap {
    height: 176px !important;
  }
}

/* NFN Calendar Add-On v2.12: mobile alignment and breathing room */
@media (max-width: 760px) {
  .concert-calendar-page,
  .amp-combined-calendar-page {
    overflow-x: hidden;
  }
  .calendar-search-section .container,
  .calendar-results-section .container,
  .calendar-hero .container {
    width: min(100% - 34px, 1180px) !important;
  }
  .calendar-search-form {
    margin-top: -30px !important;
    padding: 20px !important;
    border-radius: 18px !important;
    gap: 14px !important;
  }
  .calendar-field label {
    margin-bottom: 7px !important;
  }
  .calendar-field input,
  .calendar-field select {
    min-height: 54px !important;
    font-size: 16px !important;
  }
  .calendar-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .calendar-actions button,
  .calendar-actions a {
    width: 100% !important;
    min-height: 56px !important;
  }
  .calendar-results-header {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }
  .calendar-results-header h2,
  .calendar-results-kicker {
    text-align: left !important;
    justify-content: flex-start !important;
    margin: 0 !important;
  }
  .calendar-count {
    justify-self: start !important;
    margin-left: 0 !important;
    font-size: 14px !important;
  }
  .calendar-event-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 16px 18px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }
  .calendar-event-img-wrap {
    grid-column: 1 / -1 !important;
    height: 210px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }
  .calendar-event-date {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 74px !important;
    min-height: 74px !important;
    align-self: center !important;
  }
  .calendar-event-body {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
  }
  .calendar-event-body h3 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: .98 !important;
    margin: 5px 0 8px !important;
  }
  .calendar-event-details,
  .calendar-event-meta {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
  .calendar-event-actions {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 2px !important;
  }
  .calendar-event-actions .calendar-ticket-button,
  .calendar-event-calendar-button {
    min-height: 54px !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 430px) {
  .calendar-event-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 14px 14px !important;
    padding: 14px !important;
  }
  .calendar-event-img-wrap {
    height: 190px !important;
  }
  .calendar-event-date {
    width: 66px !important;
    min-height: 66px !important;
  }
  .calendar-event-body h3 {
    font-size: 29px !important;
  }
}
