.scn-cookie-notice {
    position: fixed;
    bottom: 16px;
    right: 16px;
    max-width: 260px;
    background: #ffffff;
    color: #000000;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #08090a2b;
    z-index: 9999;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scn-cookie-notice a {
    color: #353535;
    text-decoration: none;
    border-bottom: 1px solid #353535;
}

.scn-cookie-accept {
    background: #282828;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
}

.scn-cookie-accept:hover {
    background: #268200;
}
