.store-button-img {
    height: 50px;
    width: auto;
}

.card.is-hoverable {
    transition: all 0.2s ease-in-out;
}

.card.is-hoverable:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1023px) {
    .navbar-menu.is-active {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #292929;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        padding: 1.5rem;
    }
}

.card-footer.is-borderless {
    border-top: none;
}

.navbar-burger span {
    background-color: hsl(171, 100%, 41%);
}

.menu-list a {
    color: #f5f5f5;
    background-color: hsl(0, 0%, 21%);
}

.body-full-height {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-flex-grow {
    flex-grow: 1;
}
