
/* 2.3 remove FAB flutuante só no blog (qualquer largura) */
body.blog #v019-fab-divulgar{ display:none !important; }
@media (min-width:1024px){
  body.blog #content.site-content > .ast-container{ max-width:1640px !important; }
  body.blog #secondary{ width:300px !important; flex:0 0 300px !important; margin-left:40px !important; }
  body.blog #primary{ padding-right:30px !important; }
  /* 2.1 grade 3 colunas (neutraliza o masonry absoluto via !important) */
  body.blog .ast-row.masonry{ display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:30px !important; height:auto !important; position:static !important; }
  body.blog .ast-row.masonry > article{ position:static !important; left:auto !important; top:auto !important; right:auto !important; width:auto !important; max-width:none !important; margin:0 !important; }
  /* 2.2 carrossel Vagas em destaque */
  .v019-vd{ width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); box-sizing:border-box; padding:34px 0 14px; }
  .v019-vd-head{ text-align:center; margin:0 0 18px; }
  .v019-vd-head h3{ font-size:26px; font-weight:800; color:#0b1a3a; margin:0 0 4px; }
  .v019-vd-head p{ color:#5b6478; margin:0; font-size:15px; }
  .v019-vd-mask{ overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
  .v019-vd-track{ display:flex; gap:18px; width:max-content; padding:8px 18px; animation:v019vd var(--d,70s) linear infinite; }
  .v019-vd:hover .v019-vd-track{ animation-play-state:paused; }
  @keyframes v019vd{ from{transform:translateX(0)} to{transform:translateX(-50%)} }
  .v019-vd-card{ flex:0 0 300px; width:300px; background:#fff; border:1px solid #e6ebf5; border-radius:16px; padding:18px 18px 16px; text-decoration:none; box-shadow:0 8px 24px rgba(13,40,90,.08); display:flex; flex-direction:column; gap:7px; transition:transform .2s, box-shadow .2s; }
  .v019-vd-card:hover{ transform:translateY(-4px); box-shadow:0 14px 32px rgba(13,40,90,.16); }
  .v019-vd-badge{ align-self:flex-start; background:#eaf0ff; color:#1a56db; font-weight:700; font-size:11px; letter-spacing:.5px; padding:3px 10px; border-radius:999px; }
  .v019-vd-card h4{ font-size:16px; color:#0b1a3a; margin:2px 0 0; line-height:1.3; min-height:42px; }
  .v019-vd-emp{ font-size:13px; color:#3b4458; font-weight:600; margin:0; }
  .v019-vd-loc{ font-size:13px; color:#6b7488; margin:0; }
  .v019-vd-sal{ font-size:13px; color:#0a7d3a; font-weight:700; margin:0; }
  .v019-vd-cta{ margin-top:8px; align-self:flex-start; background:#1a56db; color:#fff; font-weight:700; font-size:13px; padding:8px 16px; border-radius:999px; }
}
@media (prefers-reduced-motion: reduce){ .v019-vd-track{ animation:none !important; } }
