.elementor-394 .elementor-element.elementor-element-54fc322{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-394 .elementor-element.elementor-element-dbeede8{--spacer-size:30px;}/* Start custom CSS for shortcode, class: .elementor-element-7fd2c5b *//* ==============================
   BASE
================================ */
.res-page{
  font-family: 'Heebo', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 60px;
}

/* ==============================
   TÍTULO (somente gradiente, sem divisor)
================================ */
.res-head{
  width: 100%;
  margin: 0 0 18px;
  text-align: left;
}

.res-title-page{
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;

  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   FILTRO (somente cidade)
================================ */
.res-filters.res-filters-single{
  width: 100%;
  border: 1px solid #2354A3;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 14px;
  align-items: end;
  margin: 0 0 28px;
  background: #fff;
  box-sizing: border-box;
}

.res-filter label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #09162A;
  margin-bottom: 8px;
}

.res-filter select{
  width: 100%;
  height: 44px;
  border: 1px solid #D9DEE7;
  border-radius: 6px;
  padding: 0 44px 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #09162A;
  background: #fff;
  box-sizing: border-box;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* ícone para abrir opções */
  background-image: url("https://alohahospedagens.com.br/wp-content/uploads/2026/01/arrow_menu_open_down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* BOTÃO BUSCAR (ícone garantido) */
.res-filter-btn{
  height: 44px;
  width: 56px;
  border: none;
  border-radius: 8px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  box-shadow: 0 6px 18px rgba(9,22,42,.15);

  padding: 0;
  overflow: hidden;
}

.res-filter-btn-icon-img{
  width: 9px;
  height: 18px;
  display: block;

  /* deixa branco no gradiente */
  filter: brightness(0) invert(1);
}

/* ==============================
   GRID
================================ */
.resid-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

/* ==============================
   CARD
================================ */
.resid-card{
  display: block;
  text-decoration: none;
  color: inherit;

  border: 1px solid #2AA9D0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}

.resid-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0,0,0,.16);
}

.resid-img{
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
}

/* Corpo */
.resid-body{
  padding: 14px 14px 12px;
}

.resid-title{
  font-size: 18px;
  font-weight: 700;
  color: #09162A;
  margin-bottom: 6px;
}

/* Cidade */
.resid-city{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 300;
  color: #09162A;
  margin-bottom: 8px;
}

.resid-pin{
  width: 16px;
  height: 16px;
  display: block;
}

/* Rating */
.resid-rating{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.resid-rating .star-rating{
  font-size: 14px;
}

.resid-reviews{
  font-size: 12px;
  color: #6B7280;
  font-weight: 400;
}

/* Bottom */
.resid-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.resid-price{
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.resid-price-strong{
  font-size: 20px;
  font-weight: 800;
  color: #09162A;
}

.resid-price-suf{
  font-size: 12px;
  font-weight: 400;
  color: #09162A;
}

/* Botão reservar */
.resid-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 8px 10px;
  border-radius: 6px;

  font-size: 12px;
  font-weight: 600;
  color: #fff;

  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  white-space: nowrap;
}

.resid-btn-icon{
  width: 14px;
  height: 14px;
  display: block;
  filter: brightness(0) invert(1);
}

/* Empty */
.res-empty{
  font-size: 14px;
  color: #09162A;
  padding: 20px 0;
}

/* ==============================
   RESPONSIVO
================================ */
@media (max-width: 1024px){
  .resid-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .res-filters.res-filters-single{
    grid-template-columns: 1fr 52px;
    padding: 14px;
  }

  .resid-grid{
    grid-template-columns: 1fr;
  }

  .resid-img{
    height: 190px;
  }
}/* End custom CSS */