.listPage {
    margin-top: 64px;
}

.header-box-attractions {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}

.header-box-attractions img {
    width: 100%;
}

.header-box-attractions > div {
    max-width: 80% !important;
}

.header-box-attractions > div a, .header-box-attractions > div h1 {
    color: #fff;
    text-shadow: 0 0 3px rgb(0 0 0 / 41%);
}
.vi-card {
    border: 1px solid #e4eaee;
}

.vi-media-card-taxonomy{
    min-height: 211px;
}
.vi-media-card-taxonomy, .vi-media-card>img{
    height: 100%;
    max-width: none;
    transition: filter .2s ease;
}
.resultCount{
    top: 7px;
    right: 12px;
}


.modal_items_facility{
    display: flex;
    border-bottom: solid 1px #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
}
.modal_items_facility .bold{
    margin: 0 15px;
}

.facilitySection{
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facilitySection table{
    border-spacing: 0px 5px;
}
.facilitySection thead tr{
    border: solid 1px;
    border-collapse: unset;
    border-spacing: 0;
}
.facilitySection thead th{
    border-collapse: unset;
    text-align: center;
    color: black;
    border: solid 1px;
    margin: 0;
    border-spacing: 0;
    padding: 10px;
    display: table-cell;
}
.facilitySection tbody tr{
    font-size: 13px;
    text-align: center;
    background: #f1f1f1;
}
.facilitySection tbody td{
    text-align: center;
    color: black;
    padding: 10px;
    border: solid 1px;
}
.facilitySection .more{
    cursor: pointer;
    text-decoration: underline;
}
.facilitySection .type{

}
.facilitySection .name{

}

@media (max-width: 960px){
    .listPage {
        margin-top: 0px;
    }
}
