.rc-archive {
  display: block;
}

.rc-archive .rc-archive__date {
  position: relative;
  padding-left: 20px;
}
.rc-archive .rc-archive__date:before {
  content: '';
  position: absolute;
  padding-right: 6px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.archive-post .archive-post__button {
  display: block;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color 0.4s ease;
  color: var(--rc-color-title);
}
.archive-post .archive-post__button:hover {
  background-color: var(--rc-color-title);
  color: #ffffff;
}
