
.cookie {
    display: none;
    padding: 20px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #009a44;
    color: white;
    z-index: 10000;
    font-size: 16px;
    font-weight: 500;
}

.cookie-content {
    flex: 0 0 75%;
    max-width: 75%;
}

.cookie a {
    color: white;
    text-decoration: underline;
}

.cookie-action {
    color: #009a44;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
}

.cookie-action button {
    font-weight: bold !important;
}

@media only screen and (max-width: 576px) {
    .cookie {
        flex-direction: column;
    }

    .cookie-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cookie-action {
        flex: 0 0 100%;
        max-width: 100%;
        color: #009a44;
        padding-top: 20px;
        text-align: right;
    }
}
