#sc-cmp-banner.tcs-banner {
  position: fixed;
  box-sizing: border-box;
  z-index: 2147483646;
  width: calc(100% - 24px);
  max-width: 960px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--tcs-border, rgba(17, 24, 39, 0.15));
  background: var(--tcs-bg, #fff);
  color: var(--tcs-text, #111827);
  font: 400 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.16);
}

#sc-cmp-banner.tcs-banner .tcs-banner__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
}

#sc-cmp-banner.tcs-banner .tcs-banner__body {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.94;
  margin: 0;
}

#sc-cmp-banner.tcs-banner .tcs-banner__disclaimer {
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.84;
  margin: 8px 0 0;
}

#sc-cmp-banner.tcs-banner .tcs-banner__links {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.86;
}

#sc-cmp-banner.tcs-banner .tcs-banner__links a {
  color: var(--tcs-primary, #059669);
  text-decoration: underline;
}

#sc-cmp-banner.tcs-banner .tcs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tcs-btn {
  appearance: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--tcs-btn-border, rgba(17, 24, 39, 0.18));
  transition: all 0.16s ease;
}

.tcs-btn.tcs-btn--primary {
  background: var(--tcs-primary, #059669);
  color: #fff;
  border-color: transparent;
}

.tcs-btn.tcs-btn--secondary {
  background: transparent;
  color: var(--tcs-text, #111827);
}

.tcs-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

#sc-cmp-banner.tcs-banner .tcs-powered {
  margin-top: 10px;
  font-size: 11px;
  opacity: 0.72;
}

#sc-cmp-banner.tcs-banner .tcs-powered a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

#sc-cmp-banner.tcs-banner .tcs-powered img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  border-radius: 4px;
}

#sc-cmp-banner.tcs-banner.tcs-banner--bar {
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0 auto;
}

#sc-cmp-banner.tcs-banner.tcs-banner--rectangle-left {
  left: 12px;
  right: auto;
  bottom: 12px;
  max-width: 380px;
}

#sc-cmp-banner.tcs-banner.tcs-banner--rectangle-right {
  right: 12px;
  left: auto;
  bottom: 12px;
  max-width: 380px;
}

#sc-cmp-modal.tcs-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(2, 6, 23, 0.55);
}

#sc-cmp-modal .tcs-modal-card {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  border: 1px solid var(--tcs-btn-border, rgba(17, 24, 39, 0.18));
  background: var(--tcs-bg, #fff);
  color: var(--tcs-text, #111827);
  padding: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

#sc-cmp-modal .tcs-modal-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

#sc-cmp-modal .tcs-modal-desc {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.92;
  margin-top: 8px;
}

#sc-cmp-modal .tcs-modal-disclaimer {
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.88;
  margin-top: 8px;
}

#sc-cmp-modal .tcs-modal-links {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.9;
}

#sc-cmp-modal .tcs-modal-links a {
  color: var(--tcs-primary, #059669);
  text-decoration: underline;
}

#sc-cmp-modal .tcs-modal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--tcs-divider, rgba(17, 24, 39, 0.1));
}

#sc-cmp-modal .tcs-modal-row:last-of-type {
  border-bottom: none;
}

#sc-cmp-modal .tcs-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.tcs-revisit-btn {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2147483600;
  background: var(--tcs-primary, #059669);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media (max-width: 640px) {
  #sc-cmp-banner.tcs-banner {
    width: calc(100% - 16px);
    left: 8px !important;
    right: 8px !important;
    max-width: none !important;
    bottom: 8px !important;
    padding: 14px;
  }
}
