/* Hover/focus states converted from the design mockups' style-hover / style-focus
   attributes. !important is required because base styles are inline. */
.hv-b:hover { border-color: #2563EB !important; }
.hv-bg:hover { background: #1D4FC4 !important; }
.hv-bh:hover { border-color: #2563EB !important; color: var(--head) !important; }
.hv-o:hover { color: var(--orange) !important; }
.hv-bt:hover { border-color: #2563EB !important; color: var(--txt) !important; }
.fc-b:focus { border-color: #2563EB !important; }
[hidden] { display: none !important; }
