.cronus-sidebar {
  .widget {
    margin-bottom: 1.5em;
    color: var(--global-palette4);
  }



  .searchform {

    input[type="text"] {
      width: 100%;

      &::-webkit-input-placeholder::before {
        color: #666;
        content: "Line 1\A Line 2\A Line 3\A";
      }
    }

    input[type="submit"] {
      display: none;
    }

  }

  .widget-title {
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--global-palette3);

  }

  ul {
    list-style: disc;
  }

  a:not(.button) {
    color: var(--global-palette3);
    text-decoration: none;
  }
  a:not(.button):hover {
    color: var(--global-palette-highlight);
    text-decoration: underline;
  }
  .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_pages ul, .widget_recent_entries ul, .widget_rss ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .widget li {
    line-height: 1.8;
  }

  .widget_recent_entries {
    ul li {
      margin-bottom: 0.4em;
    }
  }

  .widget_recent_comments {
    li {
      line-height: 1.3;
      padding-bottom: 0.5em;
    }

    .comment-author-link a {
      font-weight: inherit;
    }

    a {
      font-weight: bold;
    }
  }


  .widget_archive {
    li {
      color: var(--global-palette6);
    }
  }
}
