.eu-cookie-compliance-banner button {
  width: auto;
  line-height: 0.8rem;
  font-family: arial, sans-serif;
}
.eu-cookie-compliance-banner button:hover {
  background-color: transparent;
} 
.eu-cookie-compliance-banner .eu-cookie-compliance-more-button {
  line-height: 1rem;
}
.eu-cookie-compliance-banner table  {
  border-collapse: collapse;
}
.legals__table {
  display: none;
}
.cookies-list {
  display: block;
  line-height: 1.5rem;
}
.cookies-list li {
  list-style-type: none;
}
.cookies-list ul {
  padding: 0px 0 20px 0;
  border-bottom: 1px solid var(--brand-color-blue-dark); 
}
.cookies-list span{
  display: block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
#damm-cookies-edit-settings {
  margin: 30px auto;
  max-width: 300px;
  display: block;
  background-position: 90% center;
}

.cookies-table.legals__table tr th:nth-child(1n), 
.cookies-table.legals__table tr th:nth-child(2n), 
.cookies-table.legals__table tr th:nth-child(3n) {
  width: 20%;
}
.cookies-table.legals__table tr th:nth-child(4n) {
  width: 40%;
}

.cookies-table .odd a, .cookies-list a{
  text-decoration: underline;
}

.configure-personalization-button, .decline-cookies-configure{
  padding: 4px 8px
}

@media screen and (min-width: 64em) {
  .legals__table {
    display: block;
  }
  .cookies-list {
    display: none
  }
  #damm-cookies-edit-settings {
    margin: 30px auto;
    width: 300px;
    display: block;
    background-position: 85% center;
    border: none;
  }

}