.site-trust-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  margin: 28px auto 8px;
  padding: 22px 16px;
  border-top: 1px solid rgba(128, 160, 143, 0.25);
  color: #adc3b6;
  font-size: 0.88rem;
  text-align: center;
}

.site-trust-footer a,
.site-trust-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.tcg-consent-banner {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  width: min(470px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(134, 230, 176, 0.34);
  border-radius: 18px;
  background: #0c2017;
  color: #eefbf4;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
}

.tcg-consent-banner[hidden] {
  display: none;
}

.tcg-consent-banner h2 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.tcg-consent-banner p {
  margin: 0;
  color: #c8dfd2;
  font-size: 0.94rem;
  line-height: 1.55;
}

.tcg-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tcg-consent-actions button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #69dd9e;
  border-radius: 999px;
  background: transparent;
  color: #f1fff7;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tcg-consent-actions .tcg-consent-primary {
  background: #3bc978;
  color: #06140c;
}

.tcg-consent-dialog {
  width: min(560px, calc(100% - 30px));
  padding: 0;
  border: 1px solid rgba(134, 230, 176, 0.34);
  border-radius: 20px;
  background: #0c2017;
  color: #eefbf4;
}

.tcg-consent-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.tcg-consent-dialog form {
  padding: 24px;
}

.tcg-consent-dialog h2 {
  margin: 0 0 8px;
}

.tcg-consent-dialog p {
  color: #c8dfd2;
  line-height: 1.55;
}

.tcg-consent-choice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(134, 230, 176, 0.18);
}

.tcg-consent-choice strong {
  display: block;
}

.tcg-consent-choice small {
  color: #b7ccbf;
  line-height: 1.45;
}

.tcg-consent-choice input {
  width: 22px;
  height: 22px;
}

@media (max-width: 540px) {
  .tcg-consent-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
}
