#consentpress-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 20px;
  border-top: 3px solid #000;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
  z-index: 10000;
}

#cookie-banner h3 {
  margin-top: 0;
}

#consentpress-cookie-banner input[type="checkbox"] {
	margin-right: 5px;
}

#consentpress-cookie-banner button {
	background-color: #000;
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
}

#consentpress-cookie-banner label {
	margin-right:5px;
}

#consentpress-cookie-banner a {
	font-size: 13px;
	text-decoration: underline;
	margin-left: 10px;
}

#cpc-revoke {
    position: fixed;
    bottom: 0px;
    left: 0;
    color: #fff;
    padding: 10px;
    border: 0 none;
    font-size: 28px;
    background: none;
    z-index: 10;
}

#cookie-category-filters{
  margin-bottom: 1.5rem;
}

#cookie-category-filters label{
  text-transform: capitalize;
}

.consentpress-icon {
  color: var(--cpc-accent, #000);
}

.cpc-cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem !important;
  font-size: 0.95em;
}

.cpc-cookie-table th,
.cpc-cookie-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.cpc-cookie-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.cpc-cookie-table tr:nth-child(even) {
  background-color: #fafafa;
}

.cpc-table-wrapper {
  overflow-x: auto;
}