/* Document Body Styles */
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;
}

/* Lists */
ul {
    margin-bottom: 20px;
    padding-left: 40px;
}

li {
    margin-bottom: 10px;
    list-style-type: disc;
}

/* Links */
a {
    color: #0000EE;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .container {
        padding: 20px;
    }
}

.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;
}
