﻿.map-responsive img {
    width: 100%;
    height: auto;
}

.map-wrapper {
    position: relative;
}

.map-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.map-overlay-box {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 95%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 2.5%;
}

.map-overlay-box p {
    margin: 0;
}

.map-overlay-box .btn {
    padding: 6px 16px;
    font-size: 0.95rem;
}
