/* Algemene Voorwaarden Page Styling */

.algemene-voorwaarden-content {
  padding: 40px 0;
}

.av-main-header {
  font-family: 'Roboto', sans-serif;
  font-size: 2.1333rem;
  font-weight: 600;
  color: #6ec1e4;
  margin: 0 0 30px 0;
  line-height: 1.2;
}

.av-intro-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #7a7a7a;
  margin: 0 0 50px 0;
  line-height: 1.6;
}

.av-article-header {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #7a7a7a;
  margin: 40px 0 15px 0;
  line-height: 1.4;
}

.av-article-list {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #7a7a7a;
  margin: 0 0 30px 20px;
  padding: 0;
}

.av-article-list ul {
  list-style-type: disc;
}

.av-article-list ol {
  list-style-type: decimal;
}

.av-article-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .av-main-header {
    font-size: 1.75rem;
  }

  .av-intro-text {
    font-size: 0.95rem;
  }

  .av-article-header {
    font-size: 0.95rem;
  }

  .av-article-list {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .av-main-header {
    font-size: 1.5rem;
  }

  .av-intro-text {
    font-size: 0.9rem;
  }

  .av-article-header {
    font-size: 0.9rem;
  }

  .av-article-list {
    font-size: 0.9rem;
    margin-left: 15px;
  }
}
