﻿
.atlas-map .popup-content-container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    min-width: 150px;
    border-radius: 0.5rem;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
}

    .atlas-map .popup-content-container .map-popup {
        padding: 10px 15px 10px 15px;
    }

        .atlas-map .popup-content-container .map-popup a {
            color: inherit;
            text-decoration: none;
        }

        .atlas-map .popup-content-container .map-popup .map-popup-title {
            color: inherit;
            font-weight: bolder;
        }

        .atlas-map .popup-content-container .map-popup .map-popup-body {
            color: #6c757d;
        }
