.cmp_cookie_toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  /*background-color: hsl(48, 85%, 52%); */
  background-color: hsl(210, 14%, 89%);
  box-shadow: 0 0.25rem 0.75rem hsla(0, 0%, 0%, 0.4);
  border-radius: 0.25rem;
}
.cmp_cookie_toast__title {
  font-family: var(--pg-font-family-title);
  color: hsl(0, 0%, 0%);
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  line-height: 2rem;
}
.cmp_cookie_toast__text {
  font-weight: 400;
  font-size: 0.86667rem;
  color: hsl(0, 0%, 0%);
}
.cmp_cookie_toast__btn {
  font-weight: 400;
  border: 2px solid hsl(203, 100%, 34%);
  padding: 11px 27px;
  font-size: 0.86667rem;
  border-radius: 4px !important;
  color: hsl(0, 0%, 100%);
  white-space: nowrap;
}
.cmp_cookie_toast__btn:not(:first-child) {
  margin-left: 1rem;
}
.cmp_cookie_toast__btn--accept_all {
  background-color: hsl(203, 100%, 34%);
}
.cmp_cookie_toast__btn--individual {
  color: hsl(211, 100%, 50%) !important;
  background: transparent;
}
.cmp_cookie_toast__btn--individual:hover {
  color: hsl(0, 0%, 100%) !important;
}

.cmp_cookie_settings__title {
  font-weight: 600;
  color: hsl(192, 3%, 35%);
  padding-bottom: 1rem;
  margin: 0;
}
.cmp_cookie_settings__footer {
  padding: 2rem 2rem 0 2rem;
  text-align: center;
  font-size: 0.93333rem;
  font-weight: 300;
  border-top: 1px solid hsl(210, 14%, 89%);
}

.cmp_cookie_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cmp_cookie_list__item {
  border-top: 1px solid hsl(210, 14%, 89%);
  padding: 1rem 0;
}

.cmp_cookie_list_item {
  display: flex;
  align-items: center;
}
.cmp_cookie_list_item__fr_input {
  margin-left: 2rem;
}
.cmp_cookie_list_item__title {
  font-family: var(--pg-font-family-title);
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  line-height: 2rem;
}
.cmp_cookie_list_item__description {
  color: hsl(192, 3%, 35%);
  font-size: 0.93333rem;
  font-weight: 300;
}

.custom-control--xl .custom-control-label::before,
.custom-control--xl .custom-control-label::after {
  transform: scale(1.5);
  left: -1.8rem;
  top: 0.4rem;
}
