.browser-detection-message {
  background-color: $ochre;
  color: $white;
  margin-bottom: 0;
  font-size: $browser-detection-message-font-size;

  @media print, (min-width: 768px) {
    font-size: $browser-detection-message-l-font-size;
  }

  a {
    color: $white;
    border-bottom: 1px dashed $white;
  }

  a:hover {
    color: $white !important;
    border-bottom: 1px solid $white;
  }

  a:active, a:focus {
    color: $white;
    outline: 2px dotted $ochre;
  }
}

