.pulse-banner{position:relative;overflow:hidden;border-radius:16px;margin:0 0 32px;background:#f3f3f3}
.pulse-banner-track{position:relative;min-height:360px}
.pulse-banner-slide{display:none;position:absolute;inset:0;min-height:360px}
.pulse-banner-slide.is-active{display:block}
.pulse-banner-slide>img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.pulse-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.12))}
.pulse-banner-content{position:absolute;left:48px;top:50%;transform:translateY(-50%);max-width:620px;width:auto;margin:0;padding:0 24px 0 8px;text-align:left;color:#fff;box-sizing:border-box}
.pulse-banner-content h2{margin:0 0 12px;font-size:clamp(28px,4vw,56px);line-height:1.05;color:#fff}
.pulse-banner-content p{font-size:18px;line-height:1.5;margin:0 0 22px;color:#fff}
.pulse-button{display:inline-flex;align-items:center;justify-content:center;background:#fe0265!important;color:#fff!important;padding:12px 22px;border-radius:10px;text-decoration:none!important;font-weight:700;border:1px solid #fe0265!important;cursor:pointer;line-height:1.2;box-sizing:border-box}
.pulse-button:hover{background:#e00258!important;border-color:#e00258!important;color:#fff!important}
.pulse-button-light{background:#fff!important;color:#fe0265!important;border:1px solid #fe0265!important}
/* Banner / slider CTAs: always solid pink + white text (overrides pulse-button-light) */
.pulse-banner .pulse-button,
.pulse-banner a.pulse-button,
.pulse-banner .pulse-button-light,
.pulse-banner a.pulse-button-light{
    background:#fe0265!important;
    color:#fff!important;
    border:1px solid #fe0265!important;
}
.pulse-banner .pulse-button:hover,
.pulse-banner a.pulse-button:hover,
.pulse-banner .pulse-button-light:hover,
.pulse-banner a.pulse-button-light:hover{
    background:#e00258!important;
    border-color:#e00258!important;
    color:#fff!important;
}
.pulse-banner-prev,.pulse-banner-next,.pulse-slider-prev,.pulse-slider-next{position:absolute;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#fe0265;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.pulse-banner-prev{left:18px;top:50%;transform:translateY(-50%)}
.pulse-banner-next{right:18px;top:50%;transform:translateY(-50%)}
.pulse-banner-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px}
.pulse-banner-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#fff;opacity:.55;padding:0;cursor:pointer}
.pulse-banner-dots button.is-active{opacity:1}

.pulse-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pulse-tec-listings{margin:40px 0 24px;padding:0 0 8px}
.pulse-tec-listings__section{margin:0 0 36px}
.pulse-tec-listings__title{font-size:28px;line-height:1.2;margin:0 0 8px;text-align:left}
.pulse-tec-listings__intro{margin:0 0 18px;color:#666;font-size:15px;text-align:left}

/*
 * Venue/organizer pages: same content width as Experiences archive (~1180–1200px centered).
 * Title, meta/map, and experience cards all share this container — no full-bleed title
 * with a separate narrow/centered listings box.
 */
body.single-tribe_venue .tribe-events-view--venue,
body.single-tribe_organizer .tribe-events-view--organizer,
.tribe-events-view--venue,
.tribe-events-view--organizer{
  width:100%;
  max-width:100%;
}
body.single-tribe_venue .tribe-events-view--venue > .tribe-events-l-container,
body.single-tribe_organizer .tribe-events-view--organizer > .tribe-events-l-container,
.tribe-events-view--venue > .tribe-events-l-container,
.tribe-events-view--organizer > .tribe-events-l-container{
  width:100%!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
  box-sizing:border-box!important;
}
.tribe-events-view--venue .tribe-events-header,
.tribe-events-view--organizer .tribe-events-header{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  width:100%;
  max-width:100%;
}
.tribe-events-view--venue .tribe-events-header__title,
.tribe-events-view--organizer .tribe-events-header__title,
.tribe-events-view--venue .tribe-events-pro-venue__meta,
.tribe-events-view--organizer .tribe-events-pro-organizer__meta,
.tribe-events-view--venue .tec-events-c-view-box-border,
.tribe-events-view--organizer .tec-events-c-view-box-border{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
/* TEC indents the page title by 8px on the wrapper and again on the h1, leaving it out of line with
   the back link, venue meta box and experience cards below it. */
.tribe-events-view--venue .tribe-events-header__title,
.tribe-events-view--organizer .tribe-events-header__title,
.tribe-events-view--venue .tribe-events-header__title h1,
.tribe-events-view--organizer .tribe-events-header__title h1,
.tribe-events-view--venue .tribe-events-header__title .tribe-events-header__title-text,
.tribe-events-view--organizer .tribe-events-header__title .tribe-events-header__title-text{
  padding-left:0!important;
  margin-left:0!important;
}

.tribe-events-view--venue .tribe-events-l-container > .pulse-tec-listings,
.tribe-events-view--organizer .tribe-events-l-container > .pulse-tec-listings,
body.single-tribe_venue .tribe-events-l-container > .pulse-tec-listings,
body.single-tribe_organizer .tribe-events-l-container > .pulse-tec-listings{
  display:block;
  width:100%!important;
  max-width:none!important;
  margin:32px 0 48px!important;
  padding:0!important;
  box-sizing:border-box;
  text-align:left;
  align-self:stretch;
  flex:0 0 auto;
}
.tribe-events-view--venue .pulse-tec-listings__title,
.tribe-events-view--organizer .pulse-tec-listings__title{margin:0 0 6px;font-size:28px;line-height:1.2;font-weight:800;text-align:left}
.tribe-events-view--venue .pulse-tec-listings__intro,
.tribe-events-view--organizer .pulse-tec-listings__intro{margin:0 0 22px;color:#666;font-size:15px;text-align:left}
.tribe-events-view--venue .pulse-tec-listings .pulse-experience-grid,
.tribe-events-view--organizer .pulse-tec-listings .pulse-experience-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  width:100%;
  justify-content:stretch;
  align-items:stretch;
}
/* The Events Calendar resets every element inside .tribe-common (`.tribe-common div{margin:0;padding:0}`),
   which outranks our single-class card rules. Re-declare the card layout at higher specificity and
   space the body with flex gap so the reset's zeroed margins cannot squash it. */
.pulse-tec-listings .pulse-card{
  max-width:none;
  width:100%;
  display:flex;
  flex-direction:column;
  height:100%;
}
.pulse-tec-listings .pulse-card .pulse-card-image{
  display:block;
  width:100%;
  height:auto!important;
  aspect-ratio:16/10;
  flex:0 0 auto;
}
.pulse-tec-listings .pulse-card .pulse-card-image img{width:100%;height:100%;object-fit:cover;display:block}
/* Body metrics mirror the Experiences cards exactly: 20px inset, two lines reserved for the title,
   8px to the meta line, and the CTA on the bottom edge with 22px below it. */
.pulse-tec-listings .pulse-card .pulse-card-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:20px 20px 22px;
}
.pulse-tec-listings .pulse-card .pulse-card-body h3{
  margin:0 0 10px;
  min-height:2.5em;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pulse-tec-listings .pulse-card .pulse-meta{margin:0 0 8px;font-size:14px}
.pulse-tec-listings .pulse-card .pulse-price{margin:0 0 10px;font-size:16px}
/* Whatever sits directly above the CTA keeps a gap, so a single-card row never looks cramped. */
.pulse-tec-listings .pulse-card .pulse-card-body > :nth-last-child(2){margin-bottom:18px}
.pulse-tec-listings .pulse-card .pulse-button{
  margin-top:auto;
  display:block;
  width:100%;
  padding:13px 18px;
  border-radius:10px;
  text-align:center;
  font-size:14px;
  font-weight:700;
}

.tribe-events-view--venue .tribe-events-calendar-list,
.tribe-events-view--organizer .tribe-events-calendar-list{width:100%!important;max-width:100%!important;flex:1 1 auto!important;min-width:0}
.tribe-events-view--venue.tribe-events--has-filter-bar,
.tribe-events-view--organizer.tribe-events--has-filter-bar{display:block}
body.single-tribe_venue .tribe-filter-bar,
body.single-tribe_organizer .tribe-filter-bar,
.tribe-events-view--venue .tribe-filter-bar,
.tribe-events-view--organizer .tribe-filter-bar{display:none!important}
/* Datepicker should not sit as a floating middle column when the list is empty */
.tribe-events-view--venue .datepicker.datepicker-dropdown,
.tribe-events-view--organizer .datepicker.datepicker-dropdown{z-index:10000}

/* Empty venue/organizer TEC chrome: hide dead arrows + duplicate “no results” bars */
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-header__messages,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-header__messages,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-header__messages--mobile,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-header__messages--mobile,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-c-messages,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-c-messages,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-c-top-bar,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-c-top-bar,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-header__events-bar,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-header__events-bar,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-c-nav,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-c-nav,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-calendar-list-nav,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-calendar-list-nav,
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-footer,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-footer{display:none!important}
/* When Pulse listings exist, drop the empty “Events at this venue” title + Subscribe gap entirely */
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--venue .tribe-events-header__content-title,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--organizer .tribe-events-header__content-title,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--venue .tribe-events-c-subscribe-dropdown__container,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--organizer .tribe-events-c-subscribe-dropdown__container,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--venue .tribe-events-calendar-list,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--organizer .tribe-events-calendar-list,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--venue .tribe-events-after-html,
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-view--organizer .tribe-events-after-html{display:none!important}
body.pulse-tec-empty-events .tribe-events-view--venue .tribe-events-header,
body.pulse-tec-empty-events .tribe-events-view--organizer .tribe-events-header{margin-bottom:0;padding-bottom:0;border:0}
body.pulse-tec-empty-events.pulse-tec-has-listings .tribe-events-l-container{padding-bottom:8px!important;min-height:0!important}
/* Keep one clear empty note only when there are also no Pulse listings */
body.pulse-tec-empty-events:not(.pulse-tec-has-listings) .tribe-events-view--venue .tribe-events-header__messages:not(.tribe-events-header__messages--mobile),
body.pulse-tec-empty-events:not(.pulse-tec-has-listings) .tribe-events-view--organizer .tribe-events-header__messages:not(.tribe-events-header__messages--mobile){display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important}
body.pulse-tec-empty-events:not(.pulse-tec-has-listings) .tribe-events-view--venue .tribe-events-header__messages--mobile,
body.pulse-tec-empty-events:not(.pulse-tec-has-listings) .tribe-events-view--organizer .tribe-events-header__messages--mobile{display:none!important}

@media(max-width:1024px){
  .tribe-events-view--venue .pulse-tec-listings .pulse-experience-grid,
  .tribe-events-view--organizer .pulse-tec-listings .pulse-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .tribe-events-view--venue .pulse-tec-listings .pulse-experience-grid,
  .tribe-events-view--organizer .pulse-tec-listings .pulse-experience-grid{grid-template-columns:1fr}
}
.pulse-hide-empty-meta .elementor-widget-icon-box.pulse-es-empty-meta,
.elementor-widget-icon-box.pulse-es-empty-meta,
.elementor-element.pulse-es-empty-section{display:none!important}
.pulse-es-meta-bar:empty{display:none!important}
.pulse-card{background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,.06);display:flex;flex-direction:column;height:100%}
.pulse-card-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#f5f5f5;flex:0 0 auto}
.pulse-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.pulse-card:hover .pulse-card-image img{transform:scale(1.03)}
.pulse-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:0}
.pulse-card-body h3{font-size:20px;line-height:1.25;margin:0 0 10px;min-height:2.5em}
.pulse-card-body h3 a{text-decoration:none;color:inherit}
.pulse-card-body .pulse-meta{margin:0 0 8px}
.pulse-card-body .pulse-price{margin:0 0 14px}
.pulse-card-body .pulse-button,
.pulse-card-body a.pulse-button{
  margin-top:auto;
  width:100%;
  text-align:center;
  padding:13px 18px;
  border-radius:10px;
  font-size:14px;
  letter-spacing:.01em;
}
.pulse-meta{font-size:14px;color:#666;margin:5px 0}
.pulse-price{font-weight:800;color:#fe0265;margin:10px 0 14px}
.pulse-badge{position:absolute;left:12px;top:12px;background:#fe0265;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}
.pulse-placeholder{width:100%;height:100%;background:#f2f2f2}
.pulse-empty{padding:24px;background:#f7f7f7;border-radius:10px}
.pulse-slider{position:relative;overflow:hidden}
.pulse-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:3px}
.pulse-slider-track::-webkit-scrollbar{display:none}
.pulse-slide{flex:0 0 calc(25% - 15px)}
.pulse-slider-prev{left:10px;top:50%;transform:translateY(-50%)}
.pulse-slider-next{right:10px;top:50%;transform:translateY(-50%)}
.pulse-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pulse-category-tile{min-height:150px;border-radius:14px;background:linear-gradient(135deg,#fe0265,#ff65aa);display:flex;align-items:center;justify-content:center;padding:20px;color:#fff!important;text-decoration:none!important;font-size:20px;font-weight:800;text-align:center}
.pulse-category-tile:nth-child(2n){background:linear-gradient(135deg,#ff4f9b,#fe0265)}
.pulse-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end;margin:0 0 28px;padding:18px;border:1px solid #eee;border-radius:14px;background:#fff}
.pulse-filter-field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}
.pulse-filter-field input,.pulse-filter-field select{width:100%;min-height:44px;border:1px solid #ddd;border-radius:7px;padding:8px 11px;background:#fff}
.pulse-pagination ul{display:flex;gap:8px;list-style:none;padding:0;margin:30px 0}
.pulse-pagination a,.pulse-pagination span{display:block;padding:8px 12px;border:1px solid #ddd;border-radius:6px;text-decoration:none}
.pulse-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pulse-post-card{border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(17,17,17,.06)}
.pulse-post-card__media{position:relative;display:block}
.pulse-post-card__image-link{display:block}
.pulse-post-card img,.pulse-post-card__placeholder{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#f3f3f3}
.pulse-post-card__badge{position:absolute;left:12px;top:12px;z-index:1;background:#ffe4ef;color:#fe0265;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1}
.pulse-post-card__body{padding:16px 18px 18px}
.pulse-post-card h3{margin:0 0 8px;font-size:18px;line-height:1.3}
.pulse-post-card h3 a{text-decoration:none;color:inherit}
.pulse-post-card .pulse-meta{font-size:13px;color:#9aa1ad}
.pulse-tabs{margin:30px 0}
.pulse-tab-buttons{display:flex;overflow-x:auto;border-bottom:1px solid #e5e7eb;gap:6px;scrollbar-width:none;margin-bottom:28px;padding-bottom:0}
.pulse-tab-buttons::-webkit-scrollbar{display:none}
.pulse-tab-buttons button{flex:0 0 auto;background:transparent;border:0;padding:12px 16px;font-weight:600;font-size:14px;color:#6b7280;cursor:pointer;position:relative;white-space:nowrap;border-radius:10px 10px 0 0}
.pulse-tab-buttons button.is-active{color:#fff;background:#fe0265}
.pulse-tab-buttons button.is-active::after{display:none}
.pulse-tab-panel{display:none}
.pulse-tab-panel.is-active{display:block}
.pulse-list{padding-left:20px}
.pulse-button-outline{display:inline-block;background:#fff;color:#fe0265!important;padding:10px 18px;border-radius:7px;text-decoration:none!important;font-weight:700;border:1px solid #fe0265}
.pulse-button-outline:hover{color:#e00258!important;border-color:#e00258}
.pulse-exp-overview{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:32px;align-items:start}
.pulse-exp-overview h3{margin:0 0 14px;font-size:16px;font-weight:800}
.pulse-exp-overview__main,.pulse-exp-overview__side{display:grid;gap:26px;min-width:0}
.pulse-exp-overview__lead{margin:0;font-size:15px;line-height:1.65;color:#444}
.pulse-exp-facts{border:1px solid #e5e7eb;border-radius:14px;padding:20px;background:#fff}
.pulse-exp-facts dl{margin:0;display:grid;gap:10px}
.pulse-exp-facts__row{display:flex;justify-content:space-between;gap:16px;align-items:baseline;padding-bottom:10px;border-bottom:1px solid #f1f2f4}
.pulse-exp-facts__row:last-child{padding-bottom:0;border-bottom:0}
.pulse-exp-facts dt{margin:0;font-size:13px;color:#6b7280}
.pulse-exp-facts dd{margin:0;font-size:14px;font-weight:700;color:#111;text-align:right}
.pulse-exp-itinerary{display:grid;border-left:2px solid #f3c6de;margin-left:8px;padding-left:20px}
.pulse-exp-itinerary__item{position:relative;padding-bottom:18px}
.pulse-exp-itinerary__item::before{content:"";position:absolute;left:-27px;top:4px;width:12px;height:12px;border-radius:50%;background:#fe0265;border:2px solid #fff;box-shadow:0 0 0 2px #f3c6de}
.pulse-exp-itinerary__time{font-size:12px;font-weight:700;color:#fe0265;margin-bottom:2px}
.pulse-exp-itinerary__item h4{margin:0 0 2px;font-size:14px;font-weight:700}
.pulse-exp-itinerary__item p{margin:0;font-size:13px;color:#6b7280}
.pulse-exp-checks{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pulse-exp-checks li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#333}
.pulse-exp-checks li::before{content:"✓";color:#16a34a;font-weight:800;flex-shrink:0}
.pulse-exp-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin:0 0 16px}
.pulse-exp-card h3{margin:0 0 16px;font-size:16px;font-weight:800}
.pulse-exp-map{border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;margin-bottom:14px;background:#e8eef5;min-height:320px}
.pulse-exp-map iframe{width:100%;height:320px;border:0;display:block}
.pulse-exp-map--mini{min-height:180px}
.pulse-exp-map--mini iframe{height:180px}
.pulse-exp-map-name{margin:10px 0 4px;font-weight:700;font-size:13px}
.pulse-exp-map-link{color:#fe0265;font-size:13px;font-weight:600;text-decoration:none}
.pulse-exp-map-bar{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;margin-bottom:20px}
.pulse-exp-map-bar__thumb{width:56px;height:56px;border-radius:10px;object-fit:cover}
.pulse-exp-map-bar__info{flex:1;min-width:180px}
.pulse-exp-map-bar__info strong{display:block;font-size:14px;margin-bottom:2px}
.pulse-exp-map-bar__info span{font-size:13px;color:#6b7280}
.pulse-exp-map-bar__actions{display:flex;gap:8px;flex-wrap:wrap}
.pulse-exp-meeting{margin:0 0 20px;color:#6b7280;font-size:14px}
.pulse-exp-section-title{font-size:18px;font-weight:800;margin:0 0 14px}
.pulse-exp-landmarks{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pulse-exp-landmark{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.pulse-exp-landmark__ico{width:34px;height:34px;border-radius:10px;background:#e8f1ff;display:grid;place-items:center;flex-shrink:0}
.pulse-exp-landmark strong{display:block;font-size:13px;margin-bottom:2px}
.pulse-exp-landmark span{font-size:12px;color:#6b7280}
.pulse-exp-reviews-summary{display:grid;grid-template-columns:160px 1fr;gap:28px;align-items:center;margin-bottom:28px;padding:20px;background:#f6f7f7;border-radius:14px}
.pulse-exp-reviews-score{text-align:center}
.pulse-exp-reviews-score strong{font-size:48px;font-weight:800;line-height:1;display:block}
.pulse-exp-reviews-score p{margin:6px 0 0;font-size:13px;color:#6b7280}
.pulse-exp-stars{color:#f59e0b;letter-spacing:1px;font-size:13px}
.pulse-exp-bar-row{display:grid;grid-template-columns:64px 1fr 40px;gap:10px;align-items:center;margin-bottom:8px;font-size:13px;color:#6b7280}
.pulse-exp-bar{height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}
.pulse-exp-bar>span{display:block;height:100%;background:#fe0265;border-radius:99px}
.pulse-exp-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.pulse-exp-review-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.pulse-exp-review-card__head{display:flex;gap:10px;align-items:center;padding:14px 14px 0}
.pulse-exp-review-card__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}
.pulse-exp-review-card__head strong{display:block;font-size:14px}
.pulse-exp-review-card__head span{font-size:12px;color:#6b7280}
.pulse-exp-review-card__body{padding:10px 14px 14px}
.pulse-exp-review-card__body .pulse-exp-stars{margin-bottom:8px;display:block}
.pulse-exp-review-card__body p{margin:0;font-size:13px;color:#444;line-height:1.45}
.pulse-exp-review-card__media{aspect-ratio:16/10;overflow:hidden}
.pulse-exp-review-card__media img{width:100%;height:100%;object-fit:cover}
.pulse-exp-center{text-align:center}
@media(max-width:1024px){
 .pulse-experience-grid{grid-template-columns:repeat(2,1fr)}
 .pulse-slide{flex-basis:calc(50% - 10px)}
 .pulse-category-grid{grid-template-columns:repeat(3,1fr)}
 .pulse-filters{grid-template-columns:1fr 1fr}
 .pulse-post-grid{grid-template-columns:repeat(2,1fr)}
 .pulse-exp-overview{grid-template-columns:1fr}
 .pulse-exp-review-grid,.pulse-exp-landmarks{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
 .pulse-banner-track,.pulse-banner-slide,.pulse-banner-slide>img{min-height:440px}
 .pulse-banner-content{left:20px;right:20px;padding:0 12px 0 4px;max-width:calc(100% - 40px)}
 .pulse-banner-content p{font-size:15px}
 .pulse-experience-grid{grid-template-columns:1fr}
 .pulse-slide{flex-basis:85%}
 .pulse-category-grid{grid-template-columns:repeat(2,1fr)}
 .pulse-category-tile{min-height:120px;font-size:16px}
 .pulse-filters{grid-template-columns:1fr}
 .pulse-post-grid{grid-template-columns:1fr}
 .pulse-tab-buttons button{padding:13px 16px}
 .pulse-exp-overview,.pulse-exp-review-grid,.pulse-exp-landmarks{grid-template-columns:1fr}
 .pulse-exp-reviews-summary{grid-template-columns:1fr}
 .pulse-exp-map-bar{flex-direction:column;align-items:flex-start}
}

.pulse-es-gallery-front {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.pulse-es-gallery-front img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* Experience gallery thumbnails: WordPress gallery markup keeps each image's own ratio, so rows end up
   ragged. Give every tile the same box and crop to fill instead of stretching. */
body.single-pulse_experience .elementor-widget-image-gallery .gallery{display:grid;gap:12px;margin:0}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-item{width:auto!important;max-width:none!important;margin:0!important;float:none!important;padding:0}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-icon{margin:0;height:100%}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-icon a{display:block;height:100%}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-item img{
  width:100%;
  height:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
  border:0!important;
  border-radius:10px;
}
body.single-pulse_experience .elementor-widget-image-gallery .gallery-caption{margin:6px 0 0;font-size:12px;color:#6b7280}
@media(max-width:767px){
  body.single-pulse_experience .elementor-widget-image-gallery .gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

.pulse-es-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pulse-es-list li {
    position: relative;
    padding: 6px 0 6px 22px;
}

.pulse-es-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16a34a;
}

.pulse-es-meta-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.pulse-es-meta-item span {
    display: block;
    color: #6b7280;
    font-size: 12px;
}

.pulse-es-itinerary-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.pulse-es-itinerary-time {
    font-weight: 700;
}

.pulse-es-landmarks,
.pulse-es-host,
.pulse-es-cta,
.pulse-es-price {
    display: grid;
    gap: 10px;
}

.pulse-es-landmark {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pulse-es-landmark small,
.pulse-es-price span {
    display: block;
    color: #6b7280;
}

.pulse-es-cta-button {
    display: inline-block;
    padding: 10px 16px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
}

/* Experience booking card only — never Woo cart/checkout */
.pulse-booking[data-pulse-booking] {
    display: grid;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.pulse-booking[data-pulse-booking] .pulse-booking__price strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
}

.pulse-booking[data-pulse-booking] .pulse-booking__price strong .amount,
.pulse-booking[data-pulse-booking] .pulse-booking__price strong .woocommerce-Price-amount {
    font-weight: 800;
    font-size: inherit;
}

.pulse-booking[data-pulse-booking] .pulse-booking__price span {
    color: #6b7280;
    font-size: 13px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__field {
    display: grid;
    gap: 6px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__field label {
    font-size: 13px;
    font-weight: 600;
}

.pulse-booking[data-pulse-booking] .pulse-booking__date {
    position: relative;
}

.pulse-booking[data-pulse-booking] .pulse-booking__date-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fe0265;
    display: grid;
    place-items: center;
    pointer-events: none;
    z-index: 1;
}

.pulse-booking[data-pulse-booking] select {
    width: 100%;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__date select {
    padding-left: 40px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__counter {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.pulse-booking[data-pulse-booking] .pulse-booking__counter button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 0;
    background: #f4f5f7;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    flex-shrink: 0;
}

.pulse-booking[data-pulse-booking] .pulse-booking__counter input[type="number"] {
    flex: 1;
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    -moz-appearance: textfield;
}

.pulse-booking[data-pulse-booking] .pulse-booking__counter input[type="number"]::-webkit-outer-spin-button,
.pulse-booking[data-pulse-booking] .pulse-booking__counter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pulse-booking[data-pulse-booking] .pulse-booking__submit {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    border: 1px solid #fe0265 !important;
    border-radius: 10px;
    background: #fe0265 !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.pulse-booking[data-pulse-booking] .pulse-booking__submit[hidden],
.pulse-booking[data-pulse-booking] .pulse-booking__book[hidden],
.pulse-booking[data-pulse-booking] .pulse-booking__check[hidden],
.pulse-booking[data-pulse-booking] .pulse-booking__result[hidden],
.pulse-booking[data-pulse-booking] [hidden] {
    display: none !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__help {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
}

.pulse-booking[data-pulse-booking] .pulse-booking__actions {
    display: grid;
    gap: 14px;
}

/* Hide only Woo product controls injected into the Experience card — never cart/checkout .qty */
.pulse-booking[data-pulse-booking] > .quantity,
.pulse-booking[data-pulse-booking] .woocommerce-variation-add-to-cart,
.pulse-booking[data-pulse-booking] button.single_add_to_cart_button:not(.pulse-booking__submit):not([data-pulse-check]):not([data-pulse-book]),
.pulse-booking[data-pulse-booking] .single_add_to_cart_button:not(.pulse-booking__submit):not([data-pulse-check]):not([data-pulse-book]) {
    display: none !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__submit:disabled,
.pulse-booking[data-pulse-booking] .pulse-booking__submit.is-inactive {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    color: #6b7280 !important;
    cursor: not-allowed;
    box-shadow: none;
}

.pulse-booking[data-pulse-booking] .pulse-booking__check:not(:disabled):not(.is-inactive) {
    background: #fe0265 !important;
    border-color: #fe0265 !important;
    color: #fff !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__check:hover:not(:disabled):not(.is-inactive) {
    background: #e00258 !important;
    border-color: #e00258 !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__check:disabled,
.pulse-booking[data-pulse-booking] .pulse-booking__check.is-inactive {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    color: #6b7280 !important;
    cursor: not-allowed;
}

.pulse-booking[data-pulse-booking] .pulse-booking__check.is-loading {
    opacity: .9;
}

.pulse-booking[data-pulse-booking] .pulse-booking__book:not(:disabled):not(.is-inactive) {
    background: #fe0265 !important;
    border-color: #fe0265 !important;
    color: #fff !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__book:hover:not(:disabled):not(.is-inactive) {
    background: #e00258 !important;
    border-color: #e00258 !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__book:disabled,
.pulse-booking[data-pulse-booking] .pulse-booking__book.is-inactive {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    color: #6b7280 !important;
    cursor: not-allowed;
}

.pulse-booking[data-pulse-booking].pulse-booking--available .pulse-booking__check {
    display: none !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result:empty {
    display: none !important;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result--pending {
    background: #f3f4f6;
    color: #374151;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result--ok {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result--warn {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.pulse-booking[data-pulse-booking] .pulse-booking__result--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.pulse-booking[data-pulse-booking] .pulse-booking__added {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #137a3a;
    border-radius: 10px;
    background: #15803d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.pulse-booking[data-pulse-booking] .pulse-booking__added-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    flex-shrink: 0;
}

.pulse-booking[data-pulse-booking] .pulse-booking__added-text {
    flex: 1 1 auto;
    min-width: 0;
}

.pulse-booking[data-pulse-booking] .pulse-booking__added-link {
    color: #fff !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.pulse-booking[data-pulse-booking] .pulse-booking__added-link:hover,
.pulse-booking[data-pulse-booking] .pulse-booking__added-link:focus {
    color: #fff !important;
    text-decoration-thickness: 2px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__wc-notices {
    font-size: 13px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__wc-notices .woocommerce-message,
.pulse-booking[data-pulse-booking] .pulse-booking__wc-notices .woocommerce-error,
.pulse-booking[data-pulse-booking] .pulse-booking__wc-notices .woocommerce-info {
    margin: 0 0 8px;
    padding: 10px 12px;
    border-radius: 10px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__counter button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .pulse-booking[data-pulse-booking] {
        padding: 16px;
        gap: 12px;
    }
    .pulse-booking[data-pulse-booking] .pulse-booking__price strong {
        font-size: 26px;
    }
}

.pulse-booking[data-pulse-booking] .pulse-booking__instant {
    margin: 2px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #15803d;
    font-weight: 600;
    font-size: 13px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__trust {
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid #e5e7eb;
    list-style: none;
    display: grid;
    gap: 10px;
    color: #444;
    font-size: 13px;
}

.pulse-booking[data-pulse-booking] .pulse-booking__trust:empty {
    display: none;
}

.pulse-booking[data-pulse-booking] .pulse-booking__trust li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0;
    position: static;
}

.pulse-booking[data-pulse-booking] .pulse-booking__trust li:before {
    content: none;
}

.pulse-booking[data-pulse-booking] .pulse-booking__trust-ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff0f7;
    color: #fe0265;
    display: grid;
    place-items: center;
    font-size: 12px;
    flex-shrink: 0;
    line-height: 1;
}

.pulse-booking[data-pulse-booking] .pulse-booking__notice,
.pulse-booking[data-pulse-booking] .pulse-booking__soldout {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

/*
 * The Events Calendar — scoped layout (2.3.17)
 * Photo/Grid cards: do not set width:100% on .tribe-events-view or photo articles.
 * Month: fill the calendar COLUMN only (Featured Events stays a sibling).
 */

/*
 * Month grid. The theme styles bare <table> elements, and TEC's month view is a real
 * table, so cells inherit the theme's grey border, 15px padding and alternating-row
 * tint, which fight TEC's own grid lines. Neutralise that, then settle on one line
 * weight and uniform cells; brand pink stays for today and event accents only.
 */
.tribe-events table.tribe-events-calendar-month {
    font-size: inherit;
    margin-block-end: 0;
    background-color: transparent;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
}
.tribe-events .tribe-events-calendar-month td,
.tribe-events .tribe-events-calendar-month th {
    padding: 0;
    line-height: inherit;
}
.tribe-events .tribe-events-calendar-month,
.tribe-events .tribe-events-calendar-month__week,
.tribe-events .tribe-events-calendar-month__day,
.tribe-events .tribe-events-calendar-month__header-column {
    --tec-color-border-secondary-month-grid: #e6e8ec !important;
}
.tribe-events .tribe-events-calendar-month__day,
.tribe-events .tribe-events-calendar-month__week {
    border-color: #e6e8ec !important;
}
/* Specific enough to beat the theme's tbody > tr:nth-child(odd) > td tint */
.tribe-events .tribe-events-calendar-month tbody > tr > td.tribe-events-calendar-month__day {
    background-color: #fff;
}
.tribe-events .tribe-events-calendar-month tbody > tr > td.tribe-events-calendar-month__day--other-month {
    background-color: #fcfcfd;
}
.tribe-events .tribe-events-calendar-month thead th.tribe-events-calendar-month__header-column {
    background-color: #f7f8fa;
    padding: 12px 0;
}
.tribe-events .tribe-events-calendar-month__header-column-title,
.tribe-events .tribe-events-calendar-month__header-column-title-mobile {
    color: #4b5563;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-month__header-column abbr,
.tribe-events .tribe-events-calendar-month__header-column abbr[title] {
    text-decoration: none;
    border-bottom: 0;
}

/*
 * Multiday bars already span their whole run; TEC paints them with the category's
 * SECONDARY colour, which is white here, so they were invisible against the cells.
 * Tint from each category's own primary instead, so any category stays legible and
 * colour-coded without per-term configuration. Flat fallback first for no color-mix.
 */
.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    --tec-color-category-secondary: #eef1f5;
    --tec-color-category-secondary: color-mix(in srgb, var(--tec-color-category-primary, #6b7280) 14%, #fff);
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #eef1f5;
    background-color: color-mix(in srgb, var(--tec-color-category-primary, #6b7280) 14%, #fff);
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
    border-left: 3px solid var(--tec-color-category-primary, #6b7280);
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    color: #1f2937;
    font-weight: 600;
}

/* Search + location side-by-side to save vertical space */
.tribe-events .tribe-events-c-search {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
}
.tribe-events .tribe-events-c-search__input-group,
.tribe-events .tribe-events-c-events-bar__filter-group,
.tribe-events #tribe-bar-form .tribe-bar-filters-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
}
.tribe-events .tribe-events-c-search__input-control,
.tribe-events .tribe-events-c-search__input-control:first-child,
.tribe-events .tribe-events-c-search__input-control:not(:first-child) {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex: 1 1 0 !important;
}
.tribe-events .tribe-events-c-search__button {
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
    position: relative !important;
    z-index: 2 !important;
}
@media (max-width: 700px) {
    .tribe-events .tribe-events-c-search,
    .tribe-events .tribe-events-c-search__input-group {
        flex-wrap: wrap !important;
    }
    .tribe-events .tribe-events-c-search__input-group,
    .tribe-events .tribe-events-c-search__button,
    .tribe-events .tribe-events-c-events-bar__filter-group,
    .tribe-events .tribe-events-c-search__input-control {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
    }
}

/* Blank square: compact view-selector must keep padding + visible icon */
.tribe-events .tribe-events-c-view-selector__button {
    min-width: 40px !important;
    min-height: 36px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
}
.tribe-events .tribe-events-c-view-selector__button-icon,
.tribe-events .tribe-events-c-view-selector__button-icon svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.tribe-events .tribe-events-c-view-selector__button-icon svg,
.tribe-events .tribe-events-c-view-selector__button-icon svg path,
.tribe-events .tribe-events-c-view-selector__button-icon svg g {
    fill: #fe0265 !important;
    stroke: #fe0265 !important;
}
.tribe-events .tribe-events-c-view-selector__button::after {
    display: none !important;
}

/*
 * Do not restyle TEC Month cells — 2.3.17 table-layout/14.28% collapsed the compact month.
 * Month is narrow because its container is narrow: assets/frontend.js reclaims the
 * unused width in the calendar column and lets TEC pick its own breakpoint.
 */

/* Hide Week from view selector only */
.tribe-events .tribe-events-c-view-selector__list-item--week,
.tribe-events .tribe-events-c-view-selector__list-item[data-view="week"],
.tribe-events .tribe-events-c-view-selector__list-item a[data-view="week"],
.tribe-events li.tribe-events-c-view-selector__list-item--week {
    display: none !important;
}

.tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-events-c-ical {
    clear: both;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

@media (max-width: 768px) {
    .tribe-events-c-subscribe-dropdown,
    .tribe-events-c-subscribe-dropdown__button {
        width: 100%;
        max-width: 100%;
    }
}

/* Beat Elementor/theme custom CSS (#C4006A) — keep Pulse CTA magenta */
.pulse-button,
a.pulse-button,
.pulse-booking__submit,
.pulse-booking__check {
    background: #fe0265 !important;
    border-color: #fe0265 !important;
}
.pulse-button:hover,
a.pulse-button:hover,
.pulse-booking__submit:hover,
.pulse-booking__check:hover {
    background: #e00258 !important;
    border-color: #e00258 !important;
}
.pulse-button-light,
a.pulse-button-light {
    background: #fff !important;
    color: #fe0265 !important;
    border-color: #fe0265 !important;
}
.pulse-button-outline,
a.pulse-button-outline {
    background: #fff !important;
    color: #fe0265 !important;
    border-color: #fe0265 !important;
}
.pulse-button-outline:hover,
a.pulse-button-outline:hover {
    color: #e00258 !important;
    border-color: #e00258 !important;
}

.pulse-es-meta-bar:empty {
    display: none !important;
}

.pulse-slider[data-page-size] .pulse-slider-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pulse-slider[data-page-size] .pulse-slide {
    flex: none !important;
    width: 100% !important;
}
.pulse-slider[data-page-size] .pulse-slide.is-pulse-off {
    display: none !important;
}

/* Sidebar featured list: 2×2 grid (4 cards), compact pager, no TEC date-range chrome */
.pulse-featured-events {
    overflow: visible;
}
.pulse-featured-events .pulse-slider-track {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    overflow: visible;
    padding: 0;
    flex-direction: unset;
}
.pulse-featured-events .pulse-slide {
    flex: none !important;
    width: 100% !important;
    min-width: 0;
}
.pulse-featured-events .pulse-card {
    height: 100%;
}
.pulse-featured-events .pulse-featured-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}
.pulse-featured-events .pulse-slider-prev,
.pulse-featured-events .pulse-slider-next {
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
    font-size: 22px;
    box-shadow: none;
    border: 1px solid #f3d0dc;
    background: #fff5f8;
}
.pulse-featured-events .pulse-slider-prev[disabled],
.pulse-featured-events .pulse-slider-next[disabled] {
    opacity: .35;
    cursor: default;
}
.pulse-featured-events .pulse-featured-nav__status {
    min-width: 3.5em;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}
@media (max-width: 640px) {
    .pulse-featured-events .pulse-slider-track {
        grid-template-columns: 1fr;
    }
}
.featured-events .tribe-events-c-top-bar,
.featured-events .tribe-events-header,
.featured-events .tribe-events-c-events-bar,
.elementor-widget-pulse-es-events .tribe-events-c-top-bar,
.elementor-widget-pulse-es-events .tribe-events-header,
.elementor-widget-pulse-es-events .tribe-events-c-events-bar {
    display: none !important;
}
/* Beat theme Additional CSS that forces one card per row */
.featured-events .pulse-featured-events .pulse-slide,
.elementor-widget-pulse-es-events .pulse-slide {
    flex: none !important;
    width: 100% !important;
}

/*
 * Single event: Details | Venue | Map in one row; map wider and taller on tablet/desktop.
 */
@media (min-width: 768px) {
    .single-tribe_events .tribe-events-event-meta {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 1.45fr) !important;
        gap: 24px !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .single-tribe_events .tribe-events-meta-group-details {
        grid-column: 1;
        grid-row: 1;
    }
    .single-tribe_events .tribe-events-meta-group-venue {
        grid-column: 2;
        grid-row: 1;
    }
    .single-tribe_events .tribe-events-meta-group-gmap {
        grid-column: 3;
        grid-row: 1;
        width: 100% !important;
        min-width: 0;
    }
    .single-tribe_events .tribe-events-meta-group-gmap .tribe-events-venue-map,
    .single-tribe_events .tribe-events-meta-group-gmap [id^="tribe-events-gmap-"] {
        width: 100% !important;
        height: 100% !important;
        min-height: 380px !important;
    }
}
@media (min-width: 1024px) {
    .single-tribe_events .tribe-events-meta-group-gmap .tribe-events-venue-map,
    .single-tribe_events .tribe-events-meta-group-gmap [id^="tribe-events-gmap-"] {
        min-height: 420px !important;
    }
}
@media (max-width: 767px) {
    .single-tribe_events .tribe-events-event-meta {
        display: block !important;
    }
    .single-tribe_events .tribe-events-meta-group-gmap .tribe-events-venue-map,
    .single-tribe_events .tribe-events-meta-group-gmap [id^="tribe-events-gmap-"] {
        width: 100% !important;
        min-height: 280px !important;
        height: 280px !important;
    }
}

/* Listing packages (Connect / organisers pricing) */
.pulse-listing-packages-empty{
    margin:16px 0;
    padding:18px 20px;
    border:1px dashed #fe0265;
    border-radius:12px;
    background:#fff5f9;
    color:#5c1224;
    font-size:14px;
    line-height:1.5;
}
.pulse-listing-packages-section{
    --pulse-pkg-pink:#fe0265;
    --pulse-pkg-pink-soft:#fff0f6;
    --pulse-pkg-ink:#1a1a1a;
    --pulse-pkg-muted:#5b6472;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(254,2,101,.08), transparent 60%),
        linear-gradient(180deg, #fafbfc 0%, #f3f4f6 100%);
    border-radius:24px;
    padding:48px 28px 36px;
}
.pulse-listing-packages__header{
    text-align:center;
    margin:0 0 36px;
}
.pulse-listing-packages__heading{
    margin:0;
    font-size:clamp(22px, 2.4vw, 32px);
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:var(--pulse-pkg-ink);
    line-height:1.2;
}
.pulse-listing-packages__intro{
    margin:12px auto 0;
    max-width:42rem;
    font-size:15px;
    line-height:1.5;
    color:var(--pulse-pkg-muted);
}
.pulse-listing-packages{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}
.pulse-listing-packages__disclaimer{
    margin:28px 0 0;
    padding-top:22px;
    border-top:1px solid rgba(254,2,101,.14);
    font-size:12px;
    line-height:1.6;
    color:#6b7280;
    text-align:left;
}
.pulse-listing-package{
    position:relative;
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:32px 24px 26px;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
    text-align:center;
    transition:transform .2s ease, box-shadow .2s ease;
}
.pulse-listing-package:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 36px rgba(15,23,42,.1);
}
.pulse-listing-package.is-highlighted{
    border:2px solid var(--pulse-pkg-pink);
    box-shadow:0 14px 36px rgba(254,2,101,.16);
    padding-top:40px;
}
.pulse-listing-package__badge{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
    background:var(--pulse-pkg-pink);
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    padding:7px 14px;
    border-radius:999px;
    line-height:1.2;
    white-space:nowrap;
    box-shadow:0 4px 12px rgba(254,2,101,.35);
}
.pulse-listing-package__features-intro{
    margin:0 0 12px;
    font-size:13px;
    font-weight:700;
    line-height:1.45;
    color:var(--pulse-pkg-ink);
    text-align:left;
}
.pulse-listing-package__icon{
    width:64px;
    height:64px;
    margin:0 auto 18px;
    border-radius:50%;
    background:var(--pulse-pkg-pink);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    line-height:1;
    overflow:hidden;
    box-shadow:0 8px 18px rgba(254,2,101,.28);
}
.pulse-listing-package__icon-img{
    width:34px;
    height:34px;
    object-fit:contain;
    display:block;
    filter:brightness(0) invert(1);
}
.pulse-listing-package__icon-emoji{
    filter:grayscale(0);
}
.pulse-listing-package__title{
    margin:0 0 10px;
    font-size:20px;
    font-weight:800;
    color:var(--pulse-pkg-ink);
    line-height:1.25;
}
.pulse-listing-package__price{
    margin:0 0 20px;
    display:flex;
    flex-direction:column;
    gap:4px;
}
.pulse-listing-package__price-main{
    font-size:18px;
    font-weight:800;
    color:var(--pulse-pkg-pink);
    line-height:1.25;
}
.pulse-listing-package__price-sub{
    font-size:13px;
    font-weight:500;
    color:var(--pulse-pkg-muted);
    line-height:1.35;
}
.pulse-listing-package__body{
    flex:1 1 auto;
    text-align:left;
    margin:0 0 22px;
}
.pulse-listing-package__features{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:11px;
}
.pulse-listing-package__features li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:13.5px;
    line-height:1.45;
    color:#374151;
}
.pulse-listing-package__features li::before{
    content:"";
    width:16px;
    height:16px;
    margin-top:2px;
    flex-shrink:0;
    border-radius:50%;
    background:var(--pulse-pkg-pink-soft);
    box-shadow:inset 0 0 0 1px rgba(254,2,101,.25);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fe0265' d='M6.5 11.2 3.4 8.1l1.1-1.1 2 2 4.9-4.9 1.1 1.1z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
    background-size:12px 12px;
}
.pulse-listing-package__footer{
    margin-top:auto;
    padding-top:4px;
}
.pulse-listing-package__buttons{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.pulse-listing-package__button{
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    padding:13px 18px;
    border-radius:999px;
    font-size:15px;
    font-weight:700;
    text-decoration:none!important;
    text-align:center;
    border:0;
    cursor:pointer;
    transition:background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.pulse-listing-package__button--primary,
.pulse-listing-package__button--secondary,
.pulse-listing-app__form .pulse-listing-package__button--primary{
    background:var(--pulse-pkg-pink, #fe0265);
    color:#fff!important;
    box-shadow:0 6px 16px rgba(254,2,101,.28);
}
.pulse-listing-package__button--primary:hover,
.pulse-listing-package__button--secondary:hover,
.pulse-listing-package__button--primary:focus,
.pulse-listing-package__button--secondary:focus,
.pulse-listing-app__form .pulse-listing-package__button--primary:hover,
.pulse-listing-app__form .pulse-listing-package__button--primary:focus{
    background:#e00258;
    color:#fff!important;
    transform:translateY(-1px);
}
.pulse-listing-package__button--primary:active,
.pulse-listing-app__form .pulse-listing-package__button--primary:active{
    background:#c4014d;
    color:#fff!important;
    transform:none;
    box-shadow:0 3px 10px rgba(254,2,101,.22);
}
.pulse-listing-package__button.is-disabled{
    opacity:.45;
    cursor:not-allowed;
    pointer-events:none;
    box-shadow:none;
}
@media(max-width:1100px){
    .pulse-listing-packages{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}
@media(max-width:767px){
    .pulse-listing-packages-section{padding:32px 16px 24px;border-radius:16px}
    .pulse-listing-packages{grid-template-columns:1fr}
    .pulse-listing-packages__heading{letter-spacing:.03em}
}

/* Listing application form */
.pulse-listing-app{
    --pulse-pkg-pink:#fe0265;
    --pulse-pkg-pink-soft:#fff0f6;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
    gap:28px;
    align-items:start;
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:28px;
}
.pulse-listing-app--success,
.pulse-listing-app--error{
    display:block;
    padding:20px 24px;
}
.pulse-listing-app__plan{
    background:#fff5f9;
    border-radius:12px;
    padding:20px;
}
.pulse-listing-app__plan-label{
    margin:0 0 6px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#fe0265;
}
.pulse-listing-app__plan-title{
    margin:0 0 8px;
    font-size:24px;
    font-weight:800;
}
.pulse-listing-app__plan-price{
    margin:0 0 16px;
    font-weight:700;
    color:#fe0265;
}
.pulse-listing-app__features{
    list-style:none;
    margin:0;
    padding:0;
}
.pulse-listing-app__features li{
    display:flex;
    gap:8px;
    margin:0 0 8px;
    font-size:14px;
    line-height:1.4;
}
.pulse-listing-app__features li::before{
    content:"✓";
    color:#fe0265;
    font-weight:800;
}
.pulse-listing-app__form label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
}
.pulse-listing-app__form input[type="text"],
.pulse-listing-app__form input[type="email"],
.pulse-listing-app__form textarea{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:8px;
}
.pulse-listing-app__billing{
    margin:0 0 16px;
    padding:12px 14px;
    border:1px solid #eee;
    border-radius:8px;
}
.pulse-listing-app__billing label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
    margin:8px 0;
}
.pulse-listing-app__notice--error{
    grid-column:1/-1;
    background:#fff0f3;
    border:1px solid #fe0265;
    color:#5c1224;
    border-radius:8px;
    padding:12px 14px;
}
.pulse-post-card__excerpt{margin:8px 0 0;font-size:13px;line-height:1.45;color:#6b7280}
.pulse-post-grid--remote .pulse-post-card h3{font-size:17px}
@media(max-width:900px){
    .pulse-listing-app{grid-template-columns:1fr}
}

/* Experience sections (popular + per-category grids) */
.pulse-category-sections{display:flex;flex-direction:column;gap:48px;margin:0 0 40px}
.pulse-exp-section{margin:0 0 8px;position:relative}
.pulse-exp-section__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px}
.pulse-exp-section__title{margin:0;font-size:clamp(22px,2.4vw,30px);font-weight:800;color:#111827}
.pulse-exp-section__see-all{font-size:14px;font-weight:700;color:#fe0265;text-decoration:none;white-space:nowrap}
.pulse-exp-section__see-all:hover{text-decoration:underline}
.pulse-exp-section__slider{position:relative;overflow:visible}
.pulse-exp-section__pager{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:18px 0 0;
}
.pulse-exp-section__page{font-size:13px;font-weight:700;color:#6b7280;min-width:48px;text-align:center}
.pulse-exp-section .pulse-slider-prev,
.pulse-exp-section .pulse-slider-next{
    position:static;
    transform:none;
    width:38px;
    height:38px;
    border:1px solid #f3c1d6;
    border-radius:50%;
    background:#fff;
    color:#fe0265;
    box-shadow:0 4px 14px rgba(254,2,101,.1);
    flex:0 0 auto;
}
.pulse-exp-section .pulse-slider-prev[disabled],
.pulse-exp-section .pulse-slider-next[disabled]{
    opacity:.35;
    cursor:default;
}
.pulse-exp-section .pulse-slider[data-page-size] .pulse-slider-track{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    flex-direction:unset;
    overflow:visible;
}
.pulse-exp-section .pulse-slider[data-columns="2"] .pulse-slider-track{grid-template-columns:repeat(2,minmax(0,1fr))}
.pulse-exp-section .pulse-slider[data-columns="4"] .pulse-slider-track{grid-template-columns:repeat(4,minmax(0,1fr))}
.pulse-exp-section .pulse-slider[data-page-size] .pulse-slide{
    width:auto !important;
    flex:none !important;
}
.pulse-exp-section .pulse-slider[data-page-size] .pulse-slide.is-pulse-off{display:none !important}
@media(max-width:1024px){
    .pulse-exp-section .pulse-slider[data-page-size] .pulse-slider-track,
    .pulse-exp-section .pulse-slider[data-columns="4"] .pulse-slider-track{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:700px){
    .pulse-exp-section .pulse-slider[data-page-size] .pulse-slider-track,
    .pulse-exp-section .pulse-slider[data-columns="2"] .pulse-slider-track,
    .pulse-exp-section .pulse-slider[data-columns="4"] .pulse-slider-track{
        grid-template-columns:1fr;
    }
}

/* List layout for [pulse_experiences layout="list"] */
.pulse-experience-list{display:flex;flex-direction:column;gap:14px;margin:0 0 28px}
.pulse-experience-list-row{display:grid;grid-template-columns:120px 1fr auto;gap:16px;align-items:center;padding:14px;border:1px solid #eceff3;border-radius:14px;background:#fff}
.pulse-experience-list-row__image img,.pulse-experience-list-row__image .pulse-placeholder{width:120px;height:84px;object-fit:cover;border-radius:10px;display:block}
.pulse-experience-list-row__body h3{margin:6px 0 8px;font-size:18px}
.pulse-experience-list-row__action .pulse-button{white-space:nowrap}
@media(max-width:700px){
    .pulse-experience-list-row{grid-template-columns:88px 1fr;grid-template-rows:auto auto}
    .pulse-experience-list-row__action{grid-column:1/-1}
}

/* Private experience enquiry form */
.pulse-private-enquiry{display:grid;grid-template-columns:minmax(220px,.9fr) 1.4fr;gap:28px;align-items:start}
.pulse-private-enquiry__experience{background:#fff7fa;border:1px solid #ffd5e6;border-radius:14px;padding:20px}
.pulse-private-enquiry__label{margin:0 0 8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fe0265}
.pulse-private-enquiry__experience h2{margin:0 0 8px;font-size:22px}
.pulse-private-enquiry__meta{margin:0;color:#6b7280}
.pulse-private-enquiry__form p{margin:0 0 14px}
.pulse-private-enquiry__form label{display:block;font-weight:700;margin-bottom:6px}
.pulse-private-enquiry__form input,.pulse-private-enquiry__form textarea{width:100%;min-height:44px;border:1px solid #ddd;border-radius:8px;padding:10px 12px}
.pulse-private-enquiry--success{padding:18px;border-radius:12px;background:#ecfdf3;border:1px solid #86efac}
@media(max-width:900px){.pulse-private-enquiry{grid-template-columns:1fr}}

/* TEC filter bar + category dropdown */
.tribe-events .tribe-events-l-container {
    padding-left:28px !important;
    padding-right:28px !important;
    box-sizing:border-box !important;
}
.tribe-events .tribe-events-header__title,
.tribe-events .tribe-events-header__breadcrumbs,
.tribe-events .tribe-events-header__title-text,
.tribe-events h1.tribe-events-page-title {
    padding-left:8px !important;
    margin-left:0 !important;
}
.tribe-events .tribe-events-c-events-bar {
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:12px 14px !important;
    padding:14px 16px !important;
}
.tribe-events .tribe-events-c-events-bar__search-container {
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    max-width:none !important;
    flex:1 1 100% !important;
    min-width:0 !important;
}
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-search,
.tribe-events .tribe-events-c-events-bar__filter-group,
.tribe-events .tribe-events-c-events-bar__views {
    align-items:center !important;
    gap:10px !important;
}
.tribe-events .tribe-events-c-search {
    display:flex !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    gap:10px 12px !important;
    align-items:center !important;
}
.tribe-events .tribe-events-c-events-bar__filter-group {
    display:flex !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
}
.tribe-events .tribe-events-c-search__input-group {
    padding-left:0;
    padding-right:0;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    align-items:center !important;
}
.tribe-events .tribe-events-c-search__input-control {
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    flex:1 1 0 !important;
}
.tribe-events .tribe-events-c-search__input-control + .tribe-events-c-search__input-control,
.tribe-events .tribe-events-c-events-bar__location-input,
.tribe-events input.tribe-events-c-events-bar__location-input {
    flex:1 1 0 !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
}
.tribe-events .tribe-events-c-search__button {
    flex:0 0 auto !important;
    margin-left:0 !important;
    position:relative !important;
    z-index:2 !important;
}
.tribe-events .tribe-events-c-events-bar__views,
.tribe-events .tribe-events-c-view-selector {
    margin-left:auto !important;
    flex:0 0 auto !important;
}

/* Remove vertical dash / separators in the events toolbar */
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-events-bar__filter-group,
.tribe-events .tribe-events-c-events-bar__filter-button-container,
.tribe-events .tribe-events-c-events-bar__views,
.tribe-events .tribe-events-c-view-selector,
.tribe-events .tribe-events-c-search {
    border-left:0 !important;
    border-right:0 !important;
    background-image:none !important;
}
.tribe-events .tribe-events-c-events-bar__filter-button-container,
.tribe-events .tribe-events-c-events-bar__filter-group {
    position:relative !important;
    padding-left:0 !important;
    margin-left:0 !important;
}
.tribe-events .tribe-events-c-events-bar__filter-button-container::before,
.tribe-events .tribe-events-c-events-bar__filter-button-container::after,
.tribe-events .tribe-events-c-events-bar__filter-group::before,
.tribe-events .tribe-events-c-events-bar__filter-group::after,
.tribe-events .tribe-events-c-events-bar__views::before,
.tribe-events .tribe-events-c-events-bar__views::after,
.tribe-events .tribe-events-c-view-selector::before,
.tribe-events .tribe-events-c-view-selector::after,
.tribe-events .tribe-events-c-events-bar__search-container::before,
.tribe-events .tribe-events-c-events-bar__search-container::after,
.tribe-events .tribe-events-header__events-bar::before,
.tribe-events .tribe-events-header__events-bar::after,
.tribe-events .tribe-events-c-search__button::before,
.tribe-events .tribe-events-c-search__button::after,
.tribe-events .tribe-events-c-events-bar__filter-button::before,
.tribe-events .tribe-events-c-events-bar__filter-button::after {
    content:none !important;
    display:none !important;
    border:0 !important;
    width:0 !important;
    height:0 !important;
    background:none !important;
    box-shadow:none !important;
}

@media (max-width:1100px) {
    .tribe-events .tribe-events-c-events-bar {
        flex-wrap:wrap !important;
    }
    .tribe-events .tribe-events-c-events-bar__views,
    .tribe-events .tribe-events-c-view-selector {
        margin-left:0 !important;
    }
}
@media (max-width:900px) {
    .tribe-events .tribe-events-c-events-bar {
        flex-wrap:wrap !important;
    }
    .tribe-events .tribe-events-c-events-bar__search-container {
        width:100% !important;
        max-width:none !important;
        flex:1 1 100% !important;
    }
    .tribe-events .tribe-events-c-search,
    .tribe-events .tribe-events-c-search__input-group {
        flex-wrap:nowrap !important;
        width:100% !important;
    }
    .tribe-events .tribe-events-c-search__input-control {
        width:auto !important;
        max-width:none !important;
        min-width:0 !important;
        flex:1 1 0 !important;
    }
    .tribe-events .tribe-events-l-container {
        padding-left:16px !important;
        padding-right:16px !important;
    }
}
@media (max-width:560px) {
    .tribe-events .tribe-events-c-search,
    .tribe-events .tribe-events-c-search__input-group {
        flex-wrap:wrap !important;
    }
    .tribe-events .tribe-events-c-search__input-control,
    .tribe-events .tribe-events-c-search__button {
        width:100% !important;
        flex:1 1 100% !important;
    }
}

/* Space between Find Events and Show/Hide Filters */
.tribe-events .tribe-events-c-search__button {
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:0 20px !important;
    margin:0 12px 0 0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
    vertical-align:middle !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:max-content !important;
    white-space:nowrap !important;
    background:#fe0265 !important;
    border:1px solid #fe0265 !important;
    color:#fff !important;
    border-radius:8px !important;
    box-shadow:none !important;
    overflow:hidden !important;
    transition:background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:focus {
    background:#e00258 !important;
    border-color:#e00258 !important;
    color:#fff !important;
    box-shadow:0 4px 14px rgba(254,2,101,.28) !important;
    outline:none !important;
}
.tribe-events .tribe-events-c-events-bar__filter-button-container {
    display:inline-flex !important;
    align-items:center !important;
    height:42px !important;
    margin:0 0 0 4px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
}
.tribe-events .tribe-filter-bar,
.tribe-events .tribe-filter-bar-c-filter,
.tribe-events .tribe-filter-bar-c-filter__container,
.tribe-events .tribe-filter-bar-c-dropdown,
.tribe-events .tribe-filter-bar-c-dropdown__container,
.tribe-events .tribe-events-c-events-bar__filter-button,
.tribe-events .tribe-events-c-events-bar__filter-button-container button {
    border-radius:8px !important;
}
/* Beat theme Additional CSS (padding:20px) that causes pink edge bleed */
.tribe-events .tribe-events-header__events-bar .tribe-events-c-events-bar__filter-button,
.tribe-events-header__events-bar .tribe-events-c-events-bar__filter-button,
.tribe-events .tribe-filter-bar-c-dropdown__button,
.tribe-events .tribe-events-c-events-bar__filter-button,
.tribe-events button.tribe-filter-bar-c-dropdown__button,
.tribe-events button.tribe-events-c-events-bar__filter-button {
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:0 16px !important;
    margin:0 !important;
    line-height:1 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    box-sizing:border-box !important;
    vertical-align:middle !important;
    background:#fff !important;
    background-image:none !important;
    border:1px solid #f3c1d6 !important;
    border-left:1px solid #f3c1d6 !important;
    border-right:1px solid #f3c1d6 !important;
    color:#111827 !important;
    box-shadow:none !important;
    outline:none !important;
    overflow:hidden !important;
    isolation:isolate !important;
    transition:background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.tribe-events .tribe-events-c-events-bar__filter-button .tribe-events-c-events-bar__filter-button-text,
.tribe-events .tribe-events-c-events-bar__filter-button span {
    padding-left:2px !important;
    color:inherit !important;
}
.tribe-events .tribe-filter-bar-c-dropdown__button:hover,
.tribe-events .tribe-events-c-events-bar__filter-button:hover,
.tribe-events button.tribe-events-c-events-bar__filter-button:hover {
    background:#fe0265 !important;
    border-color:#fe0265 !important;
    color:#fff !important;
    box-shadow:0 4px 14px rgba(254,2,101,.28) !important;
}
.tribe-events .tribe-events-c-events-bar__filter-button:hover .tribe-events-c-events-bar__filter-button-text,
.tribe-events .tribe-events-c-events-bar__filter-button:hover span,
.tribe-events .tribe-events-c-events-bar__filter-button:hover svg,
.tribe-events .tribe-events-c-events-bar__filter-button:hover path {
    color:#fff !important;
    fill:#fff !important;
    stroke:#fff !important;
}

/* Kill black focus / outline rings on filter controls */
.tribe-events .tribe-filter-bar *:focus,
.tribe-events .tribe-filter-bar *:focus-visible,
.tribe-events .tribe-filter-bar-c-dropdown__button:focus,
.tribe-events .tribe-filter-bar-c-dropdown__button:focus-visible,
.tribe-events .tribe-events-c-events-bar__filter-button:focus,
.tribe-events .tribe-events-c-events-bar__filter-button:focus-visible,
.tribe-events .tribe-filter-bar input:focus,
.tribe-events .tribe-filter-bar input:focus-visible,
.tribe-events .tribe-filter-bar select:focus,
.tribe-events .tribe-filter-bar-c-dropdown__container:focus,
.tribe-events .tribe-filter-bar-c-filter__filters-container:focus,
.tribe-events .tribe-filter-bar-c-dropdown__list-item:focus,
.tribe-events .tribe-filter-bar-c-dropdown__list-item:focus-within,
.tribe-common a:focus {
    outline:none !important;
    outline-offset:0 !important;
    box-shadow:none !important;
}
.tribe-events .tribe-filter-bar input[type="text"]:focus,
.tribe-events .tribe-filter-bar input[type="search"]:focus,
.tribe-events .tribe-filter-bar-c-dropdown__container input:focus {
    border-color:#fe0265 !important;
    box-shadow:0 0 0 2px rgba(254,2,101,.2) !important;
    outline:none !important;
}

.tribe-events .tribe-filter-bar-c-dropdown__container,
.tribe-events .tribe-filter-bar-c-filter__filters-container {
    padding:12px !important;
    border:1px solid #f3c1d6 !important;
    box-shadow:0 10px 28px rgba(17,17,17,.12) !important;
}

/* Category options: always left-padded; pink + white on hover/selected */
.tribe-events .tribe-filter-bar-c-dropdown__filters .tribe-filter-bar-c-dropdown__list-item,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-checkbox,
.tribe-events .tribe-filter-bar-c-dropdown__list-item,
.tribe-events .tribe-filter-bar-c-filter__filters-container li,
.tribe-events .tribe-filter-bar-c-filter__filters-container label,
.tribe-events .tribe-filter-bar-c-checkbox__label,
.tribe-events .tribe-filter-bar .tribe-common-form-control-checkbox,
.tribe-events .tribe-filter-bar .tribe-common-form-control-checkbox__label,
.tribe-events .tribe-filter-bar-c-dropdown__filters label,
.tribe-events .tribe-filter-bar-c-dropdown__filters li {
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 6px !important;
    padding:12px 16px 12px 20px !important;
    padding-inline-start:20px !important;
    border-radius:8px !important;
    background:#fff !important;
    color:#111827 !important;
    border:1px solid transparent !important;
    font-weight:600 !important;
    text-align:left !important;
    text-indent:0 !important;
    cursor:pointer !important;
    transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.tribe-events .tribe-filter-bar-c-dropdown__filters .tribe-filter-bar-c-dropdown__list-item span,
.tribe-events .tribe-filter-bar-c-dropdown__list-item span,
.tribe-events .tribe-filter-bar-c-filter__filters-container label span,
.tribe-events .tribe-filter-bar .tribe-common-form-control-checkbox__label,
.tribe-events .tribe-filter-bar-c-checkbox__label {
    display:inline-block !important;
    padding-left:0 !important;
    margin-left:0 !important;
    color:inherit !important;
    text-align:left !important;
}
.tribe-events .tribe-filter-bar-c-dropdown__filters .tribe-filter-bar-c-dropdown__list-item:last-child,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-checkbox:last-child,
.tribe-events .tribe-filter-bar-c-filter__filters-container li:last-child {
    margin-bottom:0 !important;
}
.tribe-events .tribe-filter-bar-c-dropdown__filters .tribe-filter-bar-c-dropdown__list-item:hover,
.tribe-events .tribe-filter-bar .tribe-filter-bar-c-checkbox:hover,
.tribe-events .tribe-filter-bar-c-dropdown__list-item:hover,
.tribe-events .tribe-filter-bar-c-filter__filters-container li:hover,
.tribe-events .tribe-filter-bar-c-filter__filters-container label:hover,
.tribe-events .tribe-filter-bar .tribe-common-form-control-checkbox:hover,
.tribe-events .tribe-filter-bar-c-dropdown__filters label:hover,
.tribe-events .tribe-filter-bar-c-dropdown__list-item.is-selected,
.tribe-events .tribe-filter-bar-c-dropdown__list-item[aria-selected="true"],
.tribe-events .tribe-filter-bar-c-checkbox--checked,
.tribe-events .tribe-filter-bar input:checked + label,
.tribe-events .tribe-filter-bar label:has(input:checked) {
    background:#fe0265 !important;
    border-color:#fe0265 !important;
    color:#fff !important;
}
.tribe-events .tribe-filter-bar-c-dropdown__filters .tribe-filter-bar-c-dropdown__list-item:hover *,
.tribe-events .tribe-filter-bar-c-dropdown__list-item:hover *,
.tribe-events .tribe-filter-bar-c-filter__filters-container label:hover *,
.tribe-events .tribe-filter-bar label:has(input:checked) *,
.tribe-events .tribe-filter-bar input:checked + label * {
    color:#fff !important;
}
.tribe-events .tribe-filter-bar-c-checkbox input,
.tribe-events .tribe-filter-bar-c-dropdown__list-item input,
.tribe-events .tribe-filter-bar .tribe-common-form-control-checkbox input {
    margin:0 10px 0 0 !important;
    vertical-align:middle !important;
}

/* Icon sits inside the control — leave room so placeholder/text is not covered */
.tribe-events .tribe-events-c-search__input-control {
    position:relative;
    display:flex;
    align-items:center;
    min-height:42px;
    height:42px;
    box-sizing:border-box;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg,
.tribe-events .tribe-events-c-search__input-control .tribe-common-c-svgicon {
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    z-index:1;
    pointer-events:none;
}
.tribe-events .tribe-events-c-search__input,
.tribe-events .tribe-events-c-search__input-control input,
.tribe-events input.tribe-events-c-search__input,
.tribe-events .tribe-events-c-events-bar__search-form input[type="text"],
.tribe-events .tribe-events-c-events-bar__search-form input[type="search"] {
    padding-left:40px !important;
    padding-right:14px !important;
    height:42px !important;
    min-height:42px !important;
    line-height:1.25 !important;
    box-sizing:border-box !important;
}
.tribe-events .tribe-events-c-search__input:focus,
.tribe-events .tribe-events-c-search__input-control input:focus {
    outline:none !important;
    border-color:#fe0265 !important;
    box-shadow:0 0 0 2px rgba(254,2,101,.2) !important;
}

/* WooCommerce My Account → My Listing */
.pulse-listing-account{max-width:720px}
.pulse-listing-account__intro{margin:0 0 1.25rem;color:#555;line-height:1.5}
.pulse-listing-account__empty{padding:1.25rem 0;color:#555}
.pulse-listing-account__card{
    margin:0 0 1.5rem;
    padding:1.25rem 1.35rem;
    border:1px solid #e8e8e8;
    border-radius:10px;
    background:#fff;
}
.pulse-listing-account__card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:1rem;
    margin-bottom:1rem;
}
.pulse-listing-account__card-head h3{margin:0 0 .35rem;font-size:1.2rem;line-height:1.3}
.pulse-listing-account__meta{margin:0;color:#666;font-size:.95rem}
.pulse-listing-account__badge{
    display:inline-block;
    flex-shrink:0;
    padding:4px 10px;
    border-radius:999px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:1.4;
}
.pulse-listing-account__facts{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:.75rem 1.25rem;
    margin:0 0 1rem;
}
.pulse-listing-account__facts dt{
    margin:0;
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.04em;
    color:#888;
}
.pulse-listing-account__facts dd{margin:.15rem 0 0;font-weight:600;color:#222}
.pulse-listing-account__features{margin:0 0 1rem}
.pulse-listing-account__features summary{cursor:pointer;font-weight:700;margin-bottom:.4rem}
.pulse-listing-account__features ul{margin:.4rem 0 0;padding-left:1.1rem}
.pulse-listing-account__features li{margin:.2rem 0}
.pulse-listing-account__linked{
    margin:0 0 1rem;
    padding:14px 16px;
    background:#faf7f9;
    border:1px solid #f3e0ea;
    border-radius:10px;
}
.pulse-listing-account__linked h4,
.pulse-listing-account__delivery h4{margin:0 0 .5rem;font-size:1rem}
.pulse-listing-account__linked--pending{background:#fff8ef;border-color:#fde68a}
.pulse-listing-account__public-note{margin:0 0 .6rem;color:#4b5563;line-height:1.45}
.pulse-listing-account__linked-list{margin:0;padding-left:1.1rem}
.pulse-listing-account__linked-list li{margin:.35rem 0}
.pulse-listing-account__tag{
    display:inline-block;
    margin-left:6px;
    padding:2px 8px;
    border-radius:999px;
    background:#fe0265;
    color:#fff;
    font-size:11px;
    font-weight:700;
}
.pulse-listing-account__delivery{margin:0 0 1rem}
.pulse-listing-account__delivery-meta{margin:0 0 .45rem;color:#666;font-size:.92rem}
.pulse-listing-account__bar{
    height:8px;
    background:#eceff3;
    border-radius:999px;
    overflow:hidden;
    margin:0 0 .75rem;
}
.pulse-listing-account__bar span{
    display:block;
    height:100%;
    background:#fe0265;
    border-radius:999px;
}
.pulse-listing-account__delivery-list{list-style:none;margin:0;padding:0}
.pulse-listing-account__delivery-list li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin:0 0 .45rem;
    font-size:.95rem;
    line-height:1.4;
}
.pulse-listing-account__delivery-list li.is-done{color:#166534}
.pulse-listing-account__delivery-list li.is-pending{color:#6b7280}
.pulse-listing-account__check{font-weight:700;min-width:1rem}
.pulse-listing-account__proof{margin-left:auto;font-size:.85rem;color:#fe0265;white-space:nowrap}
.pulse-listing-account__actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.75rem;
}
.pulse-listing-account__cancel{margin:0;display:inline}
.pulse-listing-account__cancel-btn{
    display:inline-block !important;
    background:#fff !important;
    color:#fe0265 !important;
    border:1px solid #fe0265 !important;
    border-radius:8px !important;
    font-weight:700 !important;
    font-size:14px !important;
    line-height:1.3 !important;
    padding:10px 18px !important;
    min-height:42px;
    cursor:pointer;
    box-shadow:none !important;
}
.pulse-listing-account__cancel-btn:hover{
    background:#fff1f6 !important;
    color:#e00258 !important;
    border-color:#e00258 !important;
}
.pulse-listing-account__link{font-size:.9rem;color:#fe0265;text-decoration:underline}
@media (max-width:560px){
    .pulse-listing-account__facts{grid-template-columns:1fr}
    .pulse-listing-account__card-head{flex-direction:column}
}

/* Blog layouts: list (down) + slider */
.pulse-post-grid--list{
    display:flex !important;
    flex-direction:column !important;
    gap:16px !important;
}
.pulse-post-grid--list .pulse-post-card{
    display:grid;
    grid-template-columns:180px 1fr;
    align-items:stretch;
}
.pulse-post-grid--list .pulse-post-card__media img,
.pulse-post-grid--list .pulse-post-card__placeholder{
    aspect-ratio:4/3;
    height:100%;
    min-height:110px;
}
.pulse-post-slider{
    position:relative;
    display:flex;
    align-items:center;
    gap:8px;
    max-width:100%;
}
.pulse-post-grid--slider{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:16px !important;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:4px 2px 10px;
    width:100%;
    scrollbar-width:none;
}
.pulse-post-grid--slider::-webkit-scrollbar{display:none}
.pulse-post-grid--slider .pulse-post-card{
    flex:0 0 calc((100% - 32px) / 3);
    max-width:340px;
    scroll-snap-align:start;
}
.pulse-post-slider__nav{
    flex:0 0 auto;
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid #fe0265;
    background:#fff;
    color:#fe0265;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    font-weight:700;
    z-index:2;
}
.pulse-post-slider__nav:hover{background:#fe0265;color:#fff}
@media (max-width:900px){
    .pulse-post-grid--slider .pulse-post-card{flex-basis:calc((100% - 16px) / 2);max-width:none}
}
@media (max-width:640px){
    .pulse-post-grid--list .pulse-post-card{grid-template-columns:1fr}
    .pulse-post-grid--slider .pulse-post-card{flex-basis:85%;max-width:none}
}

/* Connect / partner “Why partner with us” equal cards (Elementor icon boxes) */
.page-id-partner .elementor-icon-box-wrapper,
.page-slug-partner .elementor-icon-box-wrapper,
.elementor-page-partner .elementor-icon-box-wrapper,
body.page-partner .elementor-icon-box-wrapper{
    height:100%;
}
.elementor-widget-icon-box .elementor-icon-box-content{
    min-height:0;
}
