﻿/* 聯絡詳情背景 */
.es-contact-detail::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/Background/background_div1.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: -1;
}

/* 聯絡區塊背景色 */
.es-contact-map {
  background: #26d48c;
}

.es-contact-form {
  background: #26d48c;
}

/* 圖標方塊樣式 */
.es-contact-icon-square {
  width: 64px;
  height: 64px;
}

/* 地址連結高度 */
.es-contact-address {
  min-height: 48px;
}

/* 地圖容器高度 */
.es-contact-map-container {
  height: 400px;
}

/* 地圖iframe邊框樣式 */
.es-contact-map-iframe {
  border: 0;
}

/* 提示訊息樣式 */
.es-contact-hint {
  font-size: 0.85rem;
}


