/* Outer Wrapper */
.humburg-contact-wrapper-e3583852 {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* Inner Container */
.humburg-contact-inner-e3583852 {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 768px) {
    .humburg-contact-inner-e3583852 {
        flex-direction: row;
        align-items: stretch;
    }
    .humburg-nap-col-e3583852 {
        width: 40%;
        flex-shrink: 0;
    }
    .humburg-map-col-e3583852 {
        width: 60%;
        flex-grow: 1;
    }
}

/* NAP Column (Left) */
.humburg-nap-col-e3583852 {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.humburg-nap-col-e3583852 h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #002c77;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.3;
}

.humburg-nap-list-e3583852 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.humburg-nap-item-e3583852 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
}

.humburg-nap-icon-e3583852 {
    color: #002c77;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.humburg-nap-icon-e3583852 svg {
    width: 100%;
    height: 100%;
}

.humburg-nap-text-e3583852 a {
    color: #002c77;
    text-decoration: none;
    transition: color 0.3s ease;
}

.humburg-nap-text-e3583852 a:hover {
    color: #ff5800;
    text-decoration: underline;
}

.humburg-geo-text-e3583852 {
    margin-top: auto; /* Push to bottom if space is available */
    padding-top: 24px;
    border-top: 1px solid #e8edf5;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* Map Column (Right) */
.humburg-map-col-e3583852 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 27, 77, 0.08);
    height: 280px;
    background-color: #e8edf5; /* Fallback before load */
}

@media (min-width: 768px) {
    .humburg-map-col-e3583852 {
        height: auto;
        min-height: 360px;
    }
}

.humburg-map-col-e3583852 iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
