#epg-cookie-banner.epg-bottom{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#fff;border-top:1px solid #eee;padding:12px 20px;box-shadow:0 -2px 6px rgba(0,0,0,0.05);} 
#epg-cookie-banner.epg-top{position:fixed;left:0;right:0;top:0;z-index:99999;background:#fff;border-bottom:1px solid #eee;padding:12px 20px;box-shadow:0 2px 6px rgba(0,0,0,0.05);}
#epg-cookie-banner .epg-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}
#epg-cookie-banner .epg-text{font-size:14px;}
#epg-cookie-banner .epg-actions button{margin-left:8px;padding:8px 14px;border:0;border-radius:3px;cursor:pointer;}
#epg-cookie-banner .epg-actions button#epg-accept{background:#2e8b57;color:#fff;}
#epg-cookie-banner .epg-actions button#epg-decline{background:#f2f2f2;color:#333;}
@media (max-width:600px){#epg-cookie-banner .epg-inner{flex-direction:column;gap:8px;align-items:flex-start;} }
