.prfh-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #e93a73;
  color: #fff;
  font-size: 11pt;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.prfh-notice__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

.prfh-notice__body {
  display: block;
  width: 100%;
}

.prfh-notice__text,
.prfh-notice__text p {
  display: inline;
  margin: 0;
}

.prfh-notice a.prfh-notice__more,
.prfh-notice a.prfh-notice__more:link,
.prfh-notice a.prfh-notice__more:visited {
  display: inline;
  margin-left: 0.5em;
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
  white-space: nowrap;
}

.prfh-notice a.prfh-notice__more:hover,
.prfh-notice a.prfh-notice__more:focus,
.prfh-notice a.prfh-notice__more:active {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

.prfh-notice--newyear-estel,
.prfh-notice--newyear-profhairs,
.prfh-notice--info {
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-size: auto 100%;
}

.prfh-notice--info {
  background-color: #e3eefa;
  background-image: url("/local/components/prfh/notice.line/templates/.default/images/info-pattern.svg");
  color: #14508f;
}

.prfh-notice--newyear-profhairs {
  background-color: #f9d3e0;
  background-image: url("/local/components/prfh/notice.line/templates/.default/images/newyear-pattern.svg");
  color: #d81b60;
}

.prfh-notice--newyear-estel {
  background-color: #d8e5f5;
  background-image: url("/local/components/prfh/notice.line/templates/.default/images/newyear-pattern.svg");
  color: #134a8e;
}

@media (max-width: 425px) {
  .prfh-notice {
    font-size: 10pt;
  }
}
