.elementor-97 .elementor-element.elementor-element-eab27eb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-97 .elementor-element.elementor-element-df10df6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-97 .elementor-element.elementor-element-9883f64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-97 .elementor-element.elementor-element-2aea2a3{--display:flex;--margin-top:38px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-97 .elementor-element.elementor-element-42c3cab{--display:flex;--margin-top:38px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-97 .elementor-element.elementor-element-df10df6{--width:82%;}.elementor-97 .elementor-element.elementor-element-9883f64{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-d6f9922 */.alviverde-post {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
}

/* =========================
   📰 TÍTULO
========================= */
.post-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

/* =========================
   📅 META
========================= */
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* =========================
   🖼️ IMAGEM
========================= */
.post-thumb img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
}

/* =========================
   📄 CONTEÚDO
========================= */
.post-content {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

.post-content p {
  margin-bottom: 18px;
}

/* SUBTÍTULOS */
.post-content h2 {
  font-size: 26px;
  margin-top: 28px;
  margin-bottom: 12px;
}

.post-content h3 {
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 10px;
}

/* LINKS */
.post-content a {
  color: #1faa59;
  font-weight: 500;
}

/* IMAGENS INTERNAS */
.post-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

/* =========================
   📱 MOBILE
========================= */
@media (max-width: 768px) {

  .post-title {
    font-size: 26px;
  }

  .post-content {
    font-size: 16px;
  }

  .post-meta {
    font-size: 13px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bd798d8 */.elementor-97 .elementor-element.elementor-element-bd798d8 .card-jogo {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 420px;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .topo {
  background: #1faa59;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .times {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .time {
  text-align: center;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .escudo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .time p {
  font-size: 13px;
  margin-top: 6px;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .info {
  text-align: center;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .vs {
  font-size: 20px;
  font-weight: bold;
  color: #1faa59;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .data {
  background: #f5f5f5;
  padding: 10px 14px;
  border-radius: 10px;
  margin-top: 6px;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .data strong {
  color: #1faa59;
  font-size: 16px;
}

.elementor-97 .elementor-element.elementor-element-bd798d8 .extra {
  border-top: 1px solid #eee;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a83a4cc *//* =========================
   📦 CONTAINER
========================= */
.sidebar-noticias {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* =========================
   📰 ITEM
========================= */
.sidebar-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: #111;
  transition: 0.2s ease;
}

/* =========================
   🖼️ IMAGEM (PADRÃO FIXO)
========================= */
.sidebar-thumb {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #eee; /* fallback */
}

.sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 padroniza tudo */
  display: block;
  transition: transform 0.3s ease;
}

/* =========================
   📄 TEXTO
========================= */
.sidebar-content {
  flex: 1;
}

.sidebar-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;

  /* 🔥 limita linhas */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================
   ✨ HOVER
========================= */
.sidebar-item:hover .sidebar-title {
  color: #1faa59;
}

.sidebar-item:hover img {
  transform: scale(1.05);
}

/* =========================
   📱 MOBILE
========================= */
@media (max-width: 768px) {

  .sidebar-thumb {
    width: 65px;
    height: 65px;
  }

  .sidebar-title {
    font-size: 13.5px;
  }

}/* End custom CSS */