.grecaptcha-badge {
    visibility: hidden !important;
}
.restaurant-marked {
    background-color: #c10200 !important;
    color: white !important;
}
.price-tag {
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.price-tag:hover {
    background-color: #c10200 !important;
    color: white !important;
}
[class$="api-load-alpha-banner"] {
    display: none;
}
.property {
    background-color: #fff;
    border-radius: 8px;
    color: #263238;
    display: block;
    font-size: 14px;
    max-width: 300px;
    justify-content: center;
    padding: 0;
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: auto;
}
.property:hover {
    background-color: #c10200;
}
.property:hover::after {
    border-top: 4px solid #c10200;
}
.property::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    z-index: 1;
}
.property .header {
    display: none;
}
.property .details {
    display: none;
}
.property .address {
    color: #9e9e9e;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.property .features > div {
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}
.property.highlight {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 250px;
}
.property.highlight::after {
    border-top: 9px solid #fff;
}
.property.highlight .header {
    padding: 0.5rem 1rem;
}
.property.highlight .details {
    display: flex;
    flex-direction: column;
    flex: 1;
    cursor:default;
}
.property.highlight .price-tag {
    display: none;
}
.property.highlight .header {
    display: block;
    cursor:default;
}
.property.highlight .header .name {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 300;
    cursor:pointer;
}
.property.highlight .header .name:hover {
text-decoration: underline;
}
.property.highlight .header .address {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-weight: 300;
}
.property.highlight img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.property.highlight .footer {
    color: #72727d;
    padding: 0.5rem 1rem;
    font-weight: 300;
    font-size: 0.85rem;
    cursor:default;
}
.property.highlight .footer .typesFoods {
    display: flex;
    margin-top: 12px;
    align-items: center;
    cursor:default;
}
.property.highlight .footer .typesFoods .tags {
    display: flex;
    flex-wrap: wrap;
    cursor:default;
}
.property.highlight .footer .typesFoods .tags a:not(:first-child) {
    margin-left: 2px;
}
