.urgent-strip {
  background: #f0a51b;
  color: #17231f;
  font-size: 13px;
  font-weight: 600;
}
.urgent-strip .container {
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.urgent-strip b {
  background: #17231f;
  color: #fff;
  border-radius: 20px;
  padding: 3px 9px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .7px;
}
.urgent-strip a { margin-left: auto; font-weight: 800; }
.urgent-strip a:hover { text-decoration: underline; }
@media (max-width: 580px) {
  .urgent-strip .container { padding: 8px 0; align-items: flex-start; }
  .urgent-strip span { line-height: 1.35; }
  .urgent-strip a { display: none; }
}
