/* styles for the privacy policy page (privacy-policy.php) */
.page-header-section {
    background: linear-gradient(to right, #1D2B64, #F8CDDA); /* New gradient for privacy page */
}
.content-outer-section {
    padding-top: 3rem; /* py-12 */
    padding-bottom: 3rem; /* py-12 */
    background-color: #ffffff; /* bg-white */
}
/* Styles for the user-styled-content to maintain readability and structure */
.user-styled-content strong {
    font-weight: bold;
    color: #34495E;
}
.user-styled-content ul {
    list-style-type: disc;
    padding-left: 2rem;
}
.user-styled-content li {
    margin-bottom: 0.5rem;
}
/* You may also want to explicitly style h1, h2, h3, p, a here if they were originally inlined: */
.user-styled-content h1 { font-size: 2.5rem; color: #2C3E50; text-align: center; margin-bottom: 1.5rem; }
.user-styled-content h2 { font-size: 2rem; color: #2C3E50; margin-top: 2.5rem; margin-bottom: 1.5rem; }
.user-styled-content h3 { font-size: 1.5rem; color: #2980B9; margin-top: 2rem; margin-bottom: 1rem; }
.user-styled-content h4 { font-size: 1.25rem; color: #2C3E50; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.user-styled-content p { font-size: 1.125rem; color: #34495E; margin-bottom: 1rem; }
.user-styled-content a { color: #2980B9; text-decoration: underline; }
