:root {
  --ppm-gold: #d9a72b;
  --ppm-black: #0a0a0a;
  --ppm-card: #111;
  --ppm-line: #2b2618;
  --ppm-text: #f5f2e9;
  --ppm-muted: #a9a59b
}
.ppm-hero {
  min-height: 560px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25)), url('../assets/hero.jpg') center/cover;
  display: flex;
  align-items: center;
  color: #fff
}
.ppm-hero-overlay {
  max-width: 1200px;
  margin: auto;
  padding: 70px 30px;
  width: 100%
}
.ppm-hero span, .ppm-eyebrow {
  letter-spacing: 3px;
  color: var(--ppm-gold);
  font-size: 12px;
  font-weight: 700
}
.ppm-hero h1 {
  font-size: 64px;
  line-height: 1.02;
  max-width: 700px;
  margin: 15px 0
}
.ppm-hero h1 em {
  display: block;
  color: var(--ppm-gold);
  font-style: normal
}
.ppm-hero p {
  max-width: 560px;
  color: #ddd;
  font-size: 18px
}
.ppm-btn {
	display: inline-block;
	background: linear-gradient(135deg, #e8bd4b, #b9800c) !important;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 4px !important;
	text-decoration: none;
	border: 0;
	font-weight: 700;
	cursor: pointer !important;
	width: auto !important;
	font-size: 14px !important;
	height: auto !important;
	position: relative !important;
	left: 0;
	top: 0;
}
.ppm-btn.small {
  padding: 9px 14px;
  font-size: 13px
}
.ppm-home-search {
  max-width: 1180px;
  margin: -55px auto 40px;
  position: relative;
  background: #111;
  color: #fff;
  border: 1px solid #57451b;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 20px 50px #0008
}
.ppm-home-search h2 {
  text-align: center;
  margin-top: 0
}
.ppm-search {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px
}
.ppm-search label, .ppm-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--ppm-muted)
}
.ppm-search input, .ppm-search select, .ppm-form input, .ppm-form select, .ppm-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 5px
}
.ppm-search button {
  height: 44px;
  margin-top: 19px;
  width: 100%
}
.ppm-trust {
  max-width: 1180px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}
