/* Property Management — Portal Styles */

.property-card {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.property-thumbnail {
  height: 200px;
  object-fit: cover;
}

.property-thumbnail.bg-light {
  height: 200px;
}

.signature-box {
  border: 1px dashed #aaa;
  border-radius: 4px;
  background: #f9f9f9;
}

#signature-pad, #sig-canvas {
  display: block;
  margin: 0 auto;
  background: #fff;
}

.carousel-item img {
  border-radius: 8px;
}

.nav-tabs .nav-link {
  color: #495057;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
}
