		body {
            background: #c3c5be; /* Zenth background */
            color: #000;
        }

        .z-nav {
            background: #c3c5be;
            padding: 1rem 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .logo-box {
            width: 32px;
            height: 32px;
            background: #000;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .logo-box img {
            width: 70%;
            height: 70%;
            object-fit: contain;
        }

        .content-card {
            /*background: rgba(255, 255, 255, 0.4);*/
            background: none;
            /*border-radius: 20px;*/
            /*padding: 2.5rem;*/
            padding: 1.4rem 1rem 1rem 1rem;
            /*box-shadow: 0 8px 28px rgba(0,0,0,0.08);*/
            margin-top: 1rem;
            margin-bottom: 3rem;
        }

        h1, h2 {
            font-weight: 600;
            margin-bottom: 1rem;
        }

        h3 {
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        li {
            margin-left:20px;
        }

        a {
            color: #6c757d;
            text-decoration: underline;
        }

        .footer {
            text-align: center;
            padding: 2rem 0;
            color: #6c757d;
            font-size: 0.9rem;
        }

        .footer a {
            color: #6c757d;
            text-decoration: underline;
        }

        .footer a:hover {
            color: #000;
        }