/* remove svg icon from button */
.btn-outline-dark svg {
  display: none;
}

.btn-outline-dark span {
  padding: 0;
}

.heading {
  font-size: var(--heading-3-font-size);
  line-height: 1;
}

.gdpr-component {
  align-items: end;
}

.gdpr-component .switch {
  position: relative;
  top: 0;
  display: flex;
}

.gdpr-component .switch-check {
  width: 2.75rem;
}

.gdpr-component .switch-check .track {
  transition: ease .5s;
}

.table-cookies-wrap {
  overflow: auto;
}

.gdpr-component .col-buttons .btn {
  max-width: unset;
  display: flex;
  width: 100%;
  min-height: 2.375rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}

.gdpr-component .consent-tabs {
  margin-top: 0;
}

.gdpr-component .consent-tabs .tab-nav a {
  min-width: unset;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gdpr-component .switch {
  position: relative;
  margin-left: var(--spacing-2);
}

.heading {
  font-size: 1.063rem;
  line-height: 1;
}

.gdpr-component p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gdpr-component h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.consent-item-content p {
  margin-bottom: 0;
}

.gdpr-component .table-cookies th,
.gdpr-component .table-cookies td {
  padding: 0.313rem;
  font-size: 0.875rem;
}

.mb-8 {
  margin-bottom: 8px;
}

.ul-list {
  margin-left: calc(var(--spacing-2) * -1);
  margin-right: calc(var(--spacing-2) * -1);
}

.ul-list li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ul-list li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.expand-toggler {
  display: flex;
  padding: 0.875rem 0 0.875rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none !important;
  border-radius: 0.5rem;
}

.expand-toggler:before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkNvbGxhcHNlIERvd24iPgo8cGF0aCBpZD0iaWNvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41NTIxIDguNzIxODlDMTguMjcxMSA4LjQxNjg5IDE3Ljc5NjEgOC4zOTk4OSAxNy40OTIxIDguNjc5ODlMMTIuMDAxMSAxMy43NDg5TDYuNTEwMDkgOC42Nzk4OUM2LjIwNjA5IDguMzk5ODkgNS43MzEwOSA4LjQxNjg5IDUuNDQ5MDkgOC43MjE4OUM1LjE2OTA5IDkuMDI2ODkgNS4xODgwOSA5LjUwMDg5IDUuNDkyMDkgOS43ODE4OUwxMi4wMDExIDE1Ljc4OTlMMTguNTEwMSA5Ljc4MTg5QzE4LjgxNDEgOS41MDA4OSAxOC44MzMxIDkuMDI2ODkgMTguNTUyMSA4LjcyMTg5WiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8L3N2Zz4K);
  top: 11px;
  right: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: ease .5s;
}

.expand-toggler.open:before {
  transform: rotate(-180deg);
}

@media screen and (max-width: 771.98px) {
  .gdpr-component {
    padding: 0;
  }

  .gdpr-component .dialog-item {
    height: 80vh;
  }

  .gdpr-component .dialog-item {
    border-radius: var(--round-2) var(--round-2) 0 0;
  }

  .gdpr-component .dialog-settings {
    border-radius: 0;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .gdpr-component {
    align-items: center;
  }

  .dialog-item {
    width: 690px;
  }
}