.company-info-bg {
    background-color: #f5f5f7;
}

.divider {
    height: 1px;
    background-color: #e5e5e5;
    margin: 20px 0;
}

.vertical-divider {
    width: 1px;
    background-color: #e5e5e5;
    margin: 0 20px;
}

/* 谷歌地图iframe样式 */
.google-map-iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

/* 响应式设计 */
@media (max-width: 996px) {
    .contact-details {
        flex-direction: row;
    }

    .contact-item {
        margin-bottom: 15px;
    }
}

/* 下划线样式 */
.section-underline {
    border-bottom: 2px solid #123271;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* 响应式设计 */
@media (max-width: 576px) {
    .vertical-divider {
        display: none;
    }

    .contact-details {
        flex-direction: column;
    }

    .google-map-iframe {
        min-height: 300px;
    }
}
