#mala-szklarnia-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #26404a;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    z-index: 99;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-message-wrapper {
    margin-right: 40px;
}

.cookie-message {
    color: #26404a;
    font-weight: 400;
    line-height: 1.5em;

}

@media only screen and (max-width: 766px) {
    #mala-szklarnia-cookie-bar {
        flex-direction: column;
    }

    .cookie-message-wrapper {
        margin: 0 0 20px 0;
    }

    .cookie-message {
        font-size: 12px;
    }

    .cookie-message .primary-mala-szklarnia-button {
        width: 100%;
    }
}