.elementor-5 .elementor-element.elementor-element-f1261a4{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.51;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-5 .elementor-element.elementor-element-f1261a4:not(.elementor-motion-effects-element-type-background), .elementor-5 .elementor-element.elementor-element-f1261a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pridebride.id/wp-content/uploads/2025/08/Weeding-Image-Default.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5 .elementor-element.elementor-element-f1261a4::before, .elementor-5 .elementor-element.elementor-element-f1261a4 > .elementor-background-video-container::before, .elementor-5 .elementor-element.elementor-element-f1261a4 > .e-con-inner > .elementor-background-video-container::before, .elementor-5 .elementor-element.elementor-element-f1261a4 > .elementor-background-slideshow::before, .elementor-5 .elementor-element.elementor-element-f1261a4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-5 .elementor-element.elementor-element-f1261a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#202020;--background-overlay:'';}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5 .elementor-element.elementor-element-f1261a4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:55px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-f1261a4{--content-width:1320px;}}/* Start custom CSS for html, class: .elementor-element-a67db50 *//* ===========================
   REFACTORED CSS: venue-widget
   Replace your entire old CSS with this file
   =========================== */

.venue-widget {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 35px;
}

.venue-widget [x-cloak] {
  display: none !important;
}

/* ===== HERO ===== */
.venue-widget .hero-wrap {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.2, 0.6, 0.2, 1), opacity 0.35s ease,
    margin 0.5s;
  max-height: 200px;
  opacity: 1;
  margin: 0 auto 50px;
}
.venue-widget.compact .hero-wrap {
  max-height: 0;
  opacity: 0;
  margin: 0 auto 0;
}

.venue-widget .hero {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: white;
}
.venue-widget .hero h1 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 1px;
  color: white;
}
.venue-widget .hero small {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
  color: white;
  font-weight: 500;
  font-size: 30px;
}

/* ===== FILTER BAR ===== */
.venue-widget .container-sort {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.75);
  padding: 12px 28px;
  border-radius: 60px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  height: 85px;
  margin: 0 auto;
  transition: height 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.3s ease;
}

