.tdrees-cookie-panel[hidden] { display: none !important; }
.tdrees-cookie-panel {
  position: fixed;
  z-index: 2147483640;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 42rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  background: #102542;
  color: #fff;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
  font-family: "Roboto", Arial, sans-serif;
}
.tdrees-cookie-panel p { margin: 0 0 0.75rem; color: inherit; }
.tdrees-cookie-panel__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.tdrees-cookie-panel button,
.tdrees-cookie-settings {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 2px solid #fff;
  border-radius: 0;
  cursor: pointer;
  font: 700 0.9rem/1.2 "Roboto Condensed", Arial, sans-serif;
}
.tdrees-cookie-panel [data-cookie-accept] { background: #fff; color: #102542; }
.tdrees-cookie-panel [data-cookie-reject] { background: transparent; color: #fff; }
.tdrees-cookie-settings {
  display: block;
  margin: 1rem auto;
  border-color: currentColor;
  background: transparent;
  color: inherit;
}
