.cp-consent-banner {
  color: #151a23;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cp-consent-banner {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d5dce8;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 16px 48px rgba(21, 26, 35, 0.16);
  display: flex;
  gap: 16px;
  left: 18px;
  max-width: 880px;
  padding: 16px;
  position: fixed;
  right: 18px;
  z-index: 2147483000;
}

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

.cp-consent-copy {
  flex: 1;
  min-width: 0;
}

.cp-consent-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  margin: 0 0 4px;
}

.cp-consent-text {
  color: #657184;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}

.cp-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cp-consent-button,
.cp-consent-link {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  min-height: 40px;
  padding: 9px 12px;
}

.cp-consent-button {
  border: 1px solid #2563eb;
}

.cp-consent-button-primary {
  background: #2563eb;
  color: #ffffff;
}

.cp-consent-button-secondary {
  background: #ffffff;
  color: #2563eb;
}

.cp-consent-link {
  color: #657184;
  text-decoration: none;
}

.cp-consent-link:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .cp-consent-banner {
    align-items: stretch;
    bottom: 10px;
    flex-direction: column;
    gap: 12px;
    left: 10px;
    right: 10px;
  }

  .cp-consent-actions {
    justify-content: stretch;
  }

  .cp-consent-button,
  .cp-consent-link {
    flex: 1 1 auto;
  }
}
