footer {
    width: 100%;
    color: white;
    text-align: center;
    padding: 0;
    clear: both;
    font-size: small;
    bottom: 0;
    position: fixed;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 80%, transparent);
}

.adventure-footer__panel {
    display: none;
    width: 80%;
    margin: auto;
    padding: 20px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;

    img {
        width: 70px;
    }
}

.adventure-footer__panel.is-open {
    display: flex;
}

.footer-trigger.current input {
    background: orange;
}
