/* Base container rule */
.acknowledgment {
    margin: 5px 20px !important; /* 5px top/bottom, 20px left/right */
    text-align: left !important;
}

/* Unique class for the section title */
.acknowledgment-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #88A096 !important; /* Sage Green Highlight */
    font-weight: bold !important;
    margin: 0 0 8px 0 !important;
    text-align: left !important;
}

/* Unique class that forces smaller, black body text and lists */
.acknowledgment-text {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important; /* Smaller than normal body text */
    color: #000000 !important;  /* Solid black text */
    line-height: 1.5 !important;
    text-align: left !important;
}

/* Unique class for the smaller links */
.acknowledgment-link {
    font-size: 13px !important; /* Matches the text size */
    color: #88A096 !important;  /* Sage Green link color */
    text-decoration: underline !important;
}

/* Hover effect for the unique links */
.acknowledgment-link:hover {
    color: #000000 !important;
    text-decoration: none !important;
}