/*------------------------------------------------------------------
[Terms and Conditions Page Styles]
File: terms-conditions-styles.css
-------------------------------------------------------------------*/
.page-template-template-terms-conditions .terms-conditions-content {
    max-width: 800px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-template-template-terms-conditions .terms-conditions-content h1,
.page-template-template-terms-conditions .terms-conditions-content h3 {
    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-terms-conditions .terms-conditions-content h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 2.5rem;
}

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

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

.page-template-template-terms-conditions .terms-conditions-content ul li {
    margin-bottom: 0.75em;
}

.page-template-template-terms-conditions .terms-conditions-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-terms-conditions .terms-conditions-content a {
    color: var(--primary-color, #05386b);
    text-decoration: underline;
}

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