/* Featured condos footer layout — structure only; colors match site palette */

.text-center .featured-condos-section,
.featured-condos-section {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: left;
}

.featured-condos-section .shell {
  text-align: left;
}

.featured-condos-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  text-align: left;
}

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

.featured-condos-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #00030a;
  text-align: left;
}

.featured-condos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  text-align: left;
  justify-items: start;
}

.featured-condos-item {
  min-width: 0;
  width: 100%;
  text-align: left;
}

.featured-condos-ribbon {
  display: inline-block;
  position: relative;
  background: #e5e8ef;
  padding: 10px 28px 10px 16px;
  margin-bottom: 16px;
  max-width: 100%;
}

.featured-condos-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 12px;
  border-color: transparent transparent transparent #e5e8ef;
}

.featured-condos-ribbon span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #00030a;
  line-height: 1.2;
}

.featured-condos-buildings {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #00030a;
  text-align: left;
}

.featured-condos-buildings a {
  color: #00030a;
  text-decoration: none;
}

.featured-condos-buildings a:hover {
  color: #93c83f;
  text-decoration: underline;
}

.featured-condos-sep {
  color: #9f9f9f;
  padding: 0 4px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .featured-condos-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .featured-condos-header {
    margin-bottom: 28px;
  }
}
