.leaflet-map-block {
    border-radius: 50px;
    overflow: hidden;
}

.leaflet-map-container {
    height: 600px;
    width: 100%;
    border-radius: 50px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: var(--wp--preset--color--custom-burly-wood);
    border-radius: 9px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    font-family: var(--wp--preset--font-family--inder);
    font-size: 10px;
    text-align: center;
    color: white;
}

.leaflet-popup-close-button span {
    font-size: 10px;
    color: white;
}

.editor-styles-wrapper .leaflet-map-block-placeholder {
    background-color: #e0e0e0;
    color: #333;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
}

.leaflet-top .leaflet-control {
	margin-top: 22px;
}

.leaflet-left .leaflet-control {
	margin-left: 22px;
}