@import '_content/Cefas.GovUk.Frontend/Cefas.GovUk.Frontend.92uv39tw0r.bundle.scp.css';

/* /Pages/Map.razor.rz.scp.css */
[b-i0suwq9cr3] #map {
    position: relative;
    height: 80vh;
}

[b-i0suwq9cr3] .popup-container {
    width: fit-content !important;
}

[b-i0suwq9cr3] .popup-close {
    color: white;
}

.mapContainer[b-i0suwq9cr3] {
    position: relative;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/NewsList.razor.rz.scp.css */
[b-otxpw3l3uq] .news-search-button {
    height: 38px;
}

[b-otxpw3l3uq] .sort-options .sort-options__label {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 5px;
}

[b-otxpw3l3uq] .result-item {
    border-top: 1px solid rgb(177,180,182);
    margin-top: 15px;
    padding-top: 14px;
}

    [b-otxpw3l3uq] .result-item:nth-child(3) {
        border-top: none;
        padding-top: 0;
    }

[b-otxpw3l3uq] .news-result-div {
    border-top: 1px solid black
}
/* /Shared/Confirm.razor.rz.scp.css */
.confirmOverlay[b-5rfuzcry2l] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

    .confirmOverlay .confirmOverlayContent[b-5rfuzcry2l] {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 18px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 10px;
        background: #fff;
        color: #000;
        text-align: center;
        box-shadow: 10px 10px 5px #333;
        border-radius: 10px;
    }
