.smart-cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgb(0 0 0 / .9);text-align:center;padding:1em;z-index:10000;box-shadow:0 -2px 4px rgb(0 0 0 / .2);display:none;box-sizing:border-box}.smart-cookie-banner.visible{display:block;animation:fadeIn 0.3s ease-in}.smart-cookie-banner p{margin:0 0 .5em}.smart-cookie-banner .cookie-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5em}.smart-cookie-banner .cookie-buttons button{padding:.5em 1em;border:none;border-radius:20px;font-size:.85em;cursor:pointer;color:#fff;transition:background-color 0.2s,transform 0.2s}.smart-cookie-banner button#consent-all{background:#28a745}.smart-cookie-banner button#consent-all:hover{background:#2fbf55;transform:scale(1.05)}.smart-cookie-banner button#consent-analytics{background:#007bff}.smart-cookie-banner button#consent-analytics:hover{background:#1a8cff;transform:scale(1.05)}.smart-cookie-banner button#consent-marketing{background:#6f42c1}.smart-cookie-banner button#consent-marketing:hover{background:#8257d5;transform:scale(1.05)}.smart-cookie-banner button#consent-decline{background:#6c757d}.smart-cookie-banner button#consent-decline:hover{background:#828a91;transform:scale(1.05)}.cookie-reset-toggle{display:none;position:fixed;bottom:1em;left:1em;width:44px;height:44px;background:rgb(0 0 0 / .9);border:1px solid #f5faff;border-radius:50%;font-size:1.25em;text-align:center;line-height:44px;z-index:10001;cursor:pointer;transition:box-shadow 0.2s,transform 0.2s}.cookie-reset-toggle.visible{display:block}.cookie-reset-toggle:hover{box-shadow:0 2px 4px rgb(0 0 0 / .2);transform:scale(1.05)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}