.breadcrumb__wrapper {
  margin-bottom: 100px
}

.agenda__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title-section {
  font-weight: 300;
  font-size: 52px;
  color: var(--title-dark-color);
  margin-bottom: 0;
}

#list-header {
  margin-bottom: 96px;
}

.page-header {
  display: none;
}

.camerus-agenda-fullpage {
  margin: unset;
  padding: unset;
  max-width: unset;
}

#left-column {
  margin-top: 0;
}

.search-filters__clear {
  display: none;
}

.agenda-right-column-item {
  padding: 8px;
  background: #FFF6EA;
  border-radius: 4px;
  margin-bottom: 8px;
  text-align: center;
  max-width: 220px;
  margin-left: auto;
}

.agenda-right-column-item__title {
  font-weight: 600;
  font-size: 12px;
  color: var(--title-color);
  max-width: 172px;
  margin-inline: auto;
  line-height: 160%;
}

.agenda-right-column-item__link {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.agenda__description {
  max-width: 450px;
}

.agenda__description p:last-child {
  margin-bottom: 0;
}

.agenda-right-column-item__pdf-preview {
  margin-block: 24px;
}

.agenda-right-column-item__pdf-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  fill: unset;
}

@media (max-width: 767px) {
  .breadcrumb__wrapper {
    margin-bottom: 32px;
  }

  #list-header {
    margin-bottom: 32px;
  }

  #search-filters {
    padding-top: 48px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }

  .agenda__header {
    flex-direction: column;
    gap: 16px;
  }

  #right-column {
    margin-bottom: 32px;
  }

  .agenda-right-column-item {
    margin-inline: auto;
  }
}
