
/* ////////////////////////////////////////////////////   MAP   ////////////////////////////// */
/*
          ##     ##    ###    ########
          ###   ###   ## ##   ##     ##
          #### ####  ##   ##  ##     ##
          ## ### ## ##     ## ########
          ##     ## ######### ##
          ##     ## ##     ## ##
          ##     ## ##     ## ##
*/

.map {
  /*
            filter: grayscale(100%);
            */
            filter: brightness(0.7) contrast(1.5) sepia(90%) hue-rotate(180deg) saturate(50%);
}

.map-frame-wrap {
  min-height: 420px;
}

.map-privacy-placeholder {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(17, 45, 93, .90), rgba(48, 150, 243, .78)), url('../../img/bg/bg-wood.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.map-privacy-box {
  max-width: 720px;
  padding: 34px;
  background: rgba(255,255,255,.94);
  color: #19233d;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.map-privacy-box h2 {
  margin: 0 0 16px;
  color: #185fb9;
}

.map-privacy-box .small {
  font-size: .95em;
  color: #506070;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.map-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.map-actions .border-blue {
  border-color: #3096f3;
  background: #fff;
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}