.ppm-trust > div {
  padding: 20px;
  border-bottom: 1px solid var(--ppm-gold)
}
.ppm-trust b {
  font-size: 28px;
  color: var(--ppm-gold);
  display: block
}
.ppm-trust strong {
  display: block
}
.ppm-trust span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 5px
}
.ppm-home-section {
  max-width: 1180px;
  margin: 70px auto
}
.ppm-home-section h2 {
  text-align: center;
  font-size: 38px
}
.ppm-type-grid, .ppm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}
.ppm-type-box {
  padding: 25px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border: 1px solid #2b2618;
  border-radius: 10px
}
.ppm-type-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ppm-gold);
  color: #111;
  font-size: 22px
}
.ppm-type-box span {
  color: var(--ppm-gold);
  font-weight: 700
}
.ppm-card {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: solid 4px #000;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
}
.ppm-card-media {
	overflow: hidden;
	height: 180px;
	position: relative;
}
.ppm-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.ppm-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ppm-gold);
  color: #111;
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700
}
.ppm-badge.verified {
  left: auto;
  right: 12px
}
.ppm-fav {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 0;
  background: #000b;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 19px;
	padding: 0;
}
.ppm-fav.active {
  color: var(--ppm-gold)
}
.ppm-card-body {
  padding: 20px
}
.ppm-card-body h3 {
	margin: 2px 0 10px 0 !important;
	padding: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 23px;
	color: #1e1e1e !important;
}
.ppm-card-body h3 a {
	color: #1e1e1e;
	text-decoration: none;
}
.ppm-card-body a {
  color: #fff;
  text-decoration: none
}
.ppm-price, .ppm-detail-price {
  color: var(--ppm-gold);
  font-weight: 800;
  font-size: 21px
}
.ppm-location {
  color: #2a2a2a;
  font-size: 13px;
  margin: 8px 0 0;
}
.ppm-specs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	color: #777777;
	font-size: 12px;
	margin: 0 0 15px 0;
}
.ppm-specs span {
	border: 1px solid #e4e4e4;
	padding: 5px 8px;
	border-radius: 4px;
	background: #f3f3f3;
}
.ppm-list-head {
  max-width: 1180px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
}
.ppm-list-head-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ppm-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ppm-sort label {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
.ppm-sort-select {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  min-width: 190px;
}
.ppm-pagination {
  max-width: 1180px;
  margin: 10px auto 50px;
  display: flex;
  justify-content: center;
}
.ppm-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.ppm-pagination a,
.ppm-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  background: #fff;
  font-size: 14px;
}
.ppm-pagination a:hover {
  border-color: #c8a24a;
  color: #c8a24a;
}
.ppm-pagination span.current {
  background: #c8a24a;
  border-color: #c8a24a;
  color: #fff;
}
.ppm-pagination span.dots {
  border: none;
  background: transparent;
}
.ppm-profile-subhead {
  margin: 20px 0 4px;
}
.ppm-pref-field {
  margin: 10px 0;
}
.ppm-pref-field > label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ppm-muted)
}
.ppm-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px
}
.ppm-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
}
.ppm-checkbox input {
  width: auto;
}
.ppm-empty {
  padding: 35px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 8px
}
.ppm-cta {
  max-width: 1180px;
  margin: 70px auto;
  padding: 40px;
  background: linear-gradient(90deg, #16130d, #080808);
  border: 1px solid #382c12;
  border-radius: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.ppm-detail {
  max-width: 1180px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px
}
.ppm-detail-gallery img {
  width: 100%;
  border-radius: 10px
}
.ppm-detail-main {
  color: #222
}
.ppm-detail-main h1 {
	font-size: 26px !important;
	margin: 10px 0 12px 0 !important;
	font-weight: bold !important;
	line-height: 29px;
}
.ppm-kicker {
  color: #8b6b1e;
  border: 1px solid #e0d5b9;
  padding: 5px 8px;
  border-radius: 4px;
  background: #f8f3e6;
	display: inline-block;
}
.ppm-detail-specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 25px 0;
	font-size: 15px;
	line-height: 17px;
}
.ppm-detail-specs div {
  padding: 13px;
  background: #f5f4f1;
  border-radius: 6px
}
.ppm-detail-specs strong, .ppm-detail-specs small {
  display: block
}
.ppm-detail-specs small {
  color: #777;
  margin-top: 3px
}
.ppm-description {
  line-height: 1.7;
	font-size: 17px;
	color: #2a2a2a;
}
.ppm-amenities {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}
.ppm-amenities h3 {
  width: 100%;
	margin: 0 !important;
}
.ppm-seller h3 {margin: 0 !important;}
.ppm-amenities span {
  padding: 8px 12px;
  background: #f4f0e4
}
.ppm-seller {
  margin-top: 25px;
  padding: 18px;
  border: 1px solid #ddd
}
.ppm-verified {
  margin-left: 10px;
  color: #92700e
}
.ppm-renter-plans {
  margin-top: 18px;
  padding: 18px;
  background: #f9f5ea;
  border: 1px solid #e6d9ad;
  border-radius: 6px;
}
.ppm-renter-plans h3 {
  margin: 0 0 8px !important;
}
.ppm-renter-plan-form {
  margin-top: 10px;
}
.ppm-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  position: relative
}
.ppm-inquiry-box {
  padding: 20px;
  background: #fafafa
}
.ppm-form {
  display: grid;
  gap: 12px
}
.ppm-auth {
  max-width: 520px;
  margin: 60px auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px
}
.ppm-dashboard {
  max-width: 1180px;
  margin: 40px auto
}
.ppm-dash-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 20px
}
.ppm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}
.ppm-stats > div {
  padding: 25px;
  background: #111;
  color: #fff;
  border-radius: 8px
}
.ppm-stats b {
  font-size: 25px;
  color: var(--ppm-gold);
  display: block
}
.ppm-dash-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0
}
.ppm-dash-links a {
  padding: 14px 18px;
  background: #f5f2e9;
  color: #222;
  text-decoration: none;
  border-radius: 5px
}
.ppm-table-wrap {
  overflow: auto
}
.ppm-table {
  width: 100%;
  border-collapse: collapse
}
.ppm-table th, .ppm-table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left
}
.ppm-status {
  padding: 5px 8px;
  background: #eee;
  border-radius: 4px;
  font-size: 12px
}
.ppm-alert {
  padding: 12px 15px;
  margin: 15px 0;
  border-radius: 5px
}
.ppm-alert.success {
  background: #eaf7ed;
  color: #145b24
}
.ppm-alert.error {
  background: #fdecec;
  color: #8d1717
}
.ppm-plans {
  max-width: 1180px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}
