.hongxin-minimal .hx-about-map-host {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    align-self: start !important;
    overflow: hidden;
    border: 1px solid #b8c9d8 !important;
    background: #eef3f8 !important;
}

.hongxin-minimal .hx-contact-module-removed {
    display: none !important;
}

.hongxin-minimal .hx-contact-main-grid {
    align-items: start !important;
}

.hongxin-minimal .hx-contact-form-panel {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
}

.hongxin-minimal .hx-contact-main-grid .hx-about-map__summary {
    min-height: 60px;
    padding: 10px 14px;
}

.hongxin-minimal .hx-contact-main-grid .hx-about-map__footer {
    padding: 8px 12px;
    gap: 12px;
}

.hongxin-minimal .hx-contact-main-grid .hx-about-map__address,
.hongxin-minimal .hx-contact-main-grid .hx-about-map__link {
    font-size: 11px;
}

.hongxin-minimal main .hx-about-map-host {
    margin-top: 22px;
}

.hx-about-map {
    width: 100%;
    color: #0b1e3d;
    background: #eef3f8;
}

.hx-about-map__summary {
    min-height: 76px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    background: #e2e8f2;
    transition: background-color 180ms ease, color 180ms ease;
}

.hx-about-map__summary::-webkit-details-marker {
    display: none;
}

.hx-about-map__summary:hover,
.hx-about-map__summary:focus-visible {
    color: #0b1e3d;
    background: #d8e2ee;
    outline: none;
}

.hx-about-map__pin {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(11, 30, 61, 0.18);
    color: #00a9c0;
    background: #fff;
    font-size: 22px;
    line-height: 1;
}

.hx-about-map__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hx-about-map__title {
    font-family: "Rajdhani", sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

.hx-about-map__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #52657e;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
}

.hx-about-map__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b1e3d;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.hx-about-map__toggle::after {
    content: "+";
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(11, 30, 61, 0.3);
    font-size: 17px;
    line-height: 1;
}

.hx-about-map[open] .hx-about-map__toggle::after {
    content: "−";
}

.hx-about-map__panel {
    border-top: 1px solid #b8c9d8;
    background: #fff;
}

.hx-about-map__frame {
    width: 100%;
    height: var(--hx-about-map-height, 320px);
    display: block;
    border: 0;
    background: #dfe7f0;
}

.hx-about-map__footer {
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #c4d2e0;
    background: #fff;
}

.hx-about-map__address {
    color: #3f5470;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    line-height: 1.55;
}

.hx-about-map__link {
    flex: 0 0 auto;
    color: #006fd6;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hx-about-map__link:hover,
.hx-about-map__link:focus-visible {
    color: #004f9f;
    text-decoration: underline;
}

@media (max-width: 1023px) {
    .hongxin-minimal .hx-contact-main-grid .hx-about-map-host {
        --hx-about-map-height: 260px !important;
    }
}

@media (max-width: 640px) {
    .hx-about-map__summary {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 72px;
        padding: 12px 14px;
    }

    .hx-about-map__toggle {
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
    }

    .hx-about-map__subtitle {
        white-space: normal;
    }

    .hx-about-map__footer {
        flex-direction: column;
        gap: 8px;
    }
}
