/* Compact barrios block — /espanol/ footer (replaces Featured Condos list) */

.mpm-featured-barrios-es {
  padding-top: 50px;
  padding-bottom: 56px;
  text-align: left;
}

.mpm-featured-barrios-es .shell {
  text-align: left;
}

.mpm-featured-barrios-es__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.mpm-featured-barrios-es__line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #00030a;
  margin-right: 14px;
  flex-shrink: 0;
}

.mpm-featured-barrios-es__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #00030a;
  line-height: 1.25;
}

.mpm-featured-barrios-es__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpm-featured-barrios-es__item {
  margin: 0;
  min-width: 0;
}

.mpm-featured-barrios-es__card {
  display: block;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #00030a;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.mpm-featured-barrios-es__card:hover,
.mpm-featured-barrios-es__card:focus {
  border-color: #93c83f;
  color: #5a7a2e;
  box-shadow: 0 2px 8px rgba(0, 3, 10, 0.06);
  text-decoration: none;
}

.mpm-featured-barrios-es__cta-wrap {
  margin: 28px 0 0;
  text-align: center;
}

.mpm-featured-barrios-es__cta {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #5a7a2e;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.mpm-featured-barrios-es__cta:hover,
.mpm-featured-barrios-es__cta:focus {
  background: #93c83f;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .mpm-featured-barrios-es__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .mpm-featured-barrios-es {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .mpm-featured-barrios-es__header {
    margin-bottom: 24px;
  }

  .mpm-featured-barrios-es__title {
    font-size: 18px;
  }

  .mpm-featured-barrios-es__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mpm-featured-barrios-es__cta-wrap {
    text-align: left;
  }
}