.ppm-plan {
  padding: 30px;
  border: 1px solid #3a301c;
  background: #111;
  color: #fff;
  border-radius: 10px
}
.ppm-plan-price {
  font-size: 40px;
  color: var(--ppm-gold);
  font-weight: 800
}
.ppm-notification, .ppm-saved {
  padding: 16px;
  border: 1px solid #ddd;
  margin: 10px 0;
  border-radius: 6px
}
.ppm-notification strong, .ppm-saved strong {
  display: block
}
.ppm-muted {
  color: #777
}
@media(max-width:900px) {
  .ppm-search {
    grid-template-columns: repeat(2, 1fr)
  }
  .ppm-grid, .ppm-type-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .ppm-trust, .ppm-stats {
    grid-template-columns: repeat(2, 1fr)
  }
  .ppm-detail {
    grid-template-columns: 1fr
  }
  .ppm-hero h1 {
    font-size: 48px
  }
  .ppm-cta {
    flex-direction: column;
    align-items: flex-start
  }
  .ppm-detail-specs {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media(max-width:600px) {
  .ppm-search, .ppm-grid, .ppm-type-grid, .ppm-trust, .ppm-stats, .ppm-plans {
    grid-template-columns: 1fr
  }
  .ppm-hero {
    min-height: 500px
  }
  .ppm-hero h1 {
    font-size: 40px
  }
  .ppm-home-search {
    margin: 15px
  }
  .ppm-list-head {
    align-items: flex-start;
  }
  .ppm-list-head-right {
    width: 100%;
    justify-content: space-between;
  }
  .ppm-sort-select {
    min-width: 0;
    flex: 1;
  }
  .ppm-home-section, .ppm-list-head, .ppm-dashboard, .ppm-cta {
    margin-left: 15px;
    margin-right: 15px
  }
  .ppm-detail-main h1 {
    font-size: 34px
  }
}
.ppm-pending-payment {
  padding: 20px;
  margin: 15px 0;
  background: #fff8df;
  border: 1px solid #d9a72b;
  border-radius: 8px
}
.ppm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}
.ppm-property-form {
  display: grid;
  gap: 14px
}
.ppm-property-form select {
  min-height: 44px
}
@media(max-width:600px) {
  .ppm-form-grid {
    grid-template-columns: 1fr
  }
}
.ppm-home-logo {
  width: 150px;
  max-width: 40vw;
  margin-bottom: 15px;
  display: block
}
.ppm-media-fields {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px
}
.ppm-media-fields label {
  display: block;
  font-weight: 600;
  margin: 10px 0 6px
}
.ppm-media-row {
  margin-bottom: 12px
}
.ppm-media-row button {
  margin-top: 8px
}
.ppm-media-row img {
  max-width: 120px;
  height: 80px;
  object-fit: cover;
  margin: 5px;
  border-radius: 4px
}
.ppm-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 15px
}
.ppm-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px
}
.ppm-media-fields {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px
}
.ppm-media-fields label {
  display: block;
  font-weight: 600;
  margin: 10px 0 6px
}
.ppm-media-row {
  margin-bottom: 12px
}
.ppm-media-row img {
  max-width: 120px;
  height: 80px;
  object-fit: cover;
  margin: 5px
}
.ppm-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 15px
}
.ppm-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px
}
.ppm-gallery-main {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in
}
.ppm-gallery-large {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain
}
.ppm-gallery-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px
}
.ppm-gallery-thumb {
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  width: 82px;
  height: 68px
}
.ppm-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.ppm-gallery-thumb:hover {
  border-color: #777
}
.ppm-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  cursor: zoom-out
}
.ppm-lightbox img {
  max-width: 95vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain
}
.ppm-lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer
}
.ppm-lightbox-open {
  overflow: hidden
}
.ppm-payment-msg {
  margin-top: 10px
}
.ppm-pay-now {
  cursor: pointer
}
.ppm-pay-now:disabled {
  opacity: .6;
  cursor: wait
}
/* Property gallery navigation and slide animation */
.ppm-gallery-main {
  position: relative;
  overflow: hidden
}
.ppm-gallery-stage {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5
}
.ppm-gallery-large {
  display: none !important;
  margin: 0 !important;
  max-height: 650px;
  object-fit: contain;
  cursor: zoom-in
}
.ppm-gallery-large.is-active {
  display: block !important;
  animation-duration: .35s;
  animation-timing-function: ease;
  animation-fill-mode: both
}
.ppm-gallery-large.slide-next {
  animation-name: ppmGalleryNext
}
.ppm-gallery-large.slide-prev {
  animation-name: ppmGalleryPrev
}
@keyframes ppmGalleryNext {
  from {
    opacity: 0;
    transform: translateX(45px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes ppmGalleryPrev {
  from {
    opacity: 0;
    transform: translateX(-45px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.ppm-gallery-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
	padding: 0;
}
.ppm-gallery-arrow:hover {
  background: rgba(0, 0, 0, .85)
}
.ppm-gallery-prev {
  left: 12px
}
.ppm-gallery-next {
  right: 12px
}
.ppm-gallery-thumbs {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 4px;
  scroll-behavior: smooth
}
.ppm-gallery-thumb {
  flex: 0 0 82px
}
.ppm-gallery-thumb.active {
  border: 2px solid var(--ppm-gold);
  box-shadow: 0 0 0 1px var(--ppm-gold)
}
.ppm-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 28px;
  cursor: pointer
}
.ppm-lightbox-prev {
  left: 20px
}
.ppm-lightbox-next {
  right: 20px
}
.ppm-lightbox-nav:hover {
  background: rgba(255, 255, 255, .3)
}
@media(max-width:700px) {
  .ppm-gallery-stage {
    min-height: 220px
  }
  .ppm-gallery-arrow {
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 38px
  }
  .ppm-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 22px
  }
  .ppm-lightbox-prev {
    left: 8px
  }
  .ppm-lightbox-next {
    right: 8px
  }
}
/* v1.2.0 - Dedicated Buy / Rent / Commercial search widgets */
.ppm-search-widget {
  max-width: 1180px;
  margin: 30px auto;
  padding: 26px;
  background: #fff;
  border: 1px solid #e7e7eb;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(20, 20, 40, .08);
  color: #17171b;
  position: relative;
  z-index: 20
}
.ppm-search-heading {
  margin: 0 0 18px
}
.ppm-search-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: #6b3df2;
  margin-bottom: 6px
}
.ppm-search-heading h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  color: #19191e
}
.ppm-search-widget .ppm-search {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: end
}
.ppm-search-widget .ppm-search > div {
  min-width: 0
}
.ppm-search-widget .ppm-search label {
  color: #555861;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 7px 3px
}
.ppm-search-widget .ppm-search input, .ppm-search-widget .ppm-search select {
  height: 48px;
  border: 1px solid #dedee5;
  background: #fff;
  color: #222;
  border-radius: 9px;
  padding: 0 13px;
  font-size: 14px;
  outline: none;
  transition: border-color .18s, box-shadow .18s
}
.ppm-search-widget .ppm-search input:focus, .ppm-search-widget .ppm-search select:focus {
  border-color: #7651ee;
  box-shadow: 0 0 0 3px rgba(118, 81, 238, .12)
}
.ppm-location-input {
  position: relative;
  display: flex;
  align-items: center
}
.ppm-location-input > span {
  position: absolute;
  left: 13px;
  color: #777;
  font-size: 18px;
  z-index: 1
}
.ppm-location-field {
  padding-left: 38px !important;
  padding-right: 40px !important
}
.ppm-clear-location {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f1f1f5;
  color: #666;
  font-size: 21px;
  line-height: 30px;
  cursor: pointer
}
.ppm-clear-location:hover {
  background: #e5e5eb
}
.ppm-location-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #e4e4e9;
  border-radius: 11px;
  box-shadow: 0 16px 35px rgba(20, 20, 40, .15);
  overflow: hidden;
  z-index: 1000
}
.ppm-location-option {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f2;
  background: #fff;
  padding: 12px 14px;
  cursor: pointer;
  color: #222
}
.ppm-location-option:last-child {
  border-bottom: 0
}
.ppm-location-option:hover {
  background: #f6f3ff
}
.ppm-location-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0ecff;
  color: #6840e8;
  font-size: 16px;
  flex: 0 0 30px
}
.ppm-location-option strong {
  display: block;
  font-size: 14px;
  font-weight: 700
}
.ppm-location-option small {
  display: block;
  margin-top: 2px;
  color: #888;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .7px
}
.ppm-search-submit button {
  height: 48px;
  margin: 0 !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #6c39ed, #4f22cf) !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(91, 48, 221, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.ppm-search-submit button b {
  font-size: 18px
}
.ppm-search-submit button:hover {
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(91, 48, 221, .28)
}
.ppm-search-results {
  margin-top: 22px
}
.ppm-search-summary {
  font-size: 14px;
  color: #666;
  margin: 0 0 13px
}
.ppm-search-summary strong {
  color: #222
}
.ppm-search-loading {
  border: 1px dashed #d8d8df;
  background: #fafafe !important
}
.ppm-search-widget .ppm-search-grid {
  grid-template-columns: repeat(4, 1fr)
}
.ppm-search-widget.ppm-search-mode-buy {
  border-top: 4px solid #6c39ed
}
.ppm-search-widget.ppm-search-mode-rent {
  border-top: 4px solid #d47c42
}
.ppm-search-widget.ppm-search-mode-commercial {
  border-top: 4px solid #2c7a63
}
.ppm-search-widget.ppm-search-mode-buy .ppm-search-eyebrow {
  color: #6c39ed
}
.ppm-search-widget.ppm-search-mode-rent .ppm-search-eyebrow {
  color: #c76731
}
.ppm-search-widget.ppm-search-mode-commercial .ppm-search-eyebrow {
  color: #2c7a63
}
@media(max-width:1100px) {
  .ppm-search-widget .ppm-search {
    grid-template-columns: repeat(3, 1fr)
  }
  .ppm-search-widget .ppm-search-location {
    grid-column: span 2
  }
  .ppm-search-widget .ppm-search-submit {
    grid-column: span 1
  }
  .ppm-search-widget .ppm-search-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}
