/* seemb11 联系页单页：内容后追加的天地图（仅地图，无边框/背景/标题） */
.sp-contact-map {
    width: 100%;
    height: 360px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.sp-contact-map__empty {
    width: 100%;
    min-height: 120px;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    padding: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .sp-contact-map {
        height: 280px;
    }
}
