.elementor-837 .elementor-element.elementor-element-4008be7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4390aa4 */#currency-widget {
    font-family: Arial, sans-serif;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .currency-info {
    margin-bottom: 15px;
  }
  
  .currency-info h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  #uf-value, #dolar-value {
    font-size: 24px;
    font-weight: bold;
    color: #e67e22;
    margin: 0;
  }
  
  #currency-date {
    font-size: 12px;
    color: #7f8c8d;
    text-align: center;
    margin-top: 10px;
  }/* End custom CSS */