/* agreement.css - SPARROW Dashboard Agreement page styles */

.about-page-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  min-height: 100vh;
}

.about-content-container {
  width: 90%;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 40px;
}

.about-page {
  color: #333;
}

.agreement-section h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
}

.agreement-section h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 25px;
  margin-bottom: 0;
  display: inline;
}

.agreement-section h3 .title-text {
  text-decoration: underline;
}

.agreement-section h3 + p {
  display: inline;
  margin-top: 0;
}

.agreement-section h3 + p::after {
  content: "";
  display: block;
  margin-bottom: 15px;
}

.agreement-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}

.agreement-section ul {
  margin-left: 40px;
  margin-bottom: 15px;
  list-style-type: lower-alpha;
}

.agreement-section li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}
