/* Source: functions.php */
.tll-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99997;background:#1A120B;color:#fff;padding:14px 22px;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 -4px 20px rgba(0,0,0,.3);font-family:Arial,sans-serif;font-size:14px;animation:tllCookieUp .5s cubic-bezier(.22,1,.36,1)}
@keyframes tllCookieUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.tll-cookie-text{flex:0 1 auto}
.tll-cookie-accept{background:#60091A;color:#fff;border:none;padding:8px 22px;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;transition:all .25s;font-family:inherit}
.tll-cookie-accept:hover{background:#e85d2c;transform:translateY(-1px)}
@media(max-width:600px){.tll-cookie-banner{font-size:13px;padding:12px 14px;gap:12px;flex-wrap:wrap;text-align:center}.tll-cookie-text{flex:1 1 100%}}