.venue-widget .controls {
  display: flex;
  gap: 24px;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.venue-widget .control {
  position: relative;
  min-width: 140px;
  flex: 1;
}

.venue-widget .control-btn {
  width: 100%;
  height: 76px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 24px;
  padding: 0 20px;
  transition: transform 0.2s, background 0.2s;
}

.venue-widget .label {
  font-weight: 700;
  font-size: 20px;
  color: #222;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

/* Dropdown menu */
.venue-widget .menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  min-width: 200px;
  z-index: 997;
  max-height: 260px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.venue-widget .menu-item {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}
.venue-widget .menu-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* ===== SUBMIT ===== */
.submit {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  padding: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2f2f2f, #121212);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.12s, opacity 0.2s;
}
.submit:disabled {
  cursor: not-allowed;
  background: black;
  box-shadow: none;
}
.submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.submit .arrow {
  display: block;
}
.submit .spinner {
  display: none;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.submit.loading .arrow {
  display: none;
}
.submit.loading .spinner {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ===== EXTRA FILTER / CONTROLS ===== */
.extra-filter {
  width: 100%;
  max-width: 1100px;
  margin: 18px auto;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  color: #fff;
}
.extra-filter .group {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* shared pill styles (used by price-pill, extra-item, favorite-toggle) */
.extra-item,
.price-pill,
.favorite-toggle {
  transition: transform 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
}

/* extra-item */
.extra-item {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.extra-item .icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.extra-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.extra-item.active {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.06)
  );
  color: #111;
}

.extra-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sort-dropdown {
  position: relative;
  display: inline-block;
}
.sort-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 190px;
  background: #fff;
  color: #222;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  z-index: 996;
  overflow: hidden;
}
.sort-menu button {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}
.sort-menu button:hover {
  background: rgba(0, 0, 0, 0.03);
}

.price-pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: transparent;
  color: white;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  min-width: 160px;
  box-sizing: border-box;
  white-space: nowrap;
}
.price-pill img {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.price-pill strong {
  display: inline-block;
  min-width: 88px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-pill small {
  font-weight: 600;
  opacity: 0.8;
  font-size: 12px;
}

/* Favorite toggle */
.favorite-toggle {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-weight: 700;
}
.favorite-toggle.active {
  background: linear-gradient(90deg, #ffd778, #ff8a00);
  color: #111;
  box-shadow: 0 8px 24px rgba(255, 138, 0, 0.16);
}

/* ===== RESULTS ===== */
.venue-widget .results {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
.venue-widget .no-results {
  padding: 28px;
  text-align: center;
  color: #8f8f8f;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
}

.venue-widget .card {
  width: 100%;
  border-radius: 34px;
  padding: 18px;
  display: flex;
  gap: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.85)
  );
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  align-items: center;
  position: relative;
  overflow: hidden;
  will-change: transform, opacity;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.venue-widget .card[data-appear="true"] {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}
.venue-widget .card[data-appear="in"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: calc(var(--i, 0) * 70ms);
}

.venue-widget .left {
  flex: 0 0 310px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.venue-widget .photo-wrap {
  width: 340px;
  height: 270px;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 8px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.venue-widget .photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
}
.venue-widget .cursor-hint {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #333;
}

.venue-widget .right {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.venue-widget h2 {
  font-size: 36px;
  margin: 0;
  color: #222;
}
.venue-widget .meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.venue-widget .stars {
  display: flex;
  gap: 6px;
  align-items: center;
}
.venue-widget .star {
  width: 22px;
  height: 22px;
}
.venue-widget .rating-number {
  font-weight: 700;
  color: #333;
  margin-left: 8px;
}
.venue-widget .location {
  color: var(--muted);
  margin-left: 8px;
}

.venue-widget .info-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.venue-widget .pax {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 12px;
}
.venue-widget .pax .num {
  font-weight: 800;
  font-size: 24px;
  color: #222;
}
.venue-widget .pax small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.venue-widget .price {
  font-weight: 800;
  font-size: 32px;
  color: #222;
}
.venue-widget .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.venue-widget .pill {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 10px 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  font-weight: 600;
  font-size: 14px;
}

/* Gated overlay */
.venue-widget .blur-wrap {
  inset: 8px;
  border-radius: 26px;
  overflow: hidden;
  pointer-events: none;
}
.venue-widget .blur-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.venue-widget .blur-overlay.show {
  opacity: 1;
}

/* Pagination */
.venue-widget .pager {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.venue-widget .page-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  color: #222;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.12s, box-shadow 0.12s;
}
.venue-widget .page-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.venue-widget .page-btn[aria-current="true"] {
  background: #222;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transform: none;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .venue-widget * {
    transition: none !important;
    animation: none !important;
  }
}

/* Pointer coarse slight perf tweak */
@media (pointer: coarse) {
  .venue-widget .menu,
  .venue-widget .control-btn,
  .venue-widget .page-btn {
    will-change: auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }
}

/* --------------------------
   RESPONSIVE BREAKPOINTS
   Organized low -> high for clarity
   -------------------------- */

/* <= 980px: reduce some heights */
@media (max-width: 980px) {
  .venue-widget .container-sort {
    height: auto;
    flex-wrap: wrap;
  }
  .venue-widget .control {
    flex: 1 1 calc(50% - 18px);
  }
  .venue-widget .control-btn {
    height: 56px;
  }
  .venue-widget .submit {
    width: 56px;
    height: 56px;
  }
  .venue-widget .left {
    flex-basis: 180px;
  }
}

/* <= 900px: make controls full width and menu mobile-friendly */
@media (max-width: 900px) {
  .venue-widget .container-sort {
    height: auto;
    padding: 10px 12px;
    gap: 10px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .venue-widget .controls {
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
  }
  .venue-widget .control {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
  .venue-widget .control-btn {
    height: 52px;
    padding: 0 12px;
    border-radius: 12px;
  }
  .venue-widget .label {
    font-size: 15px;
    font-weight: 700;
  }

  .venue-widget .menu {
    left: 12px !important;
    right: 12px;
    transform: none !important;
    top: calc(100% + 8px);
    min-width: unset;
    width: auto;
    box-sizing: border-box;
    max-height: 260px;
  }

  .venue-widget .submit {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    order: 2;
    margin-top: 6px;
    background: linear-gradient(180deg, #2f2f2f, #121212);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .venue-widget .submit .arrow {
    width: 18px;
    height: 18px;
  }
  .venue-widget .submit .spinner {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
  .venue-widget .container-sort > .submit {
    flex-basis: 100%;
  }
}

/* ========== MOBILE OVERRIDES ========== */

/* <= 640px: MAIN MOBILE OVERRIDES (compact & accessible)
   - Extra filter group becomes 2x2 grid
   - Card styling improved for mobile readability and visual hierarchy
*/
@media (max-width: 640px) {
  .venue-widget {
    padding-top: 18px;
  }

  /* Hero */
  .venue-widget .hero-wrap {
    margin-bottom: 18px;
    max-height: 120px;
  }
  .venue-widget .hero h1 {
    font-size: 28px;
    letter-spacing: 0.6px;
  }
  .venue-widget .hero small {
    font-size: 12px;
  }

  /* container sort smaller */
  .venue-widget .container-sort {
    padding: 10px 12px;
    gap: 10px;
    border-radius: 14px;
    height: auto;
    align-items: stretch;
  }

  /* Controls -> grid 2 columns for better utilization (kept similar spacing to desktop) */
  .venue-widget .controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: stretch;
    width: 100%;
  }
  .venue-widget .control {
    min-width: 0;
    flex: unset;
  }
  .venue-widget .control-btn {
    height: 48px;
    padding: 0 10px;
    border-radius: 12px;
  }
  .venue-widget .label {
    font-size: 14px;
    font-weight: 800;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Menu full-width & viewport-aware */
  .venue-widget .menu {
    left: 8px !important;
    right: 8px !important;
    transform: none !important;
    top: calc(100% + 8px);
    min-width: unset;
    width: auto;
    box-sizing: border-box;
    padding: 6px;
    max-height: calc(100vh - 140px);
  }
  .venue-widget .menu-item {
    padding: 10px 8px;
    font-size: 14px;
  }

  /* Submit full width under controls */
  .venue-widget .submit {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    order: 2;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
  }
  .venue-widget .submit .arrow {
    width: 18px;
    height: 18px;
  }
  .venue-widget .submit .spinner {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  /* ---------- EXTRA FILTER: 2x2 grid on mobile ---------- */
  .extra-filter {
    padding: 10px;
    gap: 10px;
    margin: 12px auto;
    border-radius: 12px;
  }

  /* group becomes 2 columns x auto rows */
  .extra-filter .group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
  }

  /* make each pill full width inside its cell */
  .extra-filter .price-pill,
  .extra-filter .extra-item,
  .extra-filter .favorite-toggle {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 10px 12px;
    font-size: 14px;
    gap: 8px;
    border-radius: 12px;
  }

  .extra-filter .price-pill img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  /* if there are more than 4 items, allow vertical scroll within the group */
  .extra-filter .group {
    max-height: calc(4 * 64px + 20px);
    overflow: auto;
  }

  /* ---------- CARD: mobile beautify (compact, readable, visual hierarchy) ---------- */

  /* card: stack vertically, compact & modern */
  .venue-widget .card {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.94));
    overflow: visible;
  }

  /* photo: higher visual weight, rounded */
  .venue-widget .left {
    flex-basis: 100%;
    padding: 0;
  }
  .venue-widget .photo-wrap {
    width: 100%;
    height: 180px;
    min-height: 140px;
    border-radius: 12px;
    border-width: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transition: transform 320ms cubic-bezier(.2,.6,.2,1), box-shadow 200ms ease;
  }
  .venue-widget .photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    transition: transform 420ms ease;
  }
  .venue-widget .photo-wrap:active img,
  .venue-widget .photo-wrap:focus-within img {
    transform: scale(1.02);
  }

  /* right: compact spacing and improved typography */
  .venue-widget .right {
    padding: 10px 6px 6px 6px;
  }
  .venue-widget h2 {
    font-size: 16px;
    line-height: 1.15;
    margin: 6px 0 8px 0;
    color: #111;
    font-weight: 800;
  }

  /* meta row: smaller icons and tighter spacing */
  .venue-widget .meta-row {
    margin-top: 6px;
    gap: 8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .venue-widget .stars .star { width: 16px; height: 16px; }
  .venue-widget .rating-number { font-size: 13px; margin-left: 6px; font-weight: 700; color: #333; }

  .venue-widget .location {
    margin-left: auto;
    color: var(--muted, #6f6f6f);
    font-size: 13px;
    font-weight: 700;
  }

  /* info-row: pax and price compact, price emphasized as warm badge */
  .venue-widget .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: nowrap;
  }

  .venue-widget .pax {
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.04);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.96));
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 86px;
  }
  .venue-widget .pax .num { font-size: 16px; font-weight: 800; }

  .venue-widget .price {
    font-size: 16px;
    font-weight: 900;
    padding: 8px 12px;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff8a00,#ffd778);
    color: #111;
    min-width: 110px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(255,138,0,0.12);
  }

  /* pills: smaller rounded chips */
  .venue-widget .pills {
    margin-top: 12px;
    gap: 8px;
  }
  .venue-widget .pill {
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 12px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.04);
    background: rgba(255,255,255,0.95);
  }

  /* gated overlay: keep CTA larger and tappable */
  .venue-widget .blur-overlay .login-cta {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
  }

  /* pagination: center and compact */
  .venue-widget .pager { margin-top: 12px; }
  .venue-widget .page-btn { padding: 6px 10px; font-size: 13px; }

  /* reduce heavy container shadows for perf */
  .venue-widget .container-sort {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  }
}

/* <= 420px: squeeze further, single-column controls */
@media (max-width: 420px) {
  .venue-widget .hero h1 {
    font-size: 22px;
  }
  .venue-widget .hero small {
    font-size: 11px;
  }

  .venue-widget .controls {
    grid-template-columns: repeat(1, 1fr);
  }
  .venue-widget .control-btn {
    height: 46px;
    font-size: 13px;
  }

  .venue-widget .photo-wrap {
    height: 150px;
    min-height: 120px;
  }
  .venue-widget h2 {
    font-size: 15px;
  }
  .venue-widget .price {
    font-size: 14px;
    min-width: 94px;
    padding: 7px 10px;
  }
  .venue-widget .pills {
    gap: 8px;
  }

  .price-pill,
  .extra-item,
  .favorite-toggle {
    min-width: 92px;
    font-size: 13px;
    padding: 6px 8px;
  }
  .venue-widget .submit {
    height: 48px;
    font-size: 14px;
  }
}

/* <= 360px: ultra small adjustments (still tappable) */
@media (max-width: 360px) {
  .venue-widget {
    padding-top: 12px;
  }
  .venue-widget .hero-wrap {
    margin-bottom: 12px;
  }
  .venue-widget .hero h1 {
    font-size: 20px;
  }
  .venue-widget .hero small {
    font-size: 10px;
  }

  .venue-widget .menu-item {
    font-size: 13px;
    padding: 8px 8px;
  }
  .venue-widget .photo-wrap {
    height: 120px;
    min-height: 110px;
  }
  .venue-widget .card {
    padding: 10px;
    border-radius: 14px;
  }
  .venue-widget .pax .num {
    font-size: 15px;
  }
  .venue-widget .price {
    font-size: 15px;
  }
  .venue-widget .label {
    font-size: 13px;
  }
}/* End custom CSS */