#rolik-cookie-notice {
    box-sizing: border-box;
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 420px;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 24px;
    border: 1px solid #e9e4e0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 32px rgb(0 0 0 / 14%);
    color: #252525;
    font-family: Arial, sans-serif;
    text-align: left;
}
#rolik-cookie-notice h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}
#rolik-cookie-notice p {
    margin: 0 0 18px;
    padding: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #505050;
}
#rolik-cookie-notice a {
    color: #a43b00;
    text-decoration: underline;
    text-underline-offset: 3px;
}
#rolik-cookie-notice button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 122px;
    margin: 0;
    padding: 12px 25px;
    border: 0;
    border-radius: 24px;
    background: #f86414;
    color: #171717;
    font: 600 14px/20px Arial, sans-serif;
    cursor: pointer;
    appearance: none;
}
#rolik-cookie-notice button:hover { background: #ff7b36; }
#rolik-cookie-notice a:focus-visible,
#rolik-cookie-notice button:focus-visible {
    outline: 3px solid #252525;
    outline-offset: 4px;
}
@media (max-width: 575px) {
    #rolik-cookie-notice {
        left: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: calc(100vw - 24px);
        max-width: none;
        max-height: calc(100vh - 32px);
        padding: 18px;
        border-radius: 12px;
    }
    #rolik-cookie-notice h2 { font-size: 17px; }
    #rolik-cookie-notice p { margin-bottom: 14px; }
}
