@media print {
.cc-window,
.cc-revoke {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner,
.cc-window.cc-floating,
.cc-window.cc-right,
.cc-window.cc-left {
left: 0;
right: 0;
}
.cc-window.cc-banner {
flex-direction: column;
align-items: unset;
}
.cc-window.cc-banner .cc-compliance {
flex: 1 1 auto;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner .cc-message {
margin-right: 0;
}
}