.sold-properties {
 --property-ink:#0a2742; --property-ocean:#0b5377; --property-gold:#c9a360;
 --property-sand:#f5f2eb; --property-muted:#6d7d89;
}
.sold-properties {
  padding: 62px 0 55px;
  background: #fff;
}.sold-properties .property-related-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}.sold-properties .property-related-heading { margin: 0; }.sold-properties .property-related-heading h2 { font-size: clamp(28px, 3vw, 42px); }.sold-properties .home-list-for-sale h6 { display: none; }.sold-properties .home-font-items { color: var(--property-ink); }.sold-properties .property-related-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}.sold-properties .property-related-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(10, 39, 66, .18);
  border-radius: 50%;
  background: #fff;
  color: var(--property-ink);
  font-size: 16px;
  transition: border-color .2s, background .2s, color .2s;
}.sold-properties .property-related-controls button:hover:not(:disabled) {
  border-color: var(--property-ink);
  background: var(--property-ink);
  color: #fff;
}.sold-properties .property-related-controls button:disabled {
  cursor: default;
  opacity: .3;
}.sold-properties .property-related-viewport {
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}.sold-properties .property-related-track {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
}.sold-properties .property-related-item {
  flex: 0 0 25%;
  min-width: 0;
  padding: 0 10px;
  scroll-snap-align: start;
}.sold-properties .property-related-item:first-child { padding-left: 0; }.sold-properties .property-related-item:nth-child(4n) { padding-right: 0; }.sold-properties .property-related-card {
  height: 100%;
  border: 1px solid rgba(10, 39, 66, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(10, 39, 66, .045);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.sold-properties .property-related-card:hover {
  border-color: rgba(11, 83, 119, .35);
  box-shadow: 0 13px 30px rgba(10, 39, 66, .1);
  transform: translateY(-2px);
}.sold-properties .property-related-card > .carousel {
  width: 100%;
  height: clamp(175px, 13vw, 250px);
  margin-bottom: 0 !important;
  background: var(--property-sand);
  overflow: hidden;
}.sold-properties .property-related-card > .carousel .carousel-inner,
.sold-properties .property-related-card > .carousel .carousel-item { height: 100%; }.sold-properties .property-related-card > .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}.sold-properties .property-related-card-body { padding: 15px 16px 0; }.sold-properties .property-related-summary { min-width: 0; }.sold-properties .home-font-items {
  display: block;
  color: var(--property-ink);
  font-size: 22px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.sold-properties .home-item-price {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.3;
}.sold-properties .home-item-price a { color: var(--property-ink); }.sold-properties .property-related-location {
  display: block;
  margin-top: 5px;
  color: var(--property-ocean);
  font-size: 14px;
  line-height: 1.35;
}.sold-properties .for-sale-top-image {
  top: 17px;
  right: auto;
  left: 17px;
  width: auto;
  margin: 0;
}.sold-properties .property-related-operation {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #e5c17a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-shadow: none;
  text-transform: uppercase;
}.sold-properties .property-related-operation::before {
  display: block;
  width: 27px;
  height: 1px;
  background: var(--property-gold);
  content: '';
}.sold-properties .property-related-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 12px;
  min-height: 128px;
  padding: 15px 0 18px;
  color: var(--property-ink);
  text-decoration: none;
}.sold-properties .property-related-metric {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  gap: 8px;
}.sold-properties .property-related-metric > i {
  width: 23px;
  padding-top: 2px;
  color: var(--property-ocean);
  font-size: 18px;
  text-align: center;
}.sold-properties .property-related-metric > span {
  display: block;
  min-width: 0;
}.sold-properties .property-related-metric small {
  display: block;
  margin-bottom: 2px;
  color: var(--property-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}.sold-properties .property-related-metric strong {
  display: block;
  color: var(--property-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}.sold-properties .property-related-metrics:hover .property-related-metric strong { color: var(--property-ocean); }

.sold-properties .property-related-heading small { display:block; color:#c9a360; font-size:13px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; margin-bottom:8px; }
.sold-properties .property-related-heading h2 { margin:0; color:#0a2742; font-weight:700; line-height:1.12; }
.sold-properties .sold-properties__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.sold-properties .property-related-item { padding:0; min-width:0; }
.sold-properties .for-sale-top-image { position:absolute; z-index:2; }
.sold-properties .property-related-operation {
  padding: 10px 18px;
  border: 2px solid #f9bd0d;
  border-radius: 8px;
  background: #f9bd0d;
  color: #0a2742;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .1em;
  box-shadow: 0 3px 12px rgba(0,0,0,.25);
}
.sold-properties .property-related-operation::before { display:none; }
.sold-properties .pe-item { cursor:default; }
.sold-properties .property-related-card:hover { transform:none; }
.sold-properties .property-related-metrics:hover .property-related-metric strong { color:var(--property-ink); }
@media(max-width:991px) {
 .sold-properties .sold-properties__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .sold-properties .property-related-card > .carousel { height:clamp(180px,28vw,280px); }
}
@media(max-width:575px) {
 .sold-properties .sold-properties__grid { grid-template-columns:1fr; }
 .sold-properties .property-related-card > .carousel { height:clamp(220px,65vw,320px); }
}
