/*
Theme Name: Astra Child
Template: astra
*/


/* Opcional: fuerza el símbolo si se borra */
.price::before {
    content: "₡";
    margin-right: 2px;
    font-family: 'Montserrat', sans-serif;
}


.room__gallery-image--listing {
    width: 100%;
    height: auto;
    object-fit: contain; /* o 'cover', según estilo */
}

.room-card__gallery a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
