#pcwp-cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  background-color: #333;
  color: #fff;
  padding: 1.5rem 1rem;
  z-index: 9999;
}

#pcwp-accept-cookies,
#pcwp-reject-cookies {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
}

#pcwp-accept-cookies:hover,
#pcwp-reject-cookies:hover {
  background-color: #006291;
}

#pcwp-accept-cookies:focus,
#pcwp-reject-cookies:focus,
#pcwp-close-banner:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#pcwp-close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

#pcwp-cookie-banner p {
  font-size: 1rem;
}

#pcwp-cookie-footer {
  display: flex;
  justify-content: left;
  gap: 1rem;
}