.elementor-location-footer .mf-footer-cta,
.elementor-location-footer .mf-global-footer,
.elementor-location-footer .mf-global-footer * {
  box-sizing: border-box;
}

.elementor-location-footer .mf-footer-cta {
  padding: 27px 24px;
  background: #687580;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
}

.elementor-location-footer .mf-footer-wrap {
  width: min(1170px, calc(100% - 48px));
  margin-inline: auto;
}

.elementor-location-footer .mf-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.elementor-location-footer .mf-footer-cta .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-family: "Spicy Rice", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.elementor-location-footer .mf-footer-cta em {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 500;
}

.elementor-location-footer .mf-footer-button .elementor-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
  border-radius: 2px;
  background: #d2a64f;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.elementor-location-footer .mf-footer-button .elementor-button:hover,
.elementor-location-footer .mf-footer-button .elementor-button:focus-visible {
  background: #b98933;
}

.elementor-location-footer .mf-global-footer {
  padding: 72px 24px 26px;
  background: #7b8791;
  color: #e2e6e9;
  font-family: "Work Sans", Arial, sans-serif;
}

.elementor-location-footer .mf-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 72px;
  align-items: start;
}

.elementor-location-footer .mf-footer-column {
  min-width: 0;
}

.elementor-location-footer .mf-footer-title .elementor-heading-title {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Spicy Rice", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.elementor-location-footer .mf-footer-about,
.elementor-location-footer .mf-footer-about p {
  color: #e0e4e7;
  font-size: 12px;
  line-height: 1.72;
}

.elementor-location-footer .mf-footer-about p {
  margin: 0 0 16px;
}

.elementor-location-footer .mf-global-footer a {
  color: #fff;
}

.elementor-location-footer .mf-global-footer a:hover,
.elementor-location-footer .mf-global-footer a:focus-visible {
  color: #fff4bd;
}

.elementor-location-footer .mf-footer-posts .elementor-posts-container {
  display: block;
}

.elementor-location-footer .mf-footer-posts .elementor-post {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  margin: 0 0 17px;
  padding: 0 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.elementor-location-footer .mf-footer-posts .elementor-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.elementor-location-footer .mf-footer-posts .elementor-post__text {
  display: contents;
}

.elementor-location-footer .mf-footer-posts .elementor-post__title {
  grid-column: 1 / -1;
  margin: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.elementor-location-footer .mf-footer-posts .elementor-post__meta-data {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f4d27e;
  font-size: 10px;
  line-height: 1.4;
}

.elementor-location-footer .mf-footer-posts .elementor-post__read-more {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-decoration: underline;
}

.elementor-location-footer .mf-footer-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.elementor-location-footer .mf-footer-gallery .gallery-item {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-footer .mf-footer-gallery .gallery-icon,
.elementor-location-footer .mf-footer-gallery a {
  display: block;
}

.elementor-location-footer .mf-footer-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0 !important;
  object-fit: cover;
}

.elementor-location-footer .mf-footer-legal {
  margin-top: 62px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #d4d9dd;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}

.elementor-location-footer .mf-footer-legal p {
  margin: 0;
}

.elementor-location-footer .mf-footer-legal a {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .elementor-location-footer .mf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }

  .elementor-location-footer .mf-footer-column:last-child {
    grid-column: 1 / -1;
  }

  .elementor-location-footer .mf-footer-gallery .gallery {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .elementor-location-footer .mf-footer-wrap {
    width: min(100%, 570px);
  }

  .elementor-location-footer .mf-footer-cta {
    padding: 26px 18px;
  }

  .elementor-location-footer .mf-footer-cta-inner {
    display: grid;
    justify-items: start;
    gap: 18px;
  }

  .elementor-location-footer .mf-footer-cta .elementor-heading-title {
    font-size: 20px;
  }

  .elementor-location-footer .mf-global-footer {
    padding: 52px 18px 24px;
  }

  .elementor-location-footer .mf-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .elementor-location-footer .mf-footer-column:last-child {
    grid-column: auto;
  }

  .elementor-location-footer .mf-footer-gallery .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .elementor-location-footer .mf-footer-legal {
    margin-top: 46px;
  }
}
