
#ticc-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #1a1a1a;
  color: #ffffff;
  z-index: 9999;
  font-family: inherit;
}
.ticc-inner {
  max-width: 1200px;
  margin: auto;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ticc-actions button {
  margin-right: 10px;
  padding: 8px 18px;
  border: none;
  cursor: pointer;
}
#ticc-accept { background:#2e7d32; color:#fff; }
#ticc-reject { background:#9e9e9e; color:#000; }
