.cc-revoke {
  display: none !important;
}

.cc-window.cc-floating {
  padding: 1em;
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window {
    font-size: 10px;
    line-height: 1.2em;
  }

  .cc-window.cc-floating {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 6px;
  }

  .cc-floating .cc-message {
    margin-bottom: 0;
  }
}
