/*
* Global button styling
*/
.wp-block-button .wp-block-button__link {
  border-radius: 0 !important;
  font-weight: 400 !important;
  border-bottom-left-radius: 200px !important;
  padding-inline: 3rem !important;
  position: relative;
}
.wp-block-button .wp-block-button__link::after {
  content: "e";
  font-family: "Arrows tfb";
  font-size: var(--wp--preset--font-size--small);
  padding-left: 0.5rem;
  font-weight: 300;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-transform: none;
}
.wp-block-button.squared .wp-block-button__link {
  border-radius: 5px !important;
  padding-inline: 2rem 3rem !important;
}
.wp-block-button:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  border-bottom-left-radius: 0 !important;
}
.wp-block-button:hover .wp-block-button__link {
  border-bottom-left-radius: 0 !important;
  padding-inline: 2rem 3rem !important;
}
.wp-block-button.no-arrow .wp-block-button__link {
  padding-inline: 2rem !important;
}
.wp-block-button.no-arrow .wp-block-button__link::after {
  display: none;
}

.wp-social-link {
  border-radius: 5px !important;
}

/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
.block-home-interactive-map {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.block-home-interactive-map .map-switcher-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.block-home-interactive-map .map-nav-wrapper,
.block-home-interactive-map .map-wrapper {
  width: 50%;
}
@media (max-width: 1023px) {
  .block-home-interactive-map .map-nav-wrapper,
  .block-home-interactive-map .map-wrapper {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.block-home-interactive-map .project-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--normal);
}
.block-home-interactive-map h2 {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--barlow);
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--normal);
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.block-home-interactive-map .map-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.block-home-interactive-map .map-content-max-w-left {
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-inline: 2rem;
}
@media (min-width: 1441px) {
  .block-home-interactive-map .map-content-max-w-left {
    padding-inline: 0 2rem;
    max-width: 700px;
  }
}
.block-home-interactive-map .project-details {
  display: flex;
  gap: 0;
}
.block-home-interactive-map .project-image {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.block-home-interactive-map .project-image img {
  border-top-left-radius: 50px;
  min-height: 230px;
}
.block-home-interactive-map .project-description {
  background: #494949;
  color: #ffffff;
  font-size: var(--wp--preset--font-size--normal);
  padding: 1.5rem 2rem;
}
.block-home-interactive-map .project-description p {
  color: #fff;
}
.block-home-interactive-map .project-description a {
  color: #fff;
}
.block-home-interactive-map .project-description a span {
  font-family: "Arrows tfb";
  font-size: var(--wp--preset--font-size--small);
}
.block-home-interactive-map .uk-scope h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: 0;
}
.block-home-interactive-map .uk-scope .uk-card {
  background: transparent;
  transition: ease-in-out 0.3s all;
}
.block-home-interactive-map .uk-scope .uk-card:hover .uk-card-body {
  background-color: var(--wp--preset--color--secondary);
}
.block-home-interactive-map .uk-scope .uk-card-body {
  padding: 1rem;
  text-align: center;
  background-color: var(--wp--preset--color--primary);
  border-bottom-left-radius: 50px;
  transition: ease-in-out 0.3s all;
}
.block-home-interactive-map .uk-scope .uk-card-body p {
  color: #fff;
}
.block-home-interactive-map .uk-scope .uk-card-body p::after {
  content: "e";
  font-family: "Arrows tfb";
  font-size: var(--wp--preset--font-size--small);
  padding-left: 0.5rem;
  font-weight: 300;
}
.block-home-interactive-map .uk-scope .uk-subnav-pill > * > a {
  text-transform: none;
  font-weight: 600;
  width: auto;
  line-height: 1.2;
  margin-left: 25px;
  display: inline-flex;
  align-items: center;
}
.block-home-interactive-map .uk-scope .uk-subnav-pill > * > a span {
  border-left: 2px solid var(--wp--preset--color--primary);
  padding-left: 0.5rem;
  font-size: var(--wp--preset--font-size--normal);
}
.block-home-interactive-map .uk-scope .uk-subnav-pill > * > a:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.block-home-interactive-map .uk-scope .uk-subnav-pill > .uk-active > a {
  background-color: transparent !important;
  color: var(--wp--preset--color--primary);
}
.block-home-interactive-map .uk-scope .uk-subnav-pill > .uk-active > a::before {
  content: url("../../../assets/img/custom/icon-arrow-right.svg");
  left: 25px;
  position: absolute;
  color: var(--wp--preset--color--primary);
  font-size: 1.5rem;
  line-height: 1.2;
  width: 25px;
  height: 25px;
}