/* lot-picker.css — aerial SVG lot map styles */

.tlo-aerial-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

/* Status polygon fills are set inline by JS; these are the cursor overrides */
.tlo-lot              { transition: fill .12s; }
.tlo-lot-available    { cursor: pointer; }
.tlo-lot-pending,
.tlo-lot-reserved,
.tlo-lot-sold         { cursor: not-allowed; }
.tlo-lot-selected     { /* highlight set inline */ }
