.mmc-map-section{
    background:#f1faf3;
    padding:34px 0;
}

.mmc-map-heading{
    margin-bottom:12px;
    text-align:left;
}

.mmc-map-heading h2{
    margin:0 0 8px;
    color:#17324f;
    font-size:30px;
    line-height:1.16;
}

.mmc-map-heading p{
    margin:0;
    color:#5f6470;
    font-size:16px;
    line-height:1.55;
}

.mmc-map-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,360px);
    gap:18px;
    align-items:stretch;
}

.mmc-map-frame{
    min-height:320px;
    overflow:hidden;
    border:1px solid rgba(23,50,79,0.1);
    border-radius:12px;
    background:#ffffff;
    box-shadow:0 10px 26px rgba(23,50,79,0.07);
}

.mmc-map-frame iframe{
    display:block;
    width:100%;
    height:100%;
    min-height:320px;
    border:0;
}

.mmc-leaflet-map{
    width:100%;
    height:100%;
    min-height:320px;
    background:#eef2f3;
}

.mmc-leaflet-marker{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    border:4px solid #ffffff;
    border-radius:50%;
    background:#17324f;
    color:#ffffff;
    box-shadow:0 10px 22px rgba(23,50,79,0.25);
}

.mmc-leaflet-marker svg{
    display:block;
    width:34px;
    height:34px;
    fill:none;
    stroke:currentColor;
    stroke-width:4;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.mmc-map-popup{
    color:#17324f;
    font-family:inherit;
    font-size:13px;
    line-height:1.4;
}

.mmc-map-popup strong{
    display:block;
    margin-bottom:4px;
    font-size:14px;
}

.mmc-map-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:18px;
    border:1px solid rgba(23,50,79,0.1);
    border-radius:12px;
    background:#ffffff;
    box-shadow:0 10px 26px rgba(23,50,79,0.07);
}

.mmc-map-kicker{
    margin-bottom:8px;
    color:#8a5b24;
    font-size:12px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
}

.mmc-map-info h3{
    margin:0 0 10px;
    color:#17324f;
    font-size:22px;
    line-height:1.2;
}

.mmc-map-address{
    margin:0;
    color:#4f5661;
    font-size:16px;
    line-height:1.55;
    font-weight:750;
}

.mmc-map-actions{
    display:grid;
    gap:10px;
    margin-top:22px;
}

.mmc-map-button{
    display:flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    padding:11px 16px;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:950;
}

.mmc-map-button-primary{
    background:#17324f;
    color:#ffffff;
}

.mmc-map-button-primary:hover{
    background:#8a5b24;
    color:#ffffff;
}

.mmc-map-button-secondary{
    border:1px solid rgba(23,50,79,0.16);
    background:#ffffff;
    color:#17324f;
}

.mmc-map-button-secondary:hover{
    background:#f6f7f8;
    color:#17324f;
}

@media(max-width:768px){
    .mmc-map-section{
        padding:28px 0;
    }

    .mmc-map-heading{
        margin-bottom:10px;
    }

    .mmc-map-heading h2{
        font-size:24px;
    }

    .mmc-map-heading p{
        font-size:14px;
    }

    .mmc-map-layout{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .mmc-map-frame,
    .mmc-map-frame iframe,
    .mmc-leaflet-map{
        min-height:250px;
    }

    .mmc-map-info{
        padding:18px;
    }

    .mmc-map-info h3{
        font-size:20px;
    }

    .mmc-map-address{
        font-size:15px;
    }
}
