.p-template-posts__sidebar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--v-spacing__sm);
}

.p-template-posts__sidebar-inner > .widget {
  flex: 0 0 100%;
}

.p-template-posts__sidebar .searchform > div {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.p-template-posts__sidebar .searchform input[type="submit"] {
  margin: 0;
}

.p-template-posts__sidebar #menu-news-categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.p-template-posts__sidebar #menu-news-categories .is-menu__li {
  border-top: 1px dashed var(--v-color__1--alt4);
}

.p-template-posts__sidebar #menu-news-categories .is-menu__a {
  display: block;
  padding: 0.7rem 0;
  text-decoration: none;
}

.p-template-posts__sidebar #menu-news-categories .current-menu-item .is-menu__a {
  color: var(--v-color__3);
  font-weight: var(--v-font-weight__default--bold);
}

.p-template-posts__sidebar #menu-news-categories .is-menu__a:hover {
  color: var(--v-color__3);
}
