.ca-years {
  position: relative;
  cursor: pointer;
  padding-right: 10px; /* Space for the toggle indicator on the right. */
}

.year-label {
  margin-right: 10px; /* Space between the year and the icon. */
}

.toggle-indicator {
  vertical-align: middle; /* Aligns the icon with the year text. */
  font-size: 10px; /* Adjust icon size if needed. */
  pointer-events: none; /* Prevent the icon from interfering with clicks. */
}

.ca-years-children {
  margin-left: 5px; /* Indent child months. */
  display: none; /* Ensure children are hidden initially. */
}

.archive-block-items ul ul{
  padding-left : 10px;
}

