.header-notice {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 6px;
}
.header-notice p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.92);
  padding: 0;
  margin: 0;
}
.header-notice a{
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-notice a:hover{
 color: #2B9CDD;
}
body.widget-snippet .header-notice{
  background: #0D0B26;
  max-width:700px;
  margin:0 auto;
  padding:20px;
}