@import url("./privacy-directive.css");

.layout,
.content,
.sidebar,
.card,
.nav-list,
.nav-list a {
  min-width: 0;
  max-width: 100%;
}

.nav-list a,
.card p,
.card li {
  overflow-wrap: anywhere;
}

.cookie-table {
  table-layout: fixed;
  width: 100%;
}

.cookie-table th,
.cookie-table td {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .layout,
  .sidebar,
  .content {
    width: 100%;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .cookie-table th,
  .cookie-table td {
    padding: 8px;
    font-size: 13px;
  }
}
