.rt-consent-banner {
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 18px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: #101828;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-left: 4px solid #14a38b;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(11, 18, 32, .2);
  font-family: Arial, Helvetica, sans-serif;
}

.rt-consent-banner[hidden],
.rt-consent-manage[hidden] { display: none; }

.rt-consent-copy { max-width: 690px; }

.rt-consent-copy h2 { margin: 0 0 5px; font-size: 18px; line-height: 1.2; }

.rt-consent-copy p { margin: 0; color: #596579; font-size: 14px; line-height: 1.55; }

.rt-consent-copy a { font-weight: 700; }

.rt-consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.rt-consent-button,
.rt-consent-manage {
  min-height: 42px;
  padding: 10px 15px;
  color: #fff;
  background: #3027a9;
  border: 1px solid #3027a9;
  border-radius: 9px;
  cursor: pointer;
  font: 700 13px/1.2 Arial, Helvetica, sans-serif;
}

.rt-consent-button.secondary { color: #101828; background: #fff; border-color: #cbd3df; }

.rt-consent-button:hover,
.rt-consent-button:focus-visible,
.rt-consent-manage:hover,
.rt-consent-manage:focus-visible { box-shadow: 0 0 0 3px rgba(48, 39, 169, .2); outline: none; }

.rt-consent-manage {
  position: fixed;
  z-index: 99998;
  right: 18px;
  bottom: 18px;
  min-height: 36px;
  padding: 8px 11px;
  color: #101828;
  background: #fff;
  border-color: #cbd3df;
  box-shadow: 0 8px 24px rgba(11, 18, 32, .14);
  font-size: 12px;
}

@media (max-width: 760px) {
  .rt-consent-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 16px; gap: 15px; align-items: stretch; flex-direction: column; }
  .rt-consent-actions { display: grid; grid-template-columns: 1fr; }
  .rt-consent-button { width: 100%; }
}
