.sof-notice {
  background: #fff4e5;
  border: 1px solid #ffcc80;
  color: #5f3b00;
  padding: 12px 16px;
  border-radius: 4px;
  margin: 12px 0;
}
.sof-notice .sof-text {
  font-weight: 600;
  margin-right: 10px;
}
.sof-cta {
  display: inline-block;
  background: #0e69be;
  color: #ffffff !important;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
.sof-cta:hover,
.sof-cta:focus {
  background: #094a86;
  text-decoration: none;
}
