/* Okamžité stylování cookie lišty */
.siteCookies--bottom {
    background-color: rgba(0, 0, 0, 0.92) !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
}

.siteCookies__form {
    background-color: transparent !important;
    box-shadow: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.siteCookies__buttonWrap {
    align-items: flex-start !important;
    display: flex !important;
    gap: 16px !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
    align-content: stretch !important;
    justify-content: center !important;
}
