.procab-aire-property-detail {
  width: 100%;
}
.procab-aire-property-detail .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.procab-aire-property-detail .property-header {
  padding: 2rem 0;
}
.procab-aire-property-detail .property-header .property-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.procab-aire-property-detail .property-header .property-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.procab-aire-property-detail .property-header .property-metadata .metadata-item {
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 0.9rem;
}
.procab-aire-property-detail .property-hero {
  width: 100%;
  margin-bottom: 2rem;
}
.procab-aire-property-detail .property-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}
.procab-aire-property-detail .property-description {
  padding: 2rem 0;
}
.procab-aire-property-detail .property-description .description-content {
  line-height: 1.8;
  font-size: 1.1rem;
}
.procab-aire-property-detail .property-details {
  padding: 2rem 0;
}
.procab-aire-property-detail .property-details .details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.procab-aire-property-detail .property-details .details-grid .detail-item {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 8px;
}
.procab-aire-property-detail .property-details .details-grid .detail-item .detail-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.procab-aire-property-detail .property-details .details-grid .detail-item .detail-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.procab-aire-property-detail .property-gallery {
  padding: 2rem 0;
}
.procab-aire-property-detail .property-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.procab-aire-property-detail .property-gallery .gallery-grid .gallery-item {
  overflow: hidden;
  border-radius: 8px;
}
.procab-aire-property-detail .property-gallery .gallery-grid .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.procab-aire-property-detail .property-gallery .gallery-grid .gallery-item img:hover {
  transform: scale(1.05);
}
.procab-aire-property-detail .property-map {
  padding: 2rem 0;
}
.procab-aire-property-detail .property-map .section-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.procab-aire-property-detail .property-map .map-container {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.procab-aire-property-detail .property-map .map-container #property-map {
  width: 100%;
  height: 100%;
}
.procab-aire-property-detail .section-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

/*# sourceMappingURL=frontend.css.map */
