:root{--ste-green:#006400;--ste-green-dark:#004d00;--ste-black:#000;--ste-cream:#f7f3ea;--ste-line:#e7e7e7;--ste-muted:#2f2f2f;--ste-radius:16px;--ste-shadow:0 10px 28px rgba(0,0,0,.07)}
.ste-explorer,.ste-single{font-family:Inter,Arial,sans-serif;color:var(--ste-black)}
.ste-explorer{width:min(1240px,calc(100vw - 40px));max-width:none!important;margin:0 0 0 50%!important;transform:translateX(-50%);padding:0!important}
.ste-explorer *,.ste-single *{box-sizing:border-box}
.ste-explorer h1,.ste-explorer h2,.ste-explorer h3,.ste-single h1,.ste-single h2,.ste-single h3{font-family:Montserrat,Arial,sans-serif;line-height:1.2;color:var(--ste-black)}
.ste-explorer a,.ste-explorer a:hover,.ste-explorer a:focus,.ste-explorer a:visited{text-decoration:none!important;box-shadow:none!important;background-image:none!important}
.ste-explorer button,.ste-explorer select,.ste-explorer input{font-family:Inter,Arial,sans-serif}
.ste-search-panel{display:grid;grid-template-columns:1.35fr 1fr 1fr auto;gap:14px;padding:18px;background:#fff;border:1px solid var(--ste-line);border-radius:18px;box-shadow:var(--ste-shadow);margin-bottom:30px}
.ste-field{display:flex;flex-direction:column;gap:7px}.ste-field label{font-size:12px;font-weight:700;color:var(--ste-black)}
.ste-field input,.ste-field select,.ste-toolbar select,.ste-mobile-region select{width:100%;height:52px;border:1px solid #d7d7d7;border-radius:10px;background:#fff;padding:0 14px;font:inherit;color:var(--ste-black);outline:none}
.ste-field input:focus,.ste-field select:focus,.ste-toolbar select:focus,.ste-mobile-region select:focus{border-color:var(--ste-green);box-shadow:0 0 0 2px rgba(0,100,0,.10)}
.ste-search-button,.ste-view-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--ste-green)!important;color:#fff!important;font-weight:700;text-decoration:none!important;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.ste-search-button{width:138px;min-width:138px;height:52px;padding:0 16px;font-size:14px}.ste-search-button:hover,.ste-search-button:focus,.ste-view-button:hover,.ste-view-button:focus{background:var(--ste-green-dark)!important;color:#fff!important;transform:translateY(-1px)}
.ste-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:32px;align-items:start}.ste-filter-card,.ste-help-card{background:#fff;border:1px solid var(--ste-line);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.05);overflow:hidden}
.ste-filter-card h2{font-size:18px;padding:20px 20px 12px;margin:0}.ste-region-nav button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border:0;border-top:1px solid #eee;background:#fff!important;color:var(--ste-black)!important;text-align:left;font:inherit;cursor:pointer}
.ste-region-nav button:hover,.ste-region-nav button:focus,.ste-region-nav button.is-active{background:#f1f7f1!important;color:var(--ste-green)!important;font-weight:700}
.ste-help-card{margin-top:18px;padding:20px}.ste-help-card h3{margin:0 0 8px;font-size:18px}.ste-help-card p{color:var(--ste-black);font-size:14px;line-height:1.55}.ste-help-card a{color:var(--ste-green)!important;font-weight:800}
.ste-mobile-region{display:none}.ste-country-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.ste-country-tabs:empty{display:none}.ste-country-tabs button{border:1px solid #d8d8d8;border-radius:9px;background:#fff!important;color:var(--ste-black)!important;padding:10px 18px;cursor:pointer;font:inherit}
.ste-country-tabs button:hover,.ste-country-tabs button:focus,.ste-country-tabs button.is-active{background:var(--ste-green)!important;border-color:var(--ste-green)!important;color:#fff!important}
.ste-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:var(--ste-black);font-size:14px}.ste-toolbar select{height:42px;width:auto;min-width:130px}.ste-results{position:relative;scroll-margin-top:100px}.ste-explorer.is-loading .ste-results{opacity:.55;pointer-events:none}
.ste-trip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.ste-trip-card{min-width:0;background:#fff;border:1px solid var(--ste-line);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.055);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}
.ste-trip-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.09)}.ste-trip-image{display:block;position:relative;aspect-ratio:16/10;background:#eee;overflow:hidden}.ste-trip-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.ste-trip-card:hover .ste-trip-image img{transform:scale(1.035)}
.ste-image-fallback{width:100%;height:100%;background:linear-gradient(135deg,#e6eee6,#f4f0e8)}.ste-destination-badge{position:absolute;left:12px;bottom:12px;background:#fff;color:var(--ste-green);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.ste-trip-body{padding:20px 20px 18px;display:flex;flex-direction:column;flex:1}.ste-trip-body h3{font-size:21px;margin:0 0 12px;min-height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ste-trip-body h3 a{color:var(--ste-black)!important;text-decoration:none!important}
.ste-trip-excerpt{font-size:16px;color:var(--ste-black);line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:48px}.ste-trip-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:15px;color:var(--ste-black);margin-top:auto}
.ste-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:20px}.ste-price{display:flex;flex-direction:column;line-height:1.15}.ste-price .ste-from{font-size:11px;color:var(--ste-black)}.ste-price strong{font-size:25px;color:var(--ste-green)}.ste-price small{font-size:10px;color:var(--ste-black)}.ste-price-on-request{font-size:15px;font-weight:700;color:var(--ste-black)}
.ste-view-button{padding:12px 20px;white-space:nowrap;font-size:15px;min-width:112px}.ste-view-button::before,.ste-view-button::after{display:none!important}.ste-pagination{display:flex;justify-content:center;gap:8px;margin:30px 0}.ste-pagination button{width:42px;height:42px;border:1px solid #ddd;border-radius:9px;background:#fff!important;color:var(--ste-black)!important;cursor:pointer}.ste-pagination button:hover,.ste-pagination button.is-active{background:var(--ste-green)!important;color:#fff!important;border-color:var(--ste-green)!important}
.ste-empty{padding:45px 20px;text-align:center;background:#fff;border:1px solid var(--ste-line);border-radius:14px}.ste-results-summary{display:none}.ste-notice{padding:20px;background:#fff8e5;border:1px solid #ecd28a;border-radius:8px}
/* Single template remains disabled by default in this build. */
@media(max-width:1024px){.ste-search-button{width:auto;min-width:140px}.ste-explorer{width:min(100%,calc(100vw - 28px))}.ste-trip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ste-search-panel{grid-template-columns:1fr 1fr}.ste-search-button{height:52px}.ste-layout{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:767px){.ste-explorer{width:calc(100vw - 24px);margin-left:50%!important}.ste-search-panel{grid-template-columns:1fr 1fr;padding:16px;gap:12px;margin-bottom:22px}.ste-field-search,.ste-search-button{grid-column:1/-1}.ste-search-button{width:100%;max-width:none;height:48px}.ste-layout{display:block}.ste-sidebar{display:none}.ste-mobile-region{display:block;margin-bottom:18px}.ste-mobile-region label{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:700;color:var(--ste-black);margin-bottom:8px}.ste-country-tabs{flex-wrap:nowrap;overflow-x:auto;padding:0 0 7px;scrollbar-width:none}.ste-country-tabs::-webkit-scrollbar{display:none}.ste-country-tabs button{flex:0 0 auto;padding:9px 16px}.ste-toolbar{margin-bottom:14px}.ste-toolbar [data-ste-count]{display:none}.ste-toolbar{justify-content:flex-end}.ste-trip-grid{display:flex;flex-direction:column;gap:16px}.ste-trip-card{display:grid;grid-template-columns:39% 61%;min-height:215px;border-radius:16px}.ste-trip-image{height:100%;min-height:215px;aspect-ratio:auto}.ste-trip-body{padding:16px 16px 14px;min-width:0}.ste-trip-body h3{font-size:18px;min-height:0;margin-bottom:12px;-webkit-line-clamp:3}.ste-trip-excerpt{display:none}.ste-trip-meta{font-size:14px;gap:10px;margin-top:0}.ste-card-footer{display:flex;flex-direction:column;align-items:stretch;gap:11px;margin-top:auto}.ste-price{min-height:34px}.ste-price-on-request{font-size:14px}.ste-view-button{width:100%;min-height:48px;font-size:15px;border-radius:11px}.ste-destination-badge{left:16px;bottom:16px;font-size:13px;padding:7px 12px}.ste-pagination{margin:24px 0}.ste-pagination button{width:40px;height:40px}}
@media(max-width:480px){.ste-search-panel{grid-template-columns:1fr}.ste-field-search,.ste-search-button{grid-column:auto}.ste-trip-card{grid-template-columns:40% 60%;min-height:225px}.ste-trip-image{min-height:225px}.ste-trip-body{padding:14px 14px 13px}.ste-trip-body h3{font-size:17px}.ste-trip-meta{font-size:13px}}
@media(max-width:360px){.ste-explorer{width:calc(100vw - 16px)}.ste-trip-card{grid-template-columns:38% 62%}.ste-trip-body{padding:12px}.ste-trip-body h3{font-size:16px}.ste-view-button{font-size:14px}}

/* Custom dropdowns replace browser-native blue option highlighting. */
.ste-native-select-enhanced{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.ste-custom-select{position:relative;width:100%}
.ste-custom-select__button{width:100%;height:52px;border:1px solid #d7d7d7;border-radius:10px;background:#fff!important;color:var(--ste-black)!important;padding:0 42px 0 14px;text-align:left;font:inherit;cursor:pointer;position:relative}
.ste-custom-select__button::after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--ste-black);border-bottom:2px solid var(--ste-black);transform:translateY(-68%) rotate(45deg);transition:transform .2s}
.ste-custom-select.is-open .ste-custom-select__button{border-color:var(--ste-green);box-shadow:0 0 0 2px rgba(0,100,0,.10)}
.ste-custom-select.is-open .ste-custom-select__button::after{transform:translateY(-25%) rotate(225deg)}
.ste-custom-select__menu{position:absolute;z-index:9999;left:0;right:0;top:calc(100% + 6px);display:none;max-height:260px;overflow:auto;background:#fff;border:1px solid #dcdcdc;border-radius:10px;box-shadow:0 12px 30px rgba(0,0,0,.14);padding:6px}
.ste-custom-select.is-open .ste-custom-select__menu{display:block}
.ste-custom-select__option{display:block;width:100%;border:0;border-radius:7px;background:#fff!important;color:var(--ste-black)!important;padding:10px 12px;text-align:left;font:inherit;cursor:pointer}
.ste-custom-select__option:hover,.ste-custom-select__option:focus,.ste-custom-select__option.is-selected{background:#eef6ee!important;color:var(--ste-green)!important;font-weight:700}
.ste-toolbar .ste-custom-select{width:auto;min-width:140px}.ste-toolbar .ste-custom-select__button{height:42px}
@media(max-width:767px){.ste-trip-body h3{font-size:19px;line-height:1.28}.ste-trip-meta{font-size:14px}.ste-toolbar .ste-custom-select{min-width:145px}}

/* v0.1.4 refinements: balanced search bar, richer summaries and clearer states. */
.ste-search-panel{align-items:end}
.ste-search-button{align-self:end;margin:0}
.ste-trip-image{aspect-ratio:16/8.6;max-height:225px}
.ste-trip-excerpt{-webkit-line-clamp:3;min-height:72px;margin-bottom:15px}
.ste-trip-meta{align-items:center;gap:18px}
.ste-meta-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.ste-meta-icon{width:17px;height:17px;fill:none;stroke:var(--ste-green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ste-region-nav button:hover,.ste-region-nav button:focus,.ste-region-nav button.is-active{background:var(--ste-green)!important;color:#fff!important;font-weight:700}
.ste-region-nav button:hover *, .ste-region-nav button:focus *, .ste-region-nav button.is-active *{color:#fff!important}

@media(max-width:767px){
  .ste-search-panel{row-gap:15px}
  .ste-trip-grid{gap:19px}
  .ste-trip-card{grid-template-columns:41% 59%;min-height:255px}
  .ste-trip-image{min-height:255px;max-height:none}
  .ste-trip-body{padding:17px 17px 16px}
  .ste-trip-body h3{font-size:18px;line-height:1.28;margin-bottom:9px;-webkit-line-clamp:3}
  .ste-trip-excerpt{display:-webkit-box;font-size:13.5px;line-height:1.42;-webkit-line-clamp:2;min-height:38px;margin:0 0 11px}
  .ste-trip-meta{gap:12px;font-size:13.5px;margin-bottom:8px}
  .ste-meta-item{gap:5px}
  .ste-meta-icon{width:15px;height:15px}
  .ste-card-footer{gap:10px;margin-top:auto}
  .ste-price strong{font-size:22px}
  .ste-view-button{min-height:46px}
}
@media(max-width:480px){
  .ste-trip-card{grid-template-columns:39% 61%;min-height:265px}
  .ste-trip-image{min-height:265px}
  .ste-trip-body{padding:15px 14px}
  .ste-trip-body h3{font-size:17px}
  .ste-trip-excerpt{font-size:13px;min-height:37px}
  .ste-trip-meta{font-size:12.5px;gap:9px}
}

/* v0.1.5 final refinements: restore the approved mobile card and strengthen category states. */
.ste-region-nav button:hover,
.ste-region-nav button:focus-visible,
.ste-region-nav button.is-active,
.ste-country-tabs button:hover,
.ste-country-tabs button:focus-visible,
.ste-country-tabs button.is-active {
  background:#006400!important;
  border-color:#006400!important;
  color:#fff!important;
}
.ste-region-nav button:hover *,
.ste-region-nav button:focus-visible *,
.ste-region-nav button.is-active *,
.ste-country-tabs button:hover *,
.ste-country-tabs button:focus-visible *,
.ste-country-tabs button.is-active * {
  color:#fff!important;
}

@media(max-width:767px){
  .ste-trip-grid{gap:18px}
  .ste-trip-card{
    display:grid!important;
    grid-template-columns:36% 64%!important;
    min-height:245px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .ste-trip-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:245px!important;
    max-height:none!important;
    aspect-ratio:auto!important;
  }
  .ste-trip-image img{width:100%!important;height:100%!important;object-fit:cover!important}
  .ste-trip-body{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    padding:16px 16px 15px!important;
  }
  .ste-trip-body h3{
    font-size:18px!important;
    line-height:1.28!important;
    margin:0 0 8px!important;
    min-height:0!important;
    -webkit-line-clamp:3!important;
  }
  .ste-trip-excerpt{
    display:-webkit-box!important;
    color:#000!important;
    font-size:13.5px!important;
    line-height:1.45!important;
    -webkit-line-clamp:2!important;
    min-height:39px!important;
    margin:0 0 10px!important;
    overflow:hidden!important;
  }
  .ste-trip-meta{font-size:13.5px!important;gap:11px!important;margin:0 0 8px!important}
  .ste-card-footer{margin-top:auto!important;gap:9px!important}
  .ste-view-button{min-height:45px!important}
}

@media(max-width:480px){
  .ste-trip-card{grid-template-columns:37% 63%!important;min-height:252px!important}
  .ste-trip-image{min-height:252px!important}
  .ste-trip-body{padding:14px 13px!important}
  .ste-trip-body h3{font-size:17px!important;line-height:1.27!important}
  .ste-trip-excerpt{font-size:12.8px!important;line-height:1.42!important;min-height:36px!important}
  .ste-trip-meta{font-size:12.5px!important;gap:8px!important}
}

/* v0.2.0: isolated explorers for Wisata, Umrah and Hajj. */
.ste-explorer.ste-has-subtypes .ste-search-panel{grid-template-columns:1.25fr .9fr .9fr .9fr auto}
@media(max-width:1024px){.ste-explorer.ste-has-subtypes .ste-search-panel{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.ste-explorer.ste-has-subtypes .ste-search-panel{grid-template-columns:1fr}}


/* v0.2.1: distinct travel-date card for Umrah listings only. */
.ste-umrah-date-card{
  display:flex;
  align-items:center;
  gap:11px;
  margin:0 0 15px;
  padding:11px 13px;
  color:#fff;
  background:linear-gradient(135deg,#006400 0%,#087c08 100%);
  border:1px solid rgba(0,100,0,.18);
  border-radius:11px;
  box-shadow:0 8px 20px rgba(0,100,0,.16);
}
.ste-umrah-date-card svg{
  width:21px;
  height:21px;
  flex:0 0 21px;
  fill:none;
  stroke:#fff;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ste-umrah-date-card span{display:flex;flex-direction:column;min-width:0;line-height:1.2}
.ste-umrah-date-card small{color:rgba(255,255,255,.82);font-size:10px;font-weight:700;letter-spacing:.65px;text-transform:uppercase}
.ste-umrah-date-card strong{color:#fff;font-size:14px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}
@media(max-width:767px){
  .ste-umrah-date-card{gap:8px;margin:0 0 9px;padding:9px 10px;border-radius:9px}
  .ste-umrah-date-card svg{width:17px;height:17px;flex-basis:17px}
  .ste-umrah-date-card small{font-size:8.5px}
  .ste-umrah-date-card strong{font-size:11.5px;line-height:1.3}
}
\n\n/* v0.2.2: automatic departure-year filtering for Umrah and its child trip types. */
.ste-explorer.ste-has-year.ste-has-subtypes .ste-search-panel{grid-template-columns:1.2fr .78fr .78fr .78fr .7fr auto}
.ste-explorer.ste-has-year:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:1.35fr .9fr .9fr .72fr auto}
@media(max-width:1180px){
  .ste-explorer.ste-has-year.ste-has-subtypes .ste-search-panel,
  .ste-explorer.ste-has-year:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ste-explorer.ste-has-year .ste-field-search,
  .ste-explorer.ste-has-year .ste-search-button{grid-column:1/-1}
}
@media(max-width:480px){
  .ste-explorer.ste-has-year.ste-has-subtypes .ste-search-panel,
  .ste-explorer.ste-has-year:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:1fr}
  .ste-explorer.ste-has-year .ste-field-search,
  .ste-explorer.ste-has-year .ste-search-button{grid-column:auto}
}


/* v0.2.3: automatic departure-month filtering for Umrah. */
.ste-explorer.ste-has-month.ste-has-subtypes .ste-search-panel{grid-template-columns:1.15fr .72fr .72fr .72fr .62fr .72fr auto}
.ste-explorer.ste-has-month:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:1.3fr .82fr .82fr .62fr .72fr auto}
@media(max-width:1280px){
  .ste-explorer.ste-has-month.ste-has-subtypes .ste-search-panel,
  .ste-explorer.ste-has-month:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ste-explorer.ste-has-month .ste-field-search,
  .ste-explorer.ste-has-month .ste-search-button{grid-column:1/-1}
}
@media(max-width:480px){
  .ste-explorer.ste-has-month.ste-has-subtypes .ste-search-panel,
  .ste-explorer.ste-has-month:not(.ste-has-subtypes) .ste-search-panel{grid-template-columns:1fr}
  .ste-explorer.ste-has-month .ste-field-search,
  .ste-explorer.ste-has-month .ste-search-button{grid-column:auto}
}
\n\n/* v0.2.5: compact Umrah filter bar after removing Region/Destination controls. */
.ste-umrah-hidden-state{display:none!important;width:0!important;height:0!important;overflow:hidden!important}
.ste-explorer.ste-is-umrah .ste-search-panel{
  grid-template-columns:minmax(250px,1.35fr) minmax(150px,.82fr) minmax(140px,.72fr) minmax(155px,.82fr) auto!important;
  align-items:end;
}
@media(max-width:1180px){
  .ste-explorer.ste-is-umrah .ste-search-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ste-explorer.ste-is-umrah .ste-field-search,
  .ste-explorer.ste-is-umrah .ste-search-button{grid-column:1/-1}
  .ste-explorer.ste-is-umrah .ste-search-button{width:100%!important;max-width:none!important}
}
@media(max-width:600px){
  .ste-explorer.ste-is-umrah .ste-search-panel{grid-template-columns:1fr!important}
  .ste-explorer.ste-is-umrah .ste-field-search,
  .ste-explorer.ste-is-umrah .ste-search-button{grid-column:auto}
}

/* v0.2.6: keep the compact Umrah filters aligned in one premium row on desktop. */
.ste-explorer.ste-is-umrah .ste-search-panel{
  display:grid!important;
  grid-template-columns:minmax(260px,1.45fr) minmax(170px,.8fr) minmax(155px,.72fr) minmax(170px,.78fr) 148px!important;
  align-items:end!important;
  column-gap:14px!important;
  row-gap:14px!important;
}
.ste-explorer.ste-is-umrah .ste-field-search,
.ste-explorer.ste-is-umrah .ste-search-button{
  grid-column:auto!important;
}
.ste-explorer.ste-is-umrah .ste-search-button{
  width:148px!important;
  min-width:148px!important;
  max-width:148px!important;
  height:52px!important;
  align-self:end!important;
  margin:0!important;
}
@media(max-width:940px){
  .ste-explorer.ste-is-umrah .ste-search-panel{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .ste-explorer.ste-is-umrah .ste-field-search{
    grid-column:1/-1!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-button{
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}
@media(max-width:600px){
  .ste-explorer.ste-is-umrah .ste-search-panel{
    grid-template-columns:1fr!important;
  }
  .ste-explorer.ste-is-umrah .ste-field-search,
  .ste-explorer.ste-is-umrah .ste-search-button{
    grid-column:auto!important;
  }
}


/* v0.2.7: force a single aligned Umrah filter row on desktop. */
@media (min-width: 941px){
  .ste-explorer.ste-is-umrah .ste-search-panel{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-end!important;
    gap:14px!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-panel > .ste-field{
    min-width:0!important;
    margin:0!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-panel > .ste-field-search{
    flex:1 1 360px!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-panel > .ste-field:not(.ste-field-search){
    flex:0 1 220px!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-panel > .ste-search-button{
    flex:0 0 148px!important;
    width:148px!important;
    min-width:148px!important;
    max-width:148px!important;
    height:52px!important;
    align-self:flex-end!important;
    margin:0!important;
  }
  .ste-explorer.ste-is-umrah .ste-search-panel > .ste-umrah-hidden-state,
  .ste-explorer.ste-is-umrah .ste-search-panel > input[type="hidden"]{
    display:none!important;
    flex:0 0 0!important;
  }
}
