/*
  @file Generic styling for the cookie popups/renew preferences buttons.
*/
.anrt-gdpr-floating-cookie {
  position: fixed;
  z-index: 500;
  bottom: 5px;
  left: 5px;
}

.anrt-gdpr-floating-cookie__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: .25rem;
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 0;
}

.anrt-gdpr-floating-cookie__button:focus,
.anrt-gdpr-floating-cookie__button:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #333;
  border-color: #333;
  cursor: pointer;
}

.anrt-gdpr-floating-cookie__button svg {
  width: 2rem;
  height: 2rem;
}

.anrt-gdpr-floating-cookie__button svg {
  fill: #fff;
}

.anrt-gdpr-floating-cookie__button:focus svg,
.anrt-gdpr-floating-cookie__button:hover svg {
  fill: #333;
}
