
/* Политика куки */
.igWeka {
    position: fixed;
    bottom: 16px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    width: calc(100% - 32px);
    padding: 10px 20px;
    color: #181b21;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    border-radius: 8px;
    z-index: 999;
    color: #565656;
    line-height: 1.2!important;;
    font-size:13px!important;
}

#cookie-accept {
    margin-top: 5px;
}

.bXvFDg {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.bXvFDg button, .bXvFDg a {
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    min-width: 100px;
    /* Минимальная ширина для единообразия */
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.bXvFDg button#cookie-accept {
    background-color: #181b21;
    color: #fff;
}

.bXvFDg a.cookie-more {
    background-color: #c7c7c7;
    /* Серый цвет, как у Bootstrap btn-secondary */
    color: #fff;
    text-decoration: none;
}

.bXvFDg a.cookie-more:hover {
    background-color: #5a6268;
    /* Темнее при наведении */
    text-decoration: none;
}


    .igWeka {
        flex-direction: column;
        text-align: center;
        width: 90%;
        max-width: 300px;
        font-size: 13px;
    }

    .bXvFDg button, .bXvFDg a {
        padding: 5px 15px;
        min-width: 80px;
        /* Меньшая ширина для мобильных */
        margin: 0 4px;
    }

    .igWeka span {
        margin-bottom: 12px;
    }

    .bXvFDg {
        width: 100%;
        justify-content: center;
    }

    #cookie-consent a {
        font-size: 14px!important;
    }
/* Конец политика куки */
