.site-ad-slot {
  display: grid;
  place-items: center;
  max-width: 100%;
  margin: 16px auto;
  overflow: hidden;
  border: 1px dashed color-mix(in srgb, var(--brand) 25%, #d9d9d9);
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand) 3%, #fff);
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  width: min(440px, calc(100vw - 32px));
  padding: 16px;
  color: #222;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgb(0 0 0 / 18%);
}

.consent-banner p {
  margin: 8px 0 12px;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.consent-actions button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  background: #fff;
  color: var(--brand);
  cursor: pointer;
}

.consent-actions a {
  font-size: 14px;
}
