.property-detail-container { padding: 20px; font-family: 'Trebuchet MS', sans-serif; } .property-info-box { display: flex; justify-content: space-between; background-color: var(--bg-elevated); padding: 20px; border-radius: var(--radius-md); margin-bottom: 30px; } .property-info p, .property-contact p { margin-bottom: 10px; } .property-contact { text-align: right; } input, select { padding: 5px; margin-left: 10px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); background-color: var(--bg-elevated); color: var(--text-primary); } .save-button { background-color: var(--accent-gold); border: none; padding: 10px 20px; border-radius: 20px; font-weight: bold; color: #000; cursor: pointer; } .save-button:hover { opacity: 0.9; }