body {
    font-family: "Times New Roman", Times, serif; /* Matches standard legal documents */
    line-height: 1.5;
    color: #000;
    background-color: #f4f4f4;
    margin: 0;
    padding: 40px 20px;
}

/* Page Container */
.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Typography */
h1 {
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 20px;
  	color: #4CAF50;
}

h2 {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 15px;
}

.effective-date {
    margin-bottom: 30px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}

.Contents{
    font-family:  Calibri;
    font-size: 13px;
   
}
.Contents a{
        text-decoration: none;
        color: inherit;
    }
.toc {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.toc li {
  display: flex;
  align-items: center;
  margin: 6px 0;
  font-family: Arial, sans-serif;
}
 
.toc a {
  text-decoration: none;
  color: inherit;
}
 
.dots {
  flex: 1;
  border-bottom: 2px dotted black;
  margin: 0 10px;
}

.proceed-block {
    margin-top: 32px;
    text-align: center;
}

.proceed-btn {
    display: inline-block;
    background: #1b8d3a;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
}

.proceed-btn:hover {
    background: #15712f;
}

.proceed-consent {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}