 #CookieBanner { display: none; } .cookie-banner { font-size: 14px; position: fixed; right: 0; bottom: 0; min-width: 100%; background: #F5F6FE; color: black; text-align: center; display: block; padding: 10px; } .cookie-banner p { padding: 1rem 0.5rem 0.375rem 0.5rem; display: inline; margin-top: 0; margin-bottom: 5px; } .cookie-banner a { color: black; text-decoration: underline; font-style: italic; } .cookie-btn { background: #4154f1; border: 1px solid #4154f1; color: white; padding: 5px; font-size: 1rem; border-radius: 0.5rem; cursor: pointer; min-width: 50px; } .cookie-btn-refuse { background: transparent; border-color: #888; color: #555; margin-left: 6px; }