/** Footer & Header links with SVG icons */
:where(.uc-header, .uc-footer) a.tn-atom > img:only-child[src$="svg"] {
  transition: filter 0.2s ease-in-out;
}
/* :where(.uc-header, .uc-footer) a.tn-atom:hover > img:only-child[src$="svg"] { */
:where(.uc-header, .uc-footer) a.tn-atom:not([href="/"]):hover > img:only-child[src$="svg"] {
  filter: invert(32%) sepia(54%) saturate(499%) hue-rotate(41deg)
    brightness(95%) contrast(89%);
}

/** Blog */
.t-feed__post-popup.t-popup_show {
  background: #e5e3ec !important;
}
.t-feed__post-popup__cover-wrapper {
    display: none;
}
.t-feed__post-popup__date-parts-wrapper {
    display: none;
}
.t-title {
  font-weight: 500;
  font-size: 31px;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .t-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 639px) {
  .t-title {
    font-size: 16px;
  }
}
#allrecords .t-feed__post-popup__text-wrapper a:hover {
    color: #ff977a;
}