.hotel-filter__dest-label{font-size:1.2em;font-weight:600;margin-block-end:0}.hotel-dest-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-block-end:.25rem;padding-block:1rem}.hotel-dest-buttons__btn{align-items:center;background:var(--ast-global-color-0);border:1px solid transparent;border-radius:2rem;color:var(--ast-global-color-4);cursor:pointer;display:inline-flex;font-size:.875rem;gap:.375rem;line-height:1.4;padding:.35rem .9rem;transition:background .15s,border-color .15s,color .15s}.hotel-dest-buttons__btn:hover{background:var(--ast-global-color-1);border-color:var(--ast-global-color-0)}.hotel-dest-buttons__btn[aria-pressed=true]{background:var(--ast-global-color-0);color:var(--ast-global-color-4)}.hotel-dest-buttons__btn[aria-pressed=true] .hotel-dest-buttons__count{color:var(--ast-global-color-4)}.hotel-dest-buttons:has([aria-pressed=true]) .hotel-dest-buttons__btn:not([aria-pressed=true]):not(:hover){filter:grayscale(100%) opacity(50%)}.hotel-dest-buttons__count{align-items:center;background:var(--ast-global-color-6);border-radius:50%;display:inline-flex;flex-shrink:0;font-size:.75em;font-weight:300;justify-content:center;line-height:1;min-height:1.7em;min-width:1.7em;padding-inline:.3em}.hotel-filter{container-name:hotel-filter;container-type:inline-size}.hotel-filter__form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-block-end:1.5rem;padding:1rem 0}.hotel-filter__form:has([data-hotel-filter]:not([value=""]):not([value])) .hotel-filter__submit{background:color-mix(in srgb,AccentColor 90%,Canvas)}.hotel-filter__field{display:flex;flex:1 1 180px;flex-direction:column;gap:.25rem;max-width:280px;min-width:140px}.hotel-filter__field--sort{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:.5rem}.hotel-filter__label{font-size:1em;font-weight:600}.hotel-filter__input,.hotel-filter__select{background:Canvas;border:1px solid color-mix(in srgb,currentcolor 25%,transparent);border-radius:4px;color:CanvasText;font-size:.9rem;height:40px;line-height:1.4;padding:.4rem .6rem;transition:border-color .15s ease,box-shadow .15s ease}.hotel-filter__input:focus-visible,.hotel-filter__select:focus-visible{border-color:AccentColor;outline:2px solid AccentColor;outline-offset:1px}.hotel-filter__input .hotel-filter__select--order,.hotel-filter__select .hotel-filter__select--order{flex:0 0 auto}.hotel-filter__actions{align-items:flex-end;display:flex;flex:0 0 auto;gap:.5rem}.hotel-filter__submit{padding:.45rem 1.2rem}.hotel-filter__reset{border:none;height:40px;pointer-events:none;visibility:hidden}.hotel-filter__form[data-hotel-filters-active] .hotel-filter__reset{pointer-events:auto;visibility:visible}@container hotel-filter (max-width: 600px){.hotel-filter__form{flex-direction:column}.hotel-filter__field{flex:1 1 100%}.hotel-filter__actions{width:100%}.hotel-filter__actions .hotel-filter__submit{flex:1}}.hotel-filter-results{position:relative}.hotel-filter-results:after{background:color-mix(in srgb,Canvas 70%,transparent);border-radius:4px;content:"";display:grid;inset:0;opacity:0;place-items:center;pointer-events:none;position:absolute;transition:opacity .2s ease,display allow-discrete .2s ease}@starting-style{.hotel-filter-results:after{opacity:0}}.hotel-filter-results--loading:after{display:grid;opacity:1}.hotel-filter-results--loading:before{animation:hotel-filter-spin .6s linear infinite;border:3px solid color-mix(in srgb,AccentColor 30%,transparent);border-radius:50%;border-top-color:AccentColor;content:"";height:2rem;left:50%;margin:-1rem 0 0 -1rem;position:absolute;top:50%;width:2rem;z-index:1}.hotel-results-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.hotel-card{background:Canvas;border-radius:8px;box-shadow:var(--shadow-subtle-lift);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:box-shadow .2s ease,transform .2s ease}.hotel-card:hover{box-shadow:0 4px 16px color-mix(in srgb,currentcolor 12%,transparent)}.hotel-card__thumb{aspect-ratio:16/9;display:block;overflow:hidden}.hotel-card__thumb .hotel-card__img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.hotel-card:hover .hotel-card__img{transform:scale(1.03)}.hotel-card__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1rem}.hotel-card__title{color:var(--ast-global-color-3,inherit);font-size:1.2em;margin:0;text-decoration:none}.hotel-card__title a{color:inherit;text-decoration:inherit}.hotel-card__title a:hover{color:var(--ast-global-color-1)}.hotel-card__meta{display:flex;flex-wrap:wrap;font-size:.8rem;gap:.4rem;justify-content:space-between}.hotel-card__meta p{margin:0}.hotel-card__city{align-items:center;color:var(--ast-global-color-0);display:inline-flex;font-size:1rem;font-weight:500;gap:.2rem}.hotel-card__city:before{aspect-ratio:1;background-color:currentcolor;content:"";display:inline-block;height:1.2em;-webkit-mask-image:var(--svg-location);mask-image:var(--svg-location);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1.2em}.hotel-card__status{font-size:.75rem;font-weight:600}.hotel-card__status--active{color:color-mix(in srgb,green 80%,CanvasText)}.hotel-card__status--inactive{color:color-mix(in srgb,red 70%,CanvasText)}.hotel-card__status--suspended{color:color-mix(in srgb,orange 70%,CanvasText)}.hotel-card__terms{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem;left:0;margin-top:auto;position:absolute;top:1em}.hotel-card__term{background:linear-gradient(135deg,var(--ast-global-color-1),var(--ast-global-color-0));clip-path:polygon(0 0,100% 0,calc(100% - 15px) 100%,0 100%);color:var(--ast-global-color-5);font-size:1.2em;font-stretch:120%;font-weight:600;line-height:1;padding:5px 25px;text-decoration:none}.hotel-card__term:hover{color:var(--ast-global-color-4);filter:brightness(1.1)}.hotel-no-results{color:color-mix(in srgb,currentcolor 55%,transparent);padding:2rem 0;text-align:center}#hotel-filter-pagination{margin-block-start:2rem}@keyframes hotel-filter-spin{to{transform:rotate(1turn)}}.hotel-results-grid>.hotel-card{margin:0;min-width:0;padding:0;width:auto}
