/* OTC site-wide return / Field App navigation — always red */
.otc-nav-return,
a.otc-nav-return,
button.otc-nav-return,
.btn.otc-nav-return {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  background: #b91c1c !important;
  border: 1px solid #991b1b !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 0.6rem !important;
  padding: 0.5rem 0.9rem !important;
  line-height: 1.25;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.otc-nav-return:hover,
a.otc-nav-return:hover,
button.otc-nav-return:hover,
.btn.otc-nav-return:hover {
  background: #dc2626 !important;
  border-color: #b91c1c !important;
  color: #fff !important;
}
.otc-nav-return:focus-visible {
  outline: 2px solid #fecaca;
  outline-offset: 2px;
}
