.feedback_form_ajax {
    font-size: 1.1rem;
}
.feedback_form_ajax img {
    width: auto;
    display: inline;
}

.cid-uX7iW6VbVS {
    z-index: 50;
}
.div_botoes_bloco {
    z-index: 90;
}
.whatsapp-btn:hover {
    color: #fff;
    border-bottom: 3px solid green;
    margin-top: -3px;
    text-shadow: -0px 1px 3px #000;
}
.titulo_acaomodacao_popup {
     font-weight: 600;
}

.accommodation-highlights ul:last-child {
    margin-block-end: 0;
}
.accommodation-highlights ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding-inline-start: 0;
}
.accommodation-highlights li {
    background: #ededed;
    border-radius: 100px;
    margin-right: 8px;
    padding: 3px 8px;
    margin-bottom: 8px;
}

.accommodation-highlights li > div {
    display: flex;
    align-items: center;
}

.accommodation-highlights li > div span {
    margin-right: 5px;
    display: flex;
    align-self: center;
    fill: #0069d0;
    font-size: 15px;
}
.accommodation-highlights li > div span svg {
    height: 22px;
    width: 22px;
}

/* Efeito elegante de hover nos cards das acomodações */
#acomodacoes .item-wrapper {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#acomodacoes .item-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

#acomodacoes .item-img {
    overflow: hidden;
}

#acomodacoes .item-img img {
    transition: transform 0.5s ease;
}

#acomodacoes .item-wrapper:hover .item-img img {
    transform: scale(1.1);
}

#acomodacoes .item-content {
    padding: 20px;
    background: #fff;
    transition: background-color 0.3s ease;
}

#acomodacoes .item-wrapper:hover .item-content {
    background-color: #f9f9f9;
}

#acomodacoes .item-btn {
    transition: all 0.3s ease;
}

#acomodacoes .item-wrapper:hover .item-btn {
    background-color: #ffa600;
    color: #fff;
}
.cid-uX7nWm2kD2 img, .cid-uX7nWm2kD2 .item-img{
    height: 100% !important;
    max-height:300px;
}
.cid-uX7nWm2kD2 .item-content {
    margin-top: 0;
    height: auto;
}