.mm-form {
    max-width: 700px;
    margin: 0 auto;
}

.mm-row {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.mm-row label {
    margin-bottom: 5px;
    font-weight: 600;
}

.mm-row input,
.mm-row select {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#mm-map {
    width: 100%;
    height: 350px;
    min-height: 350px;
    border-radius: 10px;
}

.leaflet-container {
    width: 100% !important;
    height: 100% !important;
}


.mm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}

.mm-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.mm-card img {
    border-radius: 10px;
}

.mm-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.mm-btn:hover {
    background: #005177;
}
