body {
  font-family: "Arial", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* Container for Terms */
.termsOfServiceContainer {
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

#lastUpdateDate {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
/* Headings */
.termsOfServiceContainer h1 {
  font-size: 2.2em;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}

.termsOfServiceContainer h2 {
  color: #444;
  margin-top: 30px;
  margin-bottom: 12px;
  border-left: 4px solid #4caf50;
  padding-left: 10px;
}

/* Paragraphs */
.termsOfServiceContainer p {
  margin-bottom: 15px;
  font-size: 1em;
}

/* Lists */
.termsOfServiceContainer ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.termsOfServiceContainer li {
  margin-bottom: 8px;
}

/* Contact info */
.termsOfServiceContainer strong {
  color: #000;
}

/* Links styling */
.termsOfServiceContainer a {
  color: #4caf50;
  text-decoration: none;
}

.termsOfServiceContainer a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.faq-section {
  margin-top: 40px;
}

.faq-section h2 {
  border-left: 4px solid #ff9800;
}

.faq-section .faq-item {
  margin-bottom: 20px;
}

.faq-section .faq-item p {
  margin: 5px 0;
}

/* Footer note */
.terms-footer {
  margin-top: 40px;
  font-size: 0.9em;
  color: #777;
  text-align: center;
}
