/* Distinguish reservations created directly in FRCH from VIK-imported reservations. */
#reservationTable tbody tr.frch-reservation-row > td{background:#eef4ff!important;border-bottom-color:#d5e1fb}
#reservationTable tbody tr.frch-reservation-row:hover > td{background:#e4edff!important}
#reservationTable tbody tr.frch-reservation-row > td:first-child{box-shadow:inset 4px 0 0 #4f6fb3}
.reservation-ref{display:grid;gap:4px;justify-items:start}
.source-pill{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.source-pill.frch{background:#dbe7ff;color:#35558f}
.source-pill.vik{background:#e8f5ec;color:#2d684a}
[data-theme="dark"] #reservationTable tbody tr.frch-reservation-row > td{background:#17243a!important;border-bottom-color:#263b5b}
[data-theme="dark"] #reservationTable tbody tr.frch-reservation-row:hover > td{background:#1d2d47!important}
[data-theme="dark"] #reservationTable tbody tr.frch-reservation-row > td:first-child{box-shadow:inset 4px 0 0 #7e9bd8}
[data-theme="dark"] .source-pill.frch{background:#263b64;color:#b8ccf4}
