/* NIGES.COOKIESACCEPT */
.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}
.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}
.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: #3da8ff; 
}
.nca-cookiesaccept-line.style-2 {
    background-color: #0d3e66;
}
.nca-cookiesaccept-line.style-3 {
    background-color: #c5c5c5;
}
.nca-cookiesaccept-line.style-4 {
    background-color: #474747;
}
.nca-cookiesaccept-line.style-5 {
    background-color: #3dff9e;
}
.nca-cookiesaccept-line.style-6 {
    background-color: #095c32;
}
.nca-cookiesaccept-line.style-7 {
    background-color: #54ff3d;
}
.nca-cookiesaccept-line.style-8 {
    background-color: #5c0505;
}
.nca-cookiesaccept-line.style-9 {
    background-color: #cbff3d;
}
.nca-cookiesaccept-line.style-10 {
    background-color: #465e04;
}
.nca-cookiesaccept-line.style-11 {
    background-color: #ff943d;
}
.nca-cookiesaccept-line.style-12 {
    background-color: #8a460e;
}
.nca-cookiesaccept-line.style-13 {
    background-color: #ff3d3d;
}
.nca-cookiesaccept-line.style-14 {
    background-color: #771616;
}
.nca-cookiesaccept-line.style-15 {
    background-color: #ff3d98;
}
.nca-cookiesaccept-line.style-16 {
    background-color: #550a2d;
}
.nca-cookiesaccept-line.style-17 {
    background-color: #5381ff;
}
.nca-cookiesaccept-line.style-18 {
    background-color: #06257a;
}
.nca-cookiesaccept-line.style-19 {
    background-color: #ffffff;
}
.nca-cookiesaccept-line.style-20 {
    background-color: #000000;
}
@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}.nca-cookiesaccept-line {
    line-height: 1.4 !important;
}
/* Кнопка принятия куки */
#nca-cookiesaccept-line-accept-btn {
    background-color: #66B3D4 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 30px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25) !important;
    white-space: nowrap !important;
}
#nca-cookiesaccept-line-accept-btn:hover {
    background-color: #C82C30 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35) !important;
}
#nca-cookiesaccept-line-accept-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 4px rgba(37, 99, 235, 0.25) !important;
}
/* Адаптив для мобильных (до 767px) */
@media screen and (max-width: 767px) {
    .nca-cookiesaccept-line {
        padding: 10px 12px !important;
        bottom: calc(16px + env(safe-area-inset-bottom, 16px)) !important;
        /* Убираем внутренний скролл — баннер должен помещаться целиком */
        max-height: none !important;
        overflow-y: visible !important;
    }
    .nca-cookiesaccept-line &gt; div {
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        text-align: center !important;
    }
    /* Сбрасываем лишние горизонтальные отступы из оригинального шаблона */
    .nca-cookiesaccept-line &gt; div &gt; div {
        padding: 0 !important;
    }
    /* Компактный, но читаемый текст уведомления */
    .nca-cookiesaccept-line-text {
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin: 0 !important;
    }
    /* Кнопка: удобная для пальца, но не громоздкая */
    #nca-cookiesaccept-line-accept-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        min-height: 44px !important; /* Стандарт touch-target iOS/Android */
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        white-space: normal !important;
    }
}