/* Start custom CSS for html, class: .elementor-element-cdd107d */.alert-warning {
  max-width: 820px;
  margin: 2.5rem auto;
  padding: 2.25rem 2.5rem;
  border-radius: 1.25rem;

  background: #FFFBEB;        /* fondo ámbar */
  border: 2px solid #F59E0B;  /* borde naranja */

  color: #92400E;             /* texto naranja oscuro */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}


  .alert-warning strong {
    display: block;
    font-size: 2rem;   /* título muy visible */
    font-weight: 800;
    margin-bottom: 1rem;
  }

  .alert-warning p {
    font-size: 1.75rem;   /* texto claramente legible */
    line-height: 1.8;
    margin: 0.75rem 0;
  }/* End custom CSS */