/* Publicações CEAF - Frontend styles
   Keep styles minimal and rely on theme Tailwind variables where possible.
*/


.pub-card {
  width: var(--w-44);
}

.pub-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.pub-revista img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pub-livro{
    align-items: end;
}
.pub-cartilha{
    align-items: end;
}

.pub-livro img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.btn-site {
  background: var(--color-azulCEAF-100, #1E70B6);
}

/* Small responsive tweak if needed */
@media (max-width: 640px) {
  .pub-card { padding: 0.75rem; }
}
