.td-cookie-banner {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 2000;
  max-width: 680px;
  margin: 0 auto;
  padding: 0.8rem 0.9rem;
  color: #1a2b3c;
  background: #fff;
  border: 1px solid #d8dee5;
  border-radius: 6px;
  box-shadow: 0 3px 14px rgba(19, 45, 68, 0.12);
}

.td-cookie-banner p {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.td-cookie-banner strong { color: inherit; }

.td-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.td-cookie-actions button,
.td-cookie-settings {
  border: 1px solid #0052a2;
  border-radius: 5px;
  padding: 0.32rem 0.65rem;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  cursor: pointer;
}

.td-cookie-accept { color: #fff; background: #0052a2; }
.td-cookie-decline { color: #334e68; background: #fff; border-color: #9aa8b5 !important; }

.td-cookie-settings {
  position: fixed;
  left: 0.75rem;
  bottom: 0.65rem;
  z-index: 1900;
  color: #334e68;
  background: #fff;
  border-color: #9fb5c8;
  padding: 0.25rem 0.55rem;
  font-size: 0.76rem;
}

@media (max-width: 520px) {
  .td-cookie-banner { inset: auto 0.5rem 0.5rem 0.5rem; }
  .td-cookie-actions button { flex: 1 1 auto; }
}
