/**
    Checklist Component
**/
.checklist-v2 .cmp-checklist-v2__header {
  padding: 16px;
  font-family: "Amadeus Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
}
.checklist-v2 .cmp-checklist-v2__header h3 {
  margin: 0;
}
.checklist-v2 .cmp-checklist-v2__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 250ms 250ms ease-in;
}
.checklist-v2 .cmp-checklist-v2__list-wrapper {
  margin: 0;
  padding: 48px 24px 24px;
  margin-top: -32px;
  margin-left: 32px;
}
.checklist-v2 .cmp-checklist-v2__list li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 0 16px;
}
.checklist-v2 .cmp-checklist-v2__list li span,
.checklist-v2 .cmp-checklist-v2__list li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checklist-v2 .cmp-checklist-v2__list li .coral3-Icon--custom_check {
  margin-right: 8px;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon .coral3-Icon--custom_keyboard-down {
  margin: 0;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon .coral3-Icon--custom_keyboard-down:before {
  content: "\e924";
  padding-left: 8px;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon span:first-child {
  display: none;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon span:nth-child(2) {
  display: block;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon.closed .coral3-Icon--custom_keyboard-down:before {
  content: "\e922";
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon.closed span:first-child {
  display: block;
}
.checklist-v2 .cmp-checklist-v2 .cmp-checklist-v2__extender-icon.closed span:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .checklist-v2 .cmp-checklist-v2__header {
    width: 100%;
  }
  .checklist-v2 .cmp-checklist-v2__list-wrapper {
    margin: 0;
    padding: 48px 24px 24px;
    background: #fafafa;
    margin-left: 0;
  }
}
.checklist-v2.default-padding-top {
  padding-top: var(--md-sys-padding-default);
}
.checklist-v2.small-padding-top {
  padding-top: var(--md-sys-padding-medium);
}
.checklist-v2.none-padding-top {
  padding-top: var(--md-sys-padding-none);
}
.checklist-v2.default-padding-bottom {
  padding-bottom: var(--md-sys-padding-default);
}
.checklist-v2.small-padding-bottom {
  padding-bottom: var(--md-sys-padding-medium);
}
.checklist-v2.none-padding-bottom {
  padding-bottom: var(--md-sys-padding-none);
}