@media(max-width:700px) {
  .ppm-search-widget {
    margin: 20px 15px;
    padding: 20px;
    border-radius: 14px
  }
  .ppm-search-widget .ppm-search, .ppm-search-widget .ppm-search-grid {
    grid-template-columns: 1fr
  }
  .ppm-search-widget .ppm-search-location, .ppm-search-widget .ppm-search-submit {
    grid-column: auto
  }
  .ppm-search-heading h2 {
    font-size: 22px
  }
  .ppm-location-suggestions {
    position: absolute
  }
  .ppm-search-widget .ppm-search-submit button {
    width: 100%
  }
}
/* v1.2.1 - Location-only search UI */
.ppm-search-widget {
  padding: 18px 20px;
  border-radius: 16px
}
.ppm-search-widget .ppm-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
  align-items: end
}
.ppm-search-widget .ppm-search-location {
  min-width: 0
}
.ppm-search-widget .ppm-search-location label {
  display: block;
  color: #555861;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 7px 3px
}
.ppm-search-widget .ppm-search-submit {
  min-width: 0
}
.ppm-search-widget .ppm-search-submit button {
  width: 100%;
  margin: 0 !important;
  height: 48px
}
.ppm-search-widget .ppm-location-input {
  width: 100%
}
.ppm-search-widget .ppm-location-field {
  width: 100%;
  height: 48px
}
.ppm-city-search-list {
  max-width: 1180px;
  margin: 28px auto 50px
}
.ppm-city-search-list .ppm-list-head {
  margin-top: 0
}
@media(max-width:700px) {
  .ppm-search-widget {
    margin: 18px 12px;
    padding: 15px
  }
  .ppm-search-widget .ppm-search {
    grid-template-columns: 1fr
  }
  .ppm-search-widget .ppm-search-submit button {
    width: 100%
  }
  .ppm-city-search-list {
    margin-left: 12px;
    margin-right: 12px
  }
}
/* v1.2.2 - Admin-selectable menu above search field */
.ppm-search-menu-wrap {
  margin: -4px -20px 14px;
  padding: 0 20px;
  border-bottom: 1px solid #eee
}
.ppm-search-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}
.ppm-search-menu li {
  margin: 0;
  padding: 0;
  list-style: none
}
.ppm-search-menu a {
  display: block;
  padding: 10px 13px;
  color: #38383f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  transition: .18s
}
.ppm-search-menu a:hover, .ppm-search-menu .current-menu-item > a, .ppm-search-menu .current_page_item > a {
  background: #f3efff;
  color: #5d32db
}
.ppm-search-page-results {
  max-width: 1180px;
  margin: 28px auto 50px
}
@media(max-width:700px) {
  .ppm-search-menu-wrap {
    margin: -15px -15px 12px;
    padding: 0 15px;
    overflow-x: auto
  }
  .ppm-search-menu {
    flex-wrap: nowrap;
    min-width: max-content
  }
  .ppm-search-menu a {
    padding: 9px 11px
  }
  .ppm-search-page-results {
    margin-left: 12px;
    margin-right: 12px
  }
}
/* v1.3.0 - FREE guest property posting + structured listing fields */
.ppm-post-property-intro,.ppm-property-section{background:#fff;border:1px solid #e7e7eb;border-radius:14px;padding:22px;margin-bottom:16px}
.ppm-post-property-intro h2{margin:4px 0 8px;font-size:30px;color:#19191e}
.ppm-post-property-intro p{margin:6px 0;color:#555}
.ppm-post-property-intro ol{margin:16px 0 0;padding-left:22px;display:grid;gap:7px}
.ppm-property-section h3{margin:0 0 14px;color:#19191e;font-size:20px}
.ppm-choice-row{display:flex;gap:24px;flex-wrap:wrap}
.ppm-choice-row label{display:flex!important;align-items:center;gap:7px;color:#222!important;font-size:14px!important}
.ppm-choice-row input{width:auto!important}
.ppm-feature-group{display:none}
.ppm-feature-group.is-active{display:block}
.ppm-free-login-note{padding:14px 18px;background:#f7f4ff;border:1px solid #ddd3ff;border-radius:10px;margin-bottom:16px;color:#333}
.ppm-payment-section{background:#fafafa}
.ppm-payment-section strong:first-child{color:#2d8a4a}
.ppm-owner-location{margin:12px 0 18px;padding:12px 14px;background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:4px}
.ppm-owner-location strong{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#777}
.ppm-owner-location span{font-size:14px;color:#222;line-height:1.5}
.ppm-property-section textarea{width:100%;box-sizing:border-box;background:#fff;border:1px solid #ddd;padding:12px;border-radius:5px}
@media(max-width:600px){.ppm-post-property-intro,.ppm-property-section{padding:16px}.ppm-post-property-intro h2{font-size:24px}.ppm-choice-row{gap:14px}}

/* v1.3.1 - form/page UI consistency and responsive fixes */
.ppm-add-property-page{
  width:min(1180px,calc(100% - 30px));
  margin:40px auto 70px;
  box-sizing:border-box;
}
.ppm-add-property-page *{box-sizing:border-box}
.ppm-property-form{width:100%;max-width:100%}
.ppm-property-section,.ppm-post-property-intro{
  width:100%;
  box-sizing:border-box;
}
.ppm-property-section h3{line-height:1.3}
.ppm-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.ppm-form-grid>div{min-width:0}
.ppm-property-form input,
.ppm-property-form select,
.ppm-property-form textarea{
  display:block;
  width:100%;
  max-width:100%;
  min-height:44px;
  font:inherit;
  color:#222;
  background:#fff;
  border:1px solid #d8d8dc;
  border-radius:7px;
  padding:10px 12px;
  margin:0;
}
.ppm-property-form textarea{min-height:130px;resize:vertical}
.ppm-property-form input[type=file]{padding:8px}
.ppm-property-form input:focus,
.ppm-property-form select:focus,
.ppm-property-form textarea:focus{
  outline:0;
  border-color:#b9800c;
  box-shadow:0 0 0 2px rgba(217,167,43,.12);
}
.ppm-property-form label{
  color:#3d3d42!important;
  line-height:1.35;
}
.ppm-property-form .ppm-choice-row input[type=radio]{width:auto;min-height:auto}
.ppm-property-form .ppm-btn{
  justify-self:start;
  min-height:44px;
}
.ppm-free-login-note a,.ppm-payment-section a{font-weight:700;text-decoration:underline}
.ppm-payment-section p{margin:7px 0}
.ppm-media-fields{display:grid;gap:7px}
.ppm-media-fields input{margin-bottom:8px}
@media(max-width:700px){
  .ppm-add-property-page{width:calc(100% - 24px);margin:25px auto 45px}
  .ppm-form-grid{grid-template-columns:1fr}
  .ppm-post-property-intro h2{font-size:25px;line-height:1.2}
  .ppm-property-section,.ppm-post-property-intro{padding:16px}
  .ppm-property-form .ppm-btn{width:100%!important}
}
@media(max-width:420px){
  .ppm-add-property-page{width:calc(100% - 18px)}
  .ppm-property-section,.ppm-post-property-intro{padding:13px}
}
