<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news {
  padding: 0px 12px; }
  .news .issues-options {
    border-bottom: 1px solid var(--color-base-light-gray); }
    .news .issues-options .my-dropdown {
      padding: 8px 3.5rem 8px 12px;
      display: inline-block;
      border: none;
      outline: 1px solid var(--color-base-light-gray);
      border-radius: var(--button-radius);
      color: var(--color-base-black);
      background-color: transparent;
      appearance: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
      background-position: calc(100% - 10px);
      background-size: 18px;
      background-repeat: no-repeat; }
      .news .issues-options .my-dropdown option {
        background: var(--color-bg-primary); }
      @media (max-width: 575px) {
        .news .issues-options .my-dropdown {
          margin-bottom: 10px;
          width: 100%; } }
  .news .news-list .news-item {
    border-bottom: 1px solid var(--color-base-light-gray); }
    .news .news-list .news-item.have-just-fetched {
      opacity: 0;
      transform: translateY(40px) scale(0.9); }
    .news .news-list .news-item .news-img-wrapper img {
      max-width: 100%; }
</pre></body></html>