.psw-cookie-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 360px;
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 9999;
    display: none;
    font-size: 14px;
}

.psw-cookie-box a {
    color: #fff;
    text-decoration: underline;
}

.psw-cookie-options {
    margin-top: 10px;
}

.psw-cookie-options label {
    display: block;
    margin-bottom: 6px;
}

.psw-cookie-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.psw-cookie-actions button {
    flex: 1;
    padding: 6px;
    border: none;
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 4px;
}

.psw-manage-link {
    position: fixed;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
}
