    :root{
      --bg:#0f172a;
      --bg-soft:#eeead6;
      --txt:#0b1220;
      --brand:#2563eb;
      --white:#e2e8f0;
      --radius:14px;
      --shadow:0 12px 30px rgba(2,6,23,.12);
    }

    *{box-sizing:border-box; margin:0; padding:0}
    html,body{height:100%; background:var(--bg-soft); color:var(--txt); font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; line-height:1.6;}
    h1,h2,h3{font-family:'Libre Baskerville', Georgia, serif}

    /* Header fixo */
    .wrap{max-width:900px; margin:0 auto; padding:0 18px;}
    /* Main ajustado para header fixo */
    main {
      padding: 42px 18px;
      max-width:900px;
      margin: 80px auto 0 auto;
    }

    .post-.post-header h1{font-size:32px; margin-bottom:12px;}
    .post-date{font-size:15px; color:#555; margin-bottom:20px;}
    .post-header img{max-width:100%; border-radius:var(--radius); box-shadow:var(--shadow); margin-bottom:20px;}

    article{font-size:18px; color:var(--txt);}
    article p{margin-bottom:18px;}

    .author{font-size:15px; color:#555; margin-top:25px; text-align:right;}

    .extra-image{text-align:center; margin-top:30px;}
    .extra-image img{max-width:100%; border-radius:var(--radius); box-shadow:var(--shadow);}

    .back{text-align:center; margin:40px 0;}
    .back a{background:var(--brand); color:var(--white); padding:12px 20px; border-radius:var(--radius); text-decoration:none; font-weight:700}

    /* Botões de áudio */
    .btn-audio{
      margin:10px 5px 20px 5px;
      padding:12px 18px;
      border:none;
      background:var(--brand);
      color:white;
      border-radius:var(--radius);
      cursor:pointer;
      font-size:16px;
      font-weight:600;
      transition:background .3s;
    }
    .btn-audio:hover{background:#1e4fc5;}

    /* WhatsApp */
    /*.whatsapp{
      position:fixed; right:18px; bottom:18px; width:56px; height:56px; border-radius:50%;
      background:#25d366; color:#fff; display:flex; align-items:center; justify-content:center;
      font-size:26px; text-decoration:none; box-shadow:0 8px 22px rgba(37,211,102,.4); z-index:1000;
    }
    .whatsapp img{width:28px; height:28px;}*/
  

       p {
       margin-bottom: 1rem;
       }
