.elementor-24 .elementor-element.elementor-element-65f91d2{margin-top:30px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-19ef22b */.vm-contact{
  font-family: inherit;
}

.vm-contact__inner{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* 左大右小 */
  gap: 26px;
  align-items: start;
}

/* Left form column */
.vm-contact__col--form{
  border: 2px dashed #c1c1c1;
  padding: 10px 10px 14px;
  border-radius: 8px;
}

/* Right info column */
.vm-contact__title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.vm-contact__line{
  height: 1px;
  background: rgba(0,0,0,.12);
  margin-bottom: 14px;
}

.vm-contact__info p{
  margin: 0 0 8px;
  line-height: 1.55;
}

.vm-contact__info a{
  text-decoration: none;
}

.vm-contact__map{
  margin-top: 14px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
}

.vm-contact__map iframe{
  width: 100%;
  height: 370px;
  border: 0;
  display: block;
}

/* Responsive */
@media (max-width: 960px){
  .vm-contact__inner{
    grid-template-columns: 1fr;
  }
  .vm-contact__map iframe{
    height: 320px;
  }
}/* End custom CSS */