/*------------------------------------------------------------------
[Privacy Policy Page Styles - V2 with Higher Specificity]
File: privacy-policy-styles.css
-------------------------------------------------------------------*/

/* 
  By adding ".page-template-template-privacy-policy" at the beginning, 
  we make these rules stronger than the theme's default styles.
*/
.page-template-template-privacy-policy .privacy-policy-content {
    max-width: 800px; /* Limits line width for better readability */
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-privacy-policy .privacy-policy-content article {
    line-height: 1.75;
    font-size: 1.05rem;
    color: #373737;
}

.page-template-template-privacy-policy .privacy-policy-content h1,
.page-template-template-privacy-policy .privacy-policy-content h3,
.page-template-template-privacy-policy .privacy-policy-content h4 {
    font-family: var(--heading-font, 'Poppins', sans-serif);
    color: var(--primary-color, #05386b);
    margin-top: 2.5em;
    margin-bottom: 1em;
    line-height: 1.3;
}

.page-template-template-privacy-policy .privacy-policy-content h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 2.5rem;
}

.page-template-template-privacy-policy .privacy-policy-content h3 {
    font-size: 1.75rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5em;
}

.page-template-template-privacy-policy .privacy-policy-content h4 {
    font-size: 1.25rem;
    color: #373737;
}

.page-template-template-privacy-policy .privacy-policy-content ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 1.5em;
}

.page-template-template-privacy-policy .privacy-policy-content ul li {
    margin-bottom: 0.75em;
}

.page-template-template-privacy-policy .privacy-policy-content address {
    font-style: normal;
    background-color: #f7f9f6;
    padding: 25px;
    border-left: 5px solid var(--accent-color, #5cdb95);
    border-radius: 4px;
    margin-top: 2em;
}

.page-template-template-privacy-policy .privacy-policy-content a {
    color: var(--primary-color, #05386b);
    text-decoration: underline;
}

.page-template-template-privacy-policy .privacy-policy-content a:hover {
    color: var(--accent-color, #5cdb95);
}