#gallery .main-image img {
    min-height: 300px;
}

#gallery .other-images img {
    min-height: 250px;
}

#info .dashicons {
    font-size: 37px;
    width: 35px;
    height: 35px;
}

#info article div {
    align-items: center;
}

#info article p {
    padding: 0px;
}

#info article {
    margin-top: 20px;
}

#sidebar .dashicons {
    font-size: 20px;
}

#accessible-amenities article p, #things-watch-out-for article p {
    padding: 0px;
}

#accessible-amenities article .dashicons, #things-watch-out-for article .dashicons, #location-hours article .dashicons {
    font-size: 25px;
}

#location-hours article .dashicons {
    color: white;
}

#location-hours article h4 {
    padding-bottom: 10px;
}

.operation-hours {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.operation-hours p {
    padding: 0;
}

#popular-spots figure img {
    cursor: pointer;
}

#amenities-activities figure img {
    cursor: pointer;
}

#accessibility-review article.card .dashicons {
    font-size: 72px;
}

.accessible-amenities-dialog {
    max-width: 1024px;
}

@media(max-width: 769px) {
    #accessibility-review .cards {
        max-width: 700px;
    }

    #container {
        padding: var(--dl-space-space-unit);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}