.property-information{display:grid;gap:28px}.property-card{background:#fff;border:1px solid #eee8df;border-radius:18px;padding:30px;box-shadow:0 12px 34px rgba(20,29,42,.06)}.property-card h2,.availability-section h2{margin:0 0 24px;color:#172640}.property-card h3{font-size:1rem;margin:24px 0 16px}.detail-grid,.amenity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 36px}.detail-grid p,.amenity-grid p{margin:0;color:#536073}.amenity-grid span{color:#c79b43;font-weight:800;margin-right:10px}.availability-section{padding-top:36px}.calendar-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.calendar-heading button{width:44px;height:44px;border:1px solid #d9d3ca;border-radius:50%;background:#fff;color:#172640;font-size:28px;cursor:pointer}.calendar-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:18px}.calendar-month{background:#fff;border:1px solid #eee8df;border-radius:18px;padding:24px}.calendar-month h3{text-align:center;text-transform:capitalize;color:#172640}.weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.weekdays span{text-align:center;padding:8px 0;font-size:.78rem;font-weight:700;color:#7b8492}.calendar-days span{aspect-ratio:1;display:grid;place-items:center;border-radius:8px;font-size:.88rem}.calendar-days .available{background:#eff8f6;color:#174c42}.calendar-days .booked{background:#eadcc9;color:#6b5030;text-decoration:line-through}.calendar-days .past{background:#f1f2f4;color:#adb3bb}.calendar-days .today{outline:2px solid #c79b43;outline-offset:1px}.calendar-legend{display:flex;gap:22px;flex-wrap:wrap;margin-top:18px;color:#536073}.calendar-legend span{display:flex;align-items:center;gap:8px}.calendar-legend i{width:18px;height:18px;border-radius:4px}.calendar-legend .available{background:#eff8f6}.calendar-legend .booked{background:#eadcc9}.calendar-legend .past{background:#f1f2f4}@media(max-width:760px){.detail-grid,.amenity-grid,.calendar-months{grid-template-columns:1fr}.calendar-months .calendar-month:nth-child(2){display:none}.property-card,.calendar-month{padding:18px}.calendar-days span{font-size:.8rem}}
.form-status.error{color:#9f1d1d}.form-status a{font-weight:700;text-decoration:underline}
