/* R41 — Quoted work is an operational alert, not a normal recurring visit. */
.basket-card.basket-quoted,
.basket-card.basket-quoted.basket-draggable,
.basket-card.basket-quoted.basket-locked,
.basket-card.basket-quoted.basket-multi-selected {
  background: linear-gradient(180deg,#fffaf0,#fff3cf) !important;
  border-color: #dfbf62 !important;
  border-left: 5px solid var(--gold) !important;
  box-shadow: 0 2px 7px rgba(151,105,0,.10) !important;
}
.basket-card.basket-quoted.basket-draggable:hover {
  background: linear-gradient(180deg,#fff7df,#ffedb5) !important;
  border-color: #c99c23 !important;
}
.basket-card.basket-quoted strong { color:#5e4600 !important; }
.basket-card.basket-quoted small { color:#796329 !important; }
.basket-card.basket-quoted b { color:#9b7200 !important; }

.drag-ghost.drag-quoted {
  background:#fff3c9 !important;
  color:#573f00 !important;
  border:1px solid #d6ae3e !important;
  box-shadow:0 10px 28px rgba(122,86,0,.18) !important;
}

/* Keep the same quoted-work meaning after the item is placed on the calendar. */
.visit-card.visit-quoted {
  background:linear-gradient(180deg,#fffaf0,#fff1c8) !important;
  border-color:#dfc26e !important;
  border-left-color:var(--gold) !important;
}
.visit-card.visit-quoted .visit-route {
  background:#f6df9b !important;
  color:#6f5200 !important;
}
.visit-badge.quoted,
.legend-marker.quoted {
  background:var(--gold) !important;
  color:#fff !important;
}
