
/* V127 - Botão no rodapé de cada card, sem quebrar favoritos/card */
.home-section .card-body .card-footer-action{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:38px!important;
  margin-top:14px!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  background:var(--primary,#0f6cad)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
}

.home-section .card-body p + .card-footer-action{
  margin-top:14px!important;
}

/* Remove botão geral de seção. Agora o botão é do card. */
.home-section-more{
  display:none!important;
}

/* Garante que nenhum CSS antigo force barras/altura estranha nos cards */
.home-section .spot-card > a,
.home-section .card > a,
.home-section a.card{
  display:block!important;
  height:auto!important;
}

.home-section .spot-card,
.home-section .card,
.home-section .home-carousel-item{
  height:auto!important;
}

.home-section .favorite-btn,
.home-section .favorite-button,
.home-section [class*="favorite"]{
  height:auto!important;
  min-height:0!important;
}

@media(max-width:760px){
  .home-section .card-body .card-footer-action{
    min-height:40px!important;
    font-size:13px!important;
  }
}
