/* 联系页面样式 */
.contact-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.map-container {
    flex: 1;
    height: 300px;
    min-width: 300px;
}

.static-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}