.post-date-day {
  display: none;
}

.post-date.wd-post-date.wd-style-with-bg {
  display: none;
}

#block-13.wd-widget.widget.sidebar-widget.widget_block {
  opacity: 0;
}

#block-8.wd-widget.widget.sidebar-widget.widget_block.widget_recent_entries {
  border-color: #ffffff;
}

#block-14.wd-widget.widget.sidebar-widget.widget_block {
  border-color: #ffffff;
  margin-bottom: -1px;
}

#block-15.wd-widget.widget.sidebar-widget.widget_block {
  border-color: #ffffff;
  margin-bottom: -1px;
}

#block-16.wd-widget.widget.sidebar-widget.widget_block {
  border-color: #ffffff;
  margin-bottom: -1px;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::before {
  content: "▶";
  margin-right: 0.5rem;
  transition: transform 0.2s;
}

details[open] > summary::before {
  transform: rotate(90deg);
}