.ad-slot {
  clear: both;
  margin: 2rem 0;
  border-top: 1px solid #d5ddd9;
  border-bottom: 1px solid #d5ddd9;
  padding: .65rem 0;
}

.ad-slot-label {
  display: block;
  color: #63736d;
  font: 700 .7rem/1 Arial, sans-serif;
  letter-spacing: .08em;
  margin: 0 0 .5rem;
  text-align: center;
  text-transform: uppercase;
}

.tlg-cookie-banner {
  background: #fffdf8;
  border: 1px solid #173c34;
  bottom: 1rem;
  box-shadow: 7px 7px 0 rgba(23, 60, 52, .18);
  color: #102c26;
  left: 1rem;
  max-width: 32rem;
  padding: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1000;
}

.tlg-cookie-banner h2 { font: 700 1.05rem/1.2 Arial, sans-serif; margin: 0 0 .35rem; }
.tlg-cookie-banner p { color: #425d54; font: .86rem/1.45 Arial, sans-serif; margin: 0 0 .75rem; }
.tlg-cookie-banner a { color: #005941; text-decoration: underline; }
.tlg-cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.tlg-cookie-actions button, .tlg-cookie-save {
  background: #005941;
  border: 1px solid #005941;
  color: #fff;
  cursor: pointer;
  font: 700 .86rem/1 Arial, sans-serif;
  min-height: 2.4rem;
  padding: .7rem .9rem;
}
.tlg-cookie-actions button.tlg-cookie-secondary { background: #fffdf8; color: #005941; }
.tlg-cookie-options { border-top: 1px solid #d5ddd9; margin-top: 1rem; padding-top: .9rem; }
.tlg-cookie-options[hidden] { display: none; }
.tlg-cookie-options label { display: block; font: .88rem/1.45 Arial, sans-serif; margin: .65rem 0; }
.tlg-cookie-options input { margin-right: .45rem; }
.tlg-cookie-preferences {
  background: #fffdf8;
  border: 1px solid #173c34;
  bottom: 1rem;
  color: #173c34;
  cursor: pointer;
  font: 700 .78rem/1 Arial, sans-serif;
  padding: .65rem .8rem;
  position: fixed;
  right: 1rem;
  z-index: 999;
}

@media (max-width: 540px) {
  .tlg-cookie-banner { bottom: .65rem; left: .65rem; max-height: 42vh; overflow-y: auto; padding: .8rem; right: .65rem; }
  .tlg-cookie-banner h2 { font-size: 1rem; }
  .tlg-cookie-banner p { font-size: .8rem; line-height: 1.35; margin-bottom: .65rem; }
  .tlg-cookie-actions { display: grid; gap: .4rem; grid-template-columns: 1fr 1fr; }
  .tlg-cookie-actions button { min-height: 2.15rem; padding: .55rem .45rem; }
  .tlg-cookie-actions [data-consent-manage] { grid-column: 1 / -1; }
  .tlg-cookie-preferences { bottom: .65rem; right: .65rem; }
}
