.findabup-results #pub-map {
    width: 100%;
    height: 80vh;
}

.findabup-results #pub-map .mapboxgl-ctrl-group {
    position: absolute;
    top: calc(50% - 60px);
    right: 0;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: none;
}

.findabup-results #pub-map .mapboxgl-ctrl-zoom-in,
.findabup-results #pub-map .mapboxgl-ctrl-zoom-out {
    font-size: 2rem;
    color: #1B2A4A;
    padding: 5px;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.75;
    background-color: #F5F3E9;
    transition: all 0.2s ease-in-out;
}

.findabup-results #pub-map .mapboxgl-ctrl-zoom-in:hover,
.findabup-results #pub-map .mapboxgl-ctrl-zoom-out:hover {
    background-color: #f8f6f6;
    opacity: 1;
}
