.elementor-8427 .elementor-element.elementor-element-9eb1156{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b9a26f6 *//* News Posts Styling - Unified */
.news-post {
  max-width: 600px;
  background: #0f1620;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  padding: 2rem 2.5rem;
  margin: 2rem auto 3rem auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(62, 168, 159, 0.3);
  text-align: center;
}
.news-logo {
  max-width: 160px;
  margin: 0 auto 1.2rem auto;
  display: block;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3ea89f;
  margin-bottom: 0.3rem;
}
.divider {
  width: 100%;
  height: 3px;
  background: #3ea89f;
  margin: 0.3rem 0 1.2rem 0;
  border-radius: 3px;
}
.published-date {
  font-size: 0.9rem;
  color: #bbb;
  margin-bottom: 1.7rem;
  font-style: italic;
}
.news-text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 2rem;
  white-space: pre-line;
}
.buy-button {
  display: inline-block;
  background: #3ea89f;
  color: #fff;
  padding: 0.75rem 2.5rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.3s ease;
  user-select: none;
}
.buy-button:hover,
.buy-button:focus {
  background: #2a7e7f;
  outline: none;
}
.code-fpf {
  font-weight: 700;
  color: #3ea89f;
}

/* Responsive */
@media (max-width: 600px) {
  .news-post {
    padding: 1.5rem 1.5rem;
    margin: 1rem 1rem 2rem 1rem;
  }
  .news-title {
    font-size: 1.5rem;
  }
  .news-text {
    font-size: 0.95rem;
  }
  .buy-button {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}/* End custom CSS */