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;
        }

        .lista {
            display: grid;
            gap: 2rem;
            margin-top: 2rem;
        }

        .card {
            border-bottom: 1px solid #ddd;
            padding-bottom: 2rem;
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .foto img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            display: block;
        }

        .foto {
            display: inline-flex;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            flex: 0 0 auto;
            text-decoration: none;
        }

        .foto-placeholder {
            align-items: center;
            justify-content: center;
            border: 1px solid var(--op-border, #dbe3ef);
            background: var(--op-surface, #f8fafc);
            color: var(--op-text, #111);
        }

        .foto-placeholder svg {
            width: 54px;
            height: 54px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .conteudo h2 {
            margin: 0 0 0.5rem 0;
        }

        .conteudo h2 a {
            color: inherit;
            text-decoration: none;
        }

        .conteudo h2 a:hover {
            text-decoration: underline;
        }

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