html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    padding: 20px;
}

footer {
    text-align: center;
    padding: 1rem;
}

.link:hover {
    cursor: pointer !important;
}

.map-section {
    position: relative;
    padding-bottom: 56.25%;
    height: 500px !important;
    overflow: hidden;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/** Override bootstrap 5 link pager  **/
.page-item.active .page-link {
    border: 1px solid #f8f9fa !important;
}
