.fc-cookie-consent{position:fixed;left:0;right:0;z-index:99999;padding:16px;background:var(--fc-bg,#111827);color:var(--fc-text,#ffffff);box-shadow:0 -8px 30px rgb(0 0 0 / .2);font-size:15px;line-height:1.5}.fc-cookie-consent--top{top:0}.fc-cookie-consent--bottom{bottom:0}.fc-cookie-consent__content{max-width:1200px;margin:0 auto;display:flex;gap:16px;align-items:center;justify-content:space-between}.fc-cookie-consent__message{flex:1 1 auto}.fc-cookie-consent__message a{color:var(--fc-text,#ffffff);text-decoration:underline;font-weight:600}.fc-cookie-consent__button{flex:0 0 auto;appearance:none;border:0;border-radius:8px;padding:12px 20px;background:var(--fc-button-bg,#2563eb);color:var(--fc-button-text,#ffffff);cursor:pointer;font-size:14px;font-weight:700;transition:opacity 0.2s ease-in-out,transform 0.2s ease-in-out}.fc-cookie-consent__button:hover,.fc-cookie-consent__button:focus{opacity:.92;transform:translateY(-1px)}.fc-cookie-consent__button:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (max-width:768px){.fc-cookie-consent__content{flex-direction:column;align-items:stretch}.fc-cookie-consent__button{width:100%}}