body {
            font-family: "Times New Roman", serif;
            font-size: 12pt;
            line-height: 1.6;
            max-width: var(--op-layout-width, 1040px);
            margin: 40px auto;
            padding: 0 20px;
            color: #111;
        }

        h1 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .resumo {
            margin-bottom: 1.5rem;
            font-style: italic;
        }

        .capa {
            margin: 1.5rem 0;
        }

        .capa img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .corpo {
            text-align: justify;
            hyphens: auto;
        }

        .cookies-topo {
            margin-bottom: 0.85rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.7rem;
            flex-wrap: wrap;
        }

        .cookies-topo h1 {
            margin: 0;
        }

        .cookies-gerenciar-btn {
            height: 38px;
            border: 1px solid var(--op-border, #dbe3ef);
            border-radius: 10px;
            padding: 0 0.9rem;
            background: var(--op-btn-bg, #fff);
            color: var(--op-btn-text, #111);
            font-weight: 700;
            cursor: pointer;
        }

        .cookies-gerenciar-btn:hover {
            background: var(--op-btn-hover-bg, #111);
            color: var(--op-btn-hover-text, #fff);
            border-color: var(--op-btn-hover-bg, #111);
        }

        .rodape-site {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #ddd;
            color: #444;
        }
