.chefcookie__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -1rem !important;
}

.chefcookie__button,
.chefcookie__button:focus {
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
}

.chefcookie__button--settings {
    order: 1;
}

.chefcookie__button--decline {
    order: 2;
}

.chefcookie__button--accept {
    order: 3;
}

@media screen and (max-width: 940px) {
    .chefcookie__button {
        margin-right: 0 !important;
    }
}
