.sf-recall-topbar {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.sf-recall-topbar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  flex-wrap: wrap;
}

.sf-recall-topbar__message {
  font-weight: 600;
}

.sf-recall-topbar__link {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-weight: 800;
  white-space: nowrap;
  transition: opacity 0.15s ease-in-out;
}

.sf-recall-topbar__link:hover,
.sf-recall-topbar__link:focus {
  color: #ffffff !important;
  opacity: 0.82;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .sf-recall-topbar {
    font-size: 13px;
  }

  .sf-recall-topbar__inner {
    padding: 8px 12px;
    gap: 6px;
  }
}
