.elementor-2164 .elementor-element.elementor-element-468727c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-5686daf *//* DWT LOCATIONS OVERVIEW */

.dwt-locations-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px 90px;
  color: #211711;
}

.dwt-locations-page * {
  box-sizing: border-box;
}

.dwt-locations-header {
  max-width: 820px;
  margin-bottom: 46px;
}

.dwt-locations-label {
  margin: 0 0 10px !important;
  color: #b8860b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dwt-locations-header h1 {
  margin: 0 0 16px;
  color: #211711 !important;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 500;
}

.dwt-locations-header p {
  margin: 0;
  color: #5d4636 !important;
  font-size: 21px;
  line-height: 1.55;
}

.dwt-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dwt-location-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border-left: 4px solid #d6a65b;
  box-shadow: 0 14px 34px rgba(33, 23, 17, .12);
}

.dwt-location-card-image {
  display: block;
  height: 230px;
  background: #f4ede4;
  overflow: hidden;
}

.dwt-location-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dwt-location-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px;
}

.dwt-location-card h2 {
  margin: 0 0 14px;
  color: #211711 !important;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 500;
}

.dwt-location-card h2 a {
  color: #211711 !important;
  text-decoration: none !important;
}

.dwt-location-card-address {
  margin-bottom: 22px;
  color: #5d4636 !important;
  font-size: 17px;
  line-height: 1.5;
}

.dwt-location-next {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #eadfce;
}

.dwt-location-next span {
  display: block;
  margin-bottom: 6px;
  color: #b8860b !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dwt-location-next strong,
.dwt-location-next a {
  color: #211711 !important;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  text-decoration: none !important;
}

.dwt-location-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 6px;
  background: #d6a65b;
  color: #17110d !important;
  font-weight: 800;
  text-decoration: none !important;
}

.dwt-location-card-button:hover {
  background: #f0c06f;
  color: #17110d !important;
}

@media (max-width: 980px) {
  .dwt-locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dwt-locations-page {
    padding: 46px 18px 64px;
  }

  .dwt-locations-grid {
    grid-template-columns: 1fr;
  }

  .dwt-location-card-image {
    height: 210px;
  }

  .dwt-locations-header h1 {
    font-size: 38px;
  }
}/* End custom CSS */