/**handles:film-geezers-cookie-consent**/
#cookie-consent-popup{position:fixed;bottom:-100%;left:0;right:0;background-color:rgba(0,0,0,.9);color:#fff;padding:20px;box-shadow:0 -2px 10px rgba(0,0,0,.2);z-index:9999;transition:bottom .5s ease-in-out;font-size:14px}#cookie-consent-popup.show{bottom:0}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.cookie-text{flex:1;min-width:300px}.cookie-text h4{margin-top:0;margin-bottom:10px;font-size:18px}.cookie-text p{margin-bottom:0}.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s}.btn-accept{background-color:#dc3545;color:#fff}.btn-accept:hover{background-color:#c82333}.btn-reject{background-color:transparent;color:#fff;border:1px solid #fff}.btn-reject:hover{background-color:rgba(255,255,255,.1)}@media (max-width:768px){.cookie-content{flex-direction:column;align-items:flex-start}.cookie-buttons{width:100%;justify-content:center}}