/* MMP Styles */
.mmp-location-link {
    background-color: #8A2BE2; /* Violet shade matching the image */
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px; /* Adjusted for button size */
    border-radius: 25px; /* Rounded corners to match the image */
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
}
.mmp-location-link:hover {
    background-color: #8A2BE2; /* Maintain color on hover */
    opacity: 0.9; /* Subtle fade effect */
}
.mmp-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; }
.mmp-modal-content { background: #fff; margin: 5% auto; padding: 20px; max-width: 600px; position: relative; }
.mmp-close { position: absolute; right: 10px; top: 10px; font-size: 20px; cursor: pointer; }
.mmp-map-container iframe { width: 100%; max-width: 600px; height: 450px; border: 0; }