/*
Theme Name: Hello Elementor Child — Plastiagrotox
Theme URI: https://plastiagrotox.iqm.unicamp.br
Description: Child theme do Hello Elementor para o projeto Plastiagrotox (Unicamp).
Author: Pólvora Design Studio
Author URI: https://polvora.studio
Template: hello-elementor
Version: 2.3.0
Text Domain: plastiagrotox-child
*/

/* === PUBLICAÇÕES === */

.plast-publicacoes {
  max-width: 100%;
}

.plast-pub-item {
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB;
  font-size: 14px;
  line-height: 1.7;
}

.plast-pub-item:last-child {
  border-bottom: none;
}

.pub-autores {
  color: #6B7280;
}

.pub-titulo {
  color: #0081C5;
  font-weight: 600;
  text-decoration: none;
}

.pub-titulo:hover {
  text-decoration: underline;
}

.pub-periodico {
  color: #292A2B;
}

.pub-fapesp {
  color: #398B5B;
  font-size: 13px;
  text-decoration: none;
}

.pub-fapesp:hover {
  text-decoration: underline;
}

/* === EVENTOS === */

.evento-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.status-proximo {
  background: #EDF7F1;
  color: #225337;
}

.status-em-andamento {
  background: #FFF4EC;
  color: #9A3412;
}

.status-realizado {
  background: #F3F4F6;
  color: #6B7280;
}

/* === AUDIOVISUAL === */

.av-embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.av-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* === GERAL === */

.plast-empty {
  color: #AEB1B3;
  font-style: italic;
  padding: 24px 0;
}

@media (max-width: 768px) {
  .plast-pub-item {
    font-size: 13px;
  }
}