.phoca-map-blocked .leaflet-tile {
    display: none !important;
}

.consent-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.consent-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 90%;
    box-shadow: 1px 1px 4px 1px #000000 !important;
}
.consent-box h3 {
  margin: 0;
padding:0;
}
.consent-text{
    font-size: 14px;
}
.consent-box button {
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #000000;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 300;
}

.consent-box button:hover {
    background: #27ae60;
}

.consent-box a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    text-decoration: underline;
}

.consent-box p {
    font-size: 14px;
}

.consent-icon {
    font-size: 32px;
    margin-bottom: 0;
}
``