/* gezivizyon / Oteller filtre butonu tema düzeltmesi - 2026-08-15 */
.hotels-list-page .hotel-filter-actions{
  position:sticky;
  bottom:0;
  z-index:8;
  width:100%;
  box-sizing:border-box;
  padding:14px 15px 15px;
  background:linear-gradient(180deg,rgba(255,255,255,.86) 0%,#fff 32%,#fff 100%);
  border-top:1px solid #e5edf4;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:100% !important;
  min-height:48px !important;
  margin:0 !important;
  padding:0 18px !important;
  box-sizing:border-box !important;
  border:0 !important;
  border-radius:11px !important;
  outline:0;
  background:#079dad !important;
  color:#fff !important;
  font:inherit !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-align:center !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:0 8px 18px rgba(7,157,173,.16) !important;
  transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease !important;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply svg{
  width:18px !important;
  height:18px !important;
  flex:0 0 18px;
  stroke:currentColor !important;
  color:currentColor !important;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply span{
  color:inherit !important;
  font:inherit !important;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply:hover{
  background:#078b9a !important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(7,139,154,.21) !important;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply:active{
  transform:translateY(0);
  box-shadow:0 5px 12px rgba(7,139,154,.16) !important;
}

.hotels-list-page .hotel-filter-actions .hotel-filter-apply:focus-visible{
  box-shadow:0 0 0 3px rgba(7,157,173,.20),0 8px 18px rgba(7,157,173,.16) !important;
}

@media (max-width:900px){
  .hotels-list-page .hotel-filter-actions{
    padding:12px 14px calc(14px + env(safe-area-inset-bottom));
  }
  .hotels-list-page .hotel-filter-actions .hotel-filter-apply{
    min-height:50px !important;
  }
}
