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

        .autor-topo {
            display: flex;
            gap: 24px;
            align-items: center;
            margin-bottom: 2rem;
        }

        .autor-foto {
            flex: 0 0 auto;
        }

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

        h1 {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        .meta {
            margin-bottom: 0.5rem;
        }

        .autor-redes-inline {
            display: inline-flex;
            gap: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .autor-redes-inline a {
            color: var(--op-text, #111);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .autor-redes-inline svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .autor-bio {
            margin: 0 0 2rem;
            text-align: justify;
            hyphens: auto;
        }

        .autor-bio p {
            margin: 0.7rem 0 0;
        }

        .autor-bio p:first-child {
            margin-top: 0;
        }

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

        .card {
            border-bottom: 1px solid #ddd;
            padding-bottom: 2rem;
        }

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

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

        .capa {
            margin: 1rem 0;
            display: inline-block;
        }

        .capa img {
            width: 180px;
            height: auto;
            display: block;
        }

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