#cookie-consent-banner{position:fixed;bottom:-150px;left:0;width:100%;background:#EDFDF7;border-top:1px solid #126666;padding:15px 20px;box-shadow:0 -5px 20px #0000001a;display:flex;justify-content:space-between;align-items:center;transition:bottom .5s ease-in-out;z-index:9999;box-sizing:border-box}#cookie-consent-banner.show{bottom:0}.cookie-text{font-size:.875rem;margin-right:20px;line-height:1.5;color:#1F403E}.cookie-buttons{display:flex;gap:12px;flex-shrink:0}.cookie-buttons button{padding:8px 20px;border-radius:4px;cursor:pointer;font-weight:700;transition:all .2s ease;font-size:.875rem}.btn-accept{background-color:teal;color:#fff;border:2px solid teal;text-shadow:1px 0 1px #000}.btn-accept:hover{background-color:#005959;border-color:#005959}.btn-reject{background-color:#FFFFD4;color:#212529;border:2px solid #475659}.btn-reject:hover{background-color:#EB5959;color:#fff;text-shadow:1px 0 1px #000}@media (max-width:600px){#cookie-consent-banner{flex-direction:column;text-align:left;padding:20px 15px}.cookie-text{margin-right:0;margin-bottom:15px}.cookie-buttons{width:100%;flex-direction:column}.cookie-buttons button{width:100%}}