﻿/* Patrimonial Coronado cross-page overrides */
.hero__section--bg {
  min-height: 640px;
  background-size: cover;
  background-position: center;
}

.advance__search--input,
.advance__search--select,
.widget__search--input__field,
.add__listing--input__field,
.add__listing--textarea__field,
.widget__form--input__field,
.widget__form--textarea__field,
.account__form--input__field {
  color: #222;
}

.listing__header .results__cout--text,
.listing__details--content__desc,
.properties__details--info__title,
.properties__details--info__subtitle,
.featured__content--desc {
  color: #575757;
}

.about-page .categories__section,
.about-page .about__section,
.about-page .breadcrumb__section {
  background: linear-gradient(180deg, #121212 0%, #1a1a1a 100%);
}

.about-page .section__heading--subtitle path,
.about-page .living__details--content__list path,
.about-page .categories__section .section__heading--subtitle path {
  fill: #c9a14a;
}

.about-page .solid__btn,
.solid__btn {
  background-color: #c9a14a;
  border-color: #c9a14a;
}

.payment-badge {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #fff;
}

.admin-shell {
  min-height: 100vh;
  background: #f4f5f7;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #111;
  color: #fff;
}

.admin-menu a {
  margin-right: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.admin-panel {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}

.copy-link-feedback {
  font-size: 13px;
  color: #2d8a34;
  margin-left: 8px;
}

/* Property detail — stat cards (replaces fixed-size circle design) */
.apartment__info--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.pc-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 14px 20px;
  background: var(--color-background, #f5f5f5);
  border: 1px solid var(--color-border, #e0e0e0);
  border-radius: 10px;
  text-align: center;
  gap: 5px;
}

.pc-stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-hover, #c9a14a);
  white-space: nowrap;
  line-height: 1.2;
}

.pc-stat-label {
  font-size: 1.2rem;
  color: #575757;
  white-space: nowrap;
  line-height: 1.3;
}
