﻿#consent-banner{all:initial;position:fixed;bottom:0;left:0;z-index:8888}#consent-banner .consent-banner-content{background-color:#fff3cd;color:#664d03;padding:1ex 1em;animation:consentSlideIn 1s forwards;box-shadow:0 -1px 5px 0 rgba(0,0,0,.5);border-top:1px solid #ffe69c;opacity:.95}@keyframes consentSlideIn{0%{transform:translateY(100%)}100%{transform:translateY(0)}}#consent-banner a{color:#664d03;font-weight:700}#consent-banner a:hover{color:#664d03;text-decoration:underline}#consent-banner a:focus-visible{outline:2px dotted #664d03;outline-offset:1px;text-decoration:underline}#consent-banner button{background-color:#198754;color:#fff;border:1px solid #198754;padding:.5em 1em;border-radius:.25em;cursor:pointer;font-family:sans-serif;font-size:16px;text-transform:none;font-weight:700;height:auto}#consent-banner button:hover,#consent-banner button:active{background-color:#146c43;border-color:#146c43}#consent-banner button:focus-visible{outline:2px dotted #146c43;outline-offset:2px}#consent-banner button[data-consent-mode=denied]{background-color:transparent;border:0;color:#664d03;text-decoration:underline;margin-right:1em}#consent-banner button[data-consent-mode=denied]:hover,#consent-banner button[data-consent-mode=denied]:active{background-color:transparent;border:0;color:#664d03;text-decoration:underline}#consent-banner button[data-consent-mode=denied]:focus-visible{outline:2px dotted #664d03;outline-offset:1px;text-decoration:underline}#consent-banner .consent-text{padding:0 0 .5rem;line-height:normal;font-family:sans-serif;font-size:14px}#consent-banner .consent-button-area{text-align:center}@media screen and (min-width:1040px){#consent-banner .cookie-consent{display:flex;justify-content:space-between;align-items:center;gap:1em}#consent-banner .consent-text{padding:0}#consent-banner .consent-button-area{display:flex;justify-content:space-between}}