/* Custom Page Styles */

/* Content Wrapper */
.custom-page-content .content-wrapper {
    line-height: 1.8;
    font-size: 16px;
}

/* Headings */
.custom-page-content h1, 
.custom-page-content h2, 
.custom-page-content h3, 
.custom-page-content h4, 
.custom-page-content h5, 
.custom-page-content h6 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.custom-page-content h1:first-child, 
.custom-page-content h2:first-child, 
.custom-page-content h3:first-child, 
.custom-page-content h4:first-child, 
.custom-page-content h5:first-child, 
.custom-page-content h6:first-child {
    margin-top: 0;
}

/* Paragraphs */
.custom-page-content p {
    margin-bottom: 20px;
}

/* Vertical Line Content */
.custom-page-content .vertical-line-left {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.custom-page-content .vertical-line-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #525FE1;
}

/* Lists */
.custom-page-content ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.custom-page-content ol {
    list-style-type: decimal !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.custom-page-content ul li, 
.custom-page-content ol li {
    margin-bottom: 10px !important;
    display: list-item !important;
}

/* Images */
.custom-page-content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .custom-page-content img {
        width: 100%;
    }
}
