iframe:not([src]) {
  display: none;
}

.cookiefirst-fallback {
  background: #2d2d2d;
  color: #fff;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

.cookiefirst-fallback p {
  display: inline;
}

.cookiefirst-fallback button {
  background: transparent;
  color: #fff;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.rte .cookiefirst-fallback a,
.cookiefirst-fallback a,
.cookiefirst-fallback em {
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: inherit;
}

.rte .cookiefirst-fallback a:hover,
.cookiefirst-fallback a:hover {
  color: inherit;
}

.cookiefirst-root > span {
  left: inherit;
  bottom: 1em;
  right: 0.9em;
}

@media (max-width: 1023px) {
  .cookiefirst-root > span {
    bottom: 4.5em;
    right: 0.6em;
  }
}
