html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (max-width: 767px) {
    .cmplz-cookiebanner.banner-1 {
        width: min(92vw, 360px) !important;
        max-width: min(92vw, 360px) !important;
        padding: 14px !important;
        border-radius: 18px !important;
        gap: 10px !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-header,
    .cmplz-cookiebanner.banner-1 .cmplz-body,
    .cmplz-cookiebanner.banner-1 .cmplz-buttons {
        gap: 8px !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-title {
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-message {
        max-height: 5.5em !important;
        overflow: auto !important;
        font-size: 12px !important;
        line-height: 1.38 !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-buttons {
        grid-template-columns: 1fr 1fr !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-btn {
        min-height: 40px !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
    }

    .cmplz-cookiebanner.banner-1 .cmplz-view-preferences,
    .cmplz-cookiebanner.banner-1 .cmplz-save-preferences,
    .cmplz-cookiebanner.banner-1 .cmplz-manage-options {
        grid-column: 1 / -1 !important;
    }
}
