/* Start custom CSS for html, class: .elementor-element-0a1abf3 */<style>
  body {
    font-family: 'Vazir', Tahoma, Arial, sans-serif;
    background-color: #fafafa;
    margin: 0;
    color: #333;
    line-height: 1.7;
  }

  .note-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .note-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    color: #222;
  }

  .note-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .note-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  }

  .note-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
  }

  .note-text {
    font-size: 15px;
    color: #333;
  }

  .note-text ul {
    margin: 10px 0 0 0;
    padding: 0 18px;
  }

  .note-text li {
    margin-bottom: 6px;
  }
</style>/* End custom CSS */