/* hide the “↓ X Services” buttons under each group header */
.klaro {
  --klaro-primary-color: #1C6080;
  --dark1: #f0f0f0;
}

.klaro .cm-services {
  display: none !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  border-radius: 0;
  box-shadow: 0 .5rem 1rem var(--light1, #fafafa);

  &:focus {
    box-shadow: 0 .5rem 1rem var(--light1, #fafafa);
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  padding: 1rem;
}

.klaro .cookie-notice p {
  text-align: center;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  > a {
    order: 2;
    margin-top: 0;
  }

  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    order: 1;
  }

  > *{
    flex-grow: 1;
  }
}
