.hatnote {
margin-top: 0.6rem;
border-radius: 8px;
padding: 10px 15px;
background: #1d2129;
color: #a0a1a5;
font-size: 0.875rem;
line-height: 1.4;
display: flex;
align-items: center;
}
.hatnote-icon img {
opacity: .5;
margin-right: 10px;
width: 14px;
height: auto;
filter: invert(1);
}
@media only screen and (max-width: 720px) {
.hatnote {
margin: 0.4rem -20px 0 -20px;
border-radius: 0;
padding: 10px 20px;
}
}