#gdpr-cookie-consent-bar.gdpr-banner {
width: 100vw !important;
max-width: none !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: auto !important;
margin: 0 !important;
padding: 10px clamp(14px, 3vw, 42px) !important;
border-width: 1px 0 0 !important;
border-radius: 0 !important;
box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08) !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .gdpr_notice_header {
display: none !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .gdpr_main_body {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
gap: 18px !important;
width: 100% !important;
max-width: 1600px !important;
margin: 0 auto !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .gdpr-notice-content-body {
flex: 1 1 auto !important;
min-width: 0 !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .gdpr-notice-content-body &gt; div {
gap: 0 !important;
}
#gdpr-cookie-consent-bar.gdpr-banner p {
margin: 0 !important;
font-size: 14px !important;
line-height: 1.45 !important;
text-align: left !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons {
flex: 0 0 auto !important;
width: auto !important;
margin-top: 0 !important;
gap: 8px !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons .left_buttons {
display: flex !important;
flex-wrap: nowrap !important;
gap: 8px !important;
width: auto !important;
}
#gdpr-cookie-consent-bar.gdpr-banner a.gdpr_action_button {
width: auto !important;
min-width: 0 !important;
padding: 7px 12px !important;
border-radius: 0 !important;
font-size: 13px !important;
line-height: 1.2 !important;
white-space: nowrap !important;
}
@media (max-width: 900px) {
#gdpr-cookie-consent-bar.gdpr-banner {
padding: 10px 14px !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .gdpr_main_body {
flex-direction: column !important;
align-items: flex-start !important;
gap: 8px !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons,
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons .left_buttons {
width: 100% !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons .left_buttons {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 6px !important;
}
#gdpr-cookie-consent-bar.gdpr-banner a.gdpr_action_button {
width: 100% !important;
padding: 8px 8px !important;
}
}
@media (max-width: 480px) {
#gdpr-cookie-consent-bar.gdpr-banner {
padding: 9px 10px !important;
}
#gdpr-cookie-consent-bar.gdpr-banner p {
font-size: 13px !important;
line-height: 1.35 !important;
}
#gdpr-cookie-consent-bar.gdpr-banner .cookie_notice_buttons .left_buttons {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#gdpr-cookie-consent-bar.gdpr-banner #cookie_action_accept_all {
grid-column: 1 / -1 !important;
}
#gdpr-cookie-consent-bar.gdpr-banner a.gdpr_action_button {
font-size: 12px !important;
}
}