.istores-consent,
.istores-consent-settings {
    box-sizing: border-box;
    font-family: inherit;
    color: #1b2640;
    background: #fff;
    text-align: start;
    font-size: 16px;
    line-height: 1.6;
    z-index: 2147483000;
}
.istores-consent[hidden] { display: none !important; }
.istores-consent {
    position: fixed;
    inset-block-end: 72px;
    inset-inline-end: 20px;
    inline-size: min(460px, calc(100vw - 32px));
    max-block-size: calc(100dvh - 110px);
    overflow: auto;
    padding: 24px;
    border: 1px solid #c5cbd6;
    border-block-start: 4px solid #2757e8;
    border-radius: 12px;
    box-shadow: 0 12px 40px #172b4d26;
}
.istores-consent .istores-consent__title { font-size: 22px; font-weight: 700; line-height: 1.3; margin: 0 0 12px; color: inherit; }
.istores-consent .istores-consent__description { margin: 0 0 20px; font-size: 16px; line-height: 1.65; color: inherit; }
.istores-consent__actions { display: flex; gap: 10px; }
.istores-consent .istores-consent__choice {
    flex: 1;
    min-block-size: 46px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #2757e8;
    border-radius: 7px;
    background: #fff;
    color: #1940b3;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.istores-consent .istores-consent__choice:hover { background: #edf2ff; }
.istores-consent .istores-consent__close { display: block; margin: 14px auto 0; border: 0; padding: 6px 12px; background: transparent; color: #38465f; font: inherit; text-decoration: underline; cursor: pointer; }
.istores-consent-settings { position: fixed; inset-block-end: 16px; inset-inline-end: 20px; padding: 8px 14px; border: 1px solid #8994a8; border-radius: 24px; cursor: pointer; box-shadow: 0 2px 10px #172b4d16; }
.istores-consent button:focus-visible,
.istores-consent-settings:focus-visible { outline: 3px solid #2757e8; outline-offset: 3px; }
@media (max-width: 480px) { .istores-consent { inset-inline-end: 16px; padding: 20px; } .istores-consent-settings { inset-inline-end: 16px; } }
