/* ESTAVO PROPERTY HUB PRO V2 */
.property-filter-bar{display:grid;grid-template-columns:2fr repeat(5,minmax(130px,1fr));gap:12px;align-items:end;margin:18px 0 22px}.property-filter-bar label{display:grid;gap:6px;font-size:12px;font-weight:700;color:var(--muted)}.property-filter-bar input,.property-filter-bar select{min-width:0}.properties-table-wrap{overflow-x:auto}.property-cell{display:flex;gap:12px;align-items:center;min-width:260px}.property-thumb{width:74px;height:56px;flex:0 0 74px;border-radius:10px;object-fit:cover;background:#eef1f6;border:1px solid var(--border)}.property-thumb-placeholder{display:grid;place-items:center;color:var(--muted);font-size:20px}.property-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;color:var(--muted);font-size:12px}.property-drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.property-drawer-grid .full{grid-column:1/-1}.property-checkbox-row{display:flex;gap:18px;flex-wrap:wrap;margin:10px 0}.property-checkbox-row label{display:flex;align-items:center;gap:8px;margin:0}.property-checkbox-row input{width:auto}.property-v2-hero{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(320px,1fr);gap:24px;margin-bottom:22px}.property-cover{min-height:330px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#edf1f7,#dfe6ef);border:1px solid var(--border);position:relative}.property-cover img{width:100%;height:100%;min-height:330px;object-fit:cover}.property-cover-empty{height:100%;min-height:330px;display:grid;place-items:center;text-align:center;color:var(--muted)}.property-cover-empty i{font-size:44px;margin-bottom:12px}.property-v2-summary{padding:26px;border:1px solid var(--border);border-radius:18px;background:var(--card);box-shadow:var(--shadow-sm)}.property-v2-summary h2{margin:10px 0 4px}.property-price{font-size:30px;font-weight:800;color:var(--primary);margin:12px 0}.property-specs{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.property-spec{padding:9px 12px;border-radius:999px;background:#f3f6fa;font-weight:700;font-size:13px}.property-description-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px}.property-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;padding:0;list-style:none}.property-feature-list li:before{content:'✓';color:#b8942f;font-weight:800;margin-right:8px}.property-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.property-photo-card{position:relative;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--card)}.property-photo-card img{width:100%;height:150px;object-fit:cover}.property-photo-actions{display:flex;gap:8px;padding:10px}.property-photo-actions button{flex:1;font-size:12px;padding:8px}.cover-badge{position:absolute;top:10px;left:10px;background:#c7a447;color:#10172d;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.property-photo-upload{border:2px dashed #cfd6e2;border-radius:16px;padding:28px;text-align:center;cursor:pointer;margin-bottom:18px}.property-photo-upload.dragging{background:#faf7ed;border-color:#c7a447}.property-edit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.property-edit-grid .span-2{grid-column:span 2}.property-edit-grid .full{grid-column:1/-1}.property-edit-grid label{display:grid;gap:6px;font-weight:700;font-size:13px}.property-edit-grid textarea{min-height:110px}.property-key-features-help{font-size:12px;color:var(--muted)}
@media(max-width:1100px){.property-filter-bar{grid-template-columns:1fr 1fr 1fr}.property-v2-hero,.property-description-grid{grid-template-columns:1fr}.property-photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.property-filter-bar,.property-drawer-grid,.property-edit-grid{grid-template-columns:1fr}.property-drawer-grid .full,.property-edit-grid .span-2,.property-edit-grid .full{grid-column:auto}.property-photo-grid{grid-template-columns:1fr}.property-feature-list{grid-template-columns:1fr}.property-cover,.property-cover img,.property-cover-empty{min-height:230px}}


/* v1.2 property overview visual alignment */
.property-description-grid > div {
  display: grid;
  gap: 18px;
  align-content: start;
}
.property-description-grid .overview-card {
  margin: 0;
  padding: 26px 28px;
  border-radius: 18px;
  min-height: 0;
}
.property-description-grid .overview-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.15;
}
.property-description-grid .overview-card p {
  margin: 0 0 12px;
  line-height: 1.55;
}
.property-description-grid .overview-card p:last-child {
  margin-bottom: 0;
}
.property-v2-summary .form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.property-v2-summary .form-actions button {
  margin: 0;
}
@media (max-width: 700px) {
  .property-description-grid .overview-card {
    padding: 22px;
  }
}
