/* Cookie banner start */
.cookie-banner-alt {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: var(--shadow-middle-alt);
    right: 16px;
    bottom: 16px;
    gap: 8px;
    width: calc(100% - 32px);
    max-width: 440px;
    padding: 4px 4px 4px 12px;
    background-color: var(--blue-25);
}

.cookie-banner-alt * {
    box-sizing: border-box;
}

.cookie-banner-alt__text {
    color: var(--gray-950);
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
/* Cookie banner end */