.waiver-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
}

.waiver-content {
    background: #fff;
}

.waiver-header {
    margin-bottom: 30px;
}

.waiver-header h1 {
    font-size: 1.9rem;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.waiver-intro {
    font-size: 1rem;
    color: #000;
    margin: 0;
    text-align: left;
}

.waiver-body {
    margin-bottom: 40px;
}

.acknowledgments-section {
    margin-bottom: 20px;
}

.acknowledgments-section h2 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.acknowledgments-list {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.acknowledgments-list li {
    margin-bottom: 12px;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}

.terms-link {
    margin-bottom: 20px;
}

.terms-link p {
    margin: 0;
    color: #000;
    font-size: 1rem;
}

.terms-link-text {
    color: #0066cc;
    text-decoration: underline;
}

.terms-link-text:hover {
    color: #004499;
}

.additional-acknowledgments {
    margin-bottom: 30px;
}

.additional-acknowledgments p {
    margin-bottom: 15px;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}

.applicant-details {
    margin-bottom: 30px;
}

.applicant-details h2 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-fields {
    display: flex;
    flex-direction: column;
}

.field-group {
    margin-bottom: 15px;
}

.field-group label {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0 !important;
}

.field-value {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    display: inline;
}

.field-underline {
    height: 1px;
    background-color: #000;
    width: 200px;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .waiver-page-container {
        padding: 20px 15px;
    }
    
    .waiver-header h1 {
        font-size: 1.5rem;
    }
}
