/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-5398dc2 */<style>
  .cnp-texto-revista {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .cnp-texto-revista h3 {
    color: #003366;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .cnp-texto-revista p {
    margin-bottom: 12px;
  }
  .cnp-wrap {
    font-family: 'Segoe UI', Arial, sans-serif;
    padding: .25rem 0;
  }
  .cnp-titulo {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1B3A6B;
    text-transform: uppercase;
    margin: 0 0 10px 0;
  }
  .cnp-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
  }
  .cnp-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1.5px solid #1B3A6B;
    background: transparent;
    text-decoration: none !important;
    transition: background 0.15s, transform 0.1s;
    cursor: pointer;
  }
  .cnp-btn:hover {
    background: #1B3A6B;
    transform: translateY(-1px);
  }
  .cnp-btn:hover .cnp-lbl { 
    color: #fff !important; 
  }
  /* Garante que o ícone mude de cor para branco no hover */
  .cnp-btn:hover img {
    filter: brightness(0) invert(1);
  }
  .cnp-btn img {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
  }
  .cnp-lbl {
    font-size: 12px;
    font-weight: 600;
    color: #1B3A6B;
  }
</style>/* End custom CSS */