/* Proper clickable UK region map */
.fluk-proper-region-map-section {
  margin: 34px 0 42px;
}

.fluk-proper-map-layout {
  display: grid;
  grid-template-columns: minmax(320px, 580px) minmax(260px, 1fr);
  gap: 28px;
  align-items: center;
}

.fluk-proper-map-card,
.fluk-proper-map-copy {
  background: #ffffff;
  border: 1px solid #dce8de;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(12, 44, 27, .07);
  padding: 24px;
}

.fluk-uk-map {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
}

.fluk-uk-map-svg {
  display: block;
  width: 100%;
  height: auto;
}

.fluk-uk-land,
.fluk-uk-ni {
  fill: #e5f3e8;
  stroke: #00613f;
  stroke-width: 6;
  stroke-linejoin: round;
}

.fluk-uk-wales,
.fluk-uk-southwest {
  fill: #d7eadc;
  stroke: #00613f;
  stroke-width: 4;
  stroke-linejoin: round;
}

.fluk-map-line {
  fill: none;
  stroke: rgba(0, 97, 63, .18);
  stroke-width: 3;
  stroke-linecap: round;
}

.fluk-map-link {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 7px 10px;
  border: 1px solid #b7d6c2;
  border-radius: 999px;
  background: rgba(255, 255, 255, .98);
  color: #06351f;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(12, 44, 27, .10);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.fluk-map-link:hover,
.fluk-map-link:focus {
  background: #006b45;
  border-color: #006b45;
  color: #ffffff;
}

.fluk-map-scotland { left: 59%; top: 16%; }
.fluk-map-ni { left: 22%; top: 40%; min-width: 116px; }
.fluk-map-ne { left: 70%; top: 34%; }
.fluk-map-nw { left: 49%; top: 38%; }
.fluk-map-yorkshire { left: 66%; top: 47%; min-width: 136px; }
.fluk-map-west-midlands { left: 48%; top: 57%; min-width: 120px; }
.fluk-map-east-midlands { left: 67%; top: 58%; min-width: 120px; }
.fluk-map-wales { left: 34%; top: 65%; }
.fluk-map-east { left: 70%; top: 72%; min-width: 130px; }
.fluk-map-london { left: 66%; top: 82%; min-width: 76px; }
.fluk-map-se { left: 62%; top: 88%; min-width: 105px; }
.fluk-map-sw { left: 35%; top: 86%; min-width: 110px; }

.fluk-proper-map-copy h3 {
  margin-top: 0;
}

.fluk-proper-map-copy p {
  color: #40584a;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .fluk-proper-map-layout {
    grid-template-columns: 1fr;
  }

  .fluk-proper-map-card,
  .fluk-proper-map-copy {
    padding: 18px;
  }

  .fluk-map-link {
    font-size: .74rem;
    min-width: 76px;
    padding: 6px 8px;
  }

  .fluk-map-ni,
  .fluk-map-yorkshire,
  .fluk-map-west-midlands,
  .fluk-map-east-midlands,
  .fluk-map-east {
    min-width: 98px;
  }
}
