.subtitle {
    font-family: "Tsukimi Rounded", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 2.0px solid var(--global-accent-text-color) !important;
}

.subsubtitle {
    font-family: "Tsukimi Rounded", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 2rem auto;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}