/* Extracted from Views/Desktop/Privacy.cshtml. */
    .dn-glass {
        background: rgba(47, 47, 47, .42) !important;
        border: 1px solid rgba(255, 255, 255, .10);
        box-shadow: 0 14px 46px rgba(0, 0, 0, .28);
        border-radius: 18px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .desktop-privacy {
        line-height: 1.75;
    }

        .desktop-privacy h1 {
            font-weight: 800;
            letter-spacing: -.025em;
        }

        .desktop-privacy h2 {
            margin-top: 2rem;
            margin-bottom: .85rem;
            font-size: 1.35rem;
            font-weight: 750;
        }

        .desktop-privacy p,
        .desktop-privacy li {
            color: rgba(255, 255, 255, .78);
        }

        .desktop-privacy strong {
            color: rgba(255, 255, 255, .95);
        }

        .desktop-privacy a {
            color: #69d9bd;
            text-decoration: none;
        }

            .desktop-privacy a:hover {
                color: #c7beff;
                text-decoration: underline;
            }

        .desktop-privacy hr {
            border-color: rgba(255, 255, 255, .14);
            opacity: 1;
        }

    @media (max-width: 767.98px) {
        .desktop-privacy {
            padding: 1.5rem !important;
        }
    }
