.header-wrap .compatible {
  display: none;
  padding: 24px 0;
  width: 100%;
  background-color: #F5A200;
  text-align: center;
}

.header-wrap .compatible p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
}

.header-wrap .compatible p > a {
  text-decoration: underline;
}

.header-wrap .compatible.show {
  display: block;
}
