.paid-block-history-1 {
  border-left: 2px solid #ddd;
}

.paid-block-history-1 + .paid-block-history-1 .history__year dl.history__events .history__events_row:first-of-type {
  padding-top: 1.5em;
}

.paid-block-history-1 * {
  box-sizing: border-box;
}

.paid-block-history-1 .history__year {
  position: relative;
  padding-left: 1.5em;
  display: grid;
  align-content: start;
  align-items: start;
  grid-template-columns: 4.5em calc(100% - 4.5em);
}

@container (max-width:700px) {
  .paid-block-history-1 .history__year {
    display: block;
  }
}

.paid-block-history-1 .history__year .history__point {
  position: absolute;
  top: 0.35em;
  left: -0.55em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #038e67;
}

.paid-block-history-1 .history__year h2.history__year-heading,
.paid-block-history-1 .history__year h3.history__year-heading,
.paid-block-history-1 .history__year h4.history__year-heading,
.paid-block-history-1 .history__year p.history__year-heading {
  margin: 0;
  padding: 0 0.5em;
  height: 1.9em;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.paid-block-history-1 .history__year dl.history__events {
  margin-inline-start: 0;
  padding-left: 1em;
}

@container (max-width:700px) {
  .paid-block-history-1 .history__year dl.history__events {
    padding-left: 0;
  }
}

.paid-block-history-1 .history__year dl.history__events .history__events_row {
  position: relative;
  padding: 1.5em 0;
  display: grid;
  grid-template-columns: 2.5em calc(100% - 2.5em);
  border-bottom: 1px dashed #ccc;
  line-height: 2em;
}

.paid-block-history-1 .history__year dl.history__events .history__events_row:first-of-type {
  padding-top: 0;
}

@container (max-width:700px) {
  .paid-block-history-1 .history__year dl.history__events .history__events_row:first-of-type {
    padding-top: 1.5em;
  }
}

@container (max-width:700px) {
  .paid-block-history-1 .history__year dl.history__events .history__events_row:last-of-type {
    border-bottom: none;
  }
}

.paid-block-history-1 .history__year dl.history__events .history__events_row dt.history__dt {
  margin-inline-start: 0;
  margin: 0;
  text-align: right;
}

.paid-block-history-1 .history__year dl.history__events .history__events_row dd.history__dd {
  margin-inline-start: 0;
  padding-left: 3em;
}

@container (max-width:800px) {
  .paid-block-history-1 .history__year dl.history__events .history__events_row dd.history__dd {
    padding-left: 1.5em;
  }
}

.paid-block-history-1 .history__remove_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 12px;
  color: #fff;
  background: var(--color-accent);
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.paid-block-history-1 .history__add_btn {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 32px;
  padding: 12px 24px;
  padding: 12px 24px;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
}
