.d-flex {
    display: flex;
}

.btn-action {
    margin: 0 5px;
    min-width: auto;
}

.cookies-wrapper {
    font-size: 14px;
    line-height: 1.2em;
}

@media screen and (max-width: 580px) {
    .cookies-wrapper {
        flex-direction: column;
    }
}

.cookies-text {
    margin-bottom: 1rem;
}

.photo-form-wrapper textarea {
    background: rgba(255, 255, 255, 0.85);
}

.photo-form-wrapper input[type="checkbox"] {
    width: auto;
    margin-bottom: 0;
}