.event-venue-map-cta-1241-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-venue-map-cta-1241-map iframe {
    width: 100%;
    min-height: 40px;
    border: none;
}

.event-venue-map-cta-1241-cta-wrapper {
    text-align: center;
}

.event-venue-map-cta-1241-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #013158; /* Fallback primary */
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.event-venue-map-cta-1241-btn:hover {
    background-color: #111111; /* Fallback secondary */
    color: #ffffff;
}
