.elementor-56290 .elementor-element.elementor-element-21670979{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-56290 .elementor-element.elementor-element-770c696f{width:100%;max-width:100%;}.elementor-56290 .elementor-element.elementor-element-770c696f.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-770c696f *//* Divider */
.divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0.5rem 0 !important;
}
.prayer-divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1.5rem 0 !important;
}

/* Full Header Container */
.project-header-container {
    background: linear-gradient(140deg, rgba(239, 66, 55, 1) 0%, rgba(251, 176, 66, 1) 100%);
    padding: 48px 0;
    display: flex;
    justify-content: center;
}

.project-header {
    width: 1200px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.project-photo {
    width: auto;
    height: 400px !important;
    /*object-fit: cover;*/
    border-radius: 12px !important;
}

/* Main Content Container */
.project-content-container {
    display: flex;
    justify-content: center;
    margin: 48px 0;
}

/* Info Section */
.project-info {
    display: flex;
    flex-wrap: wrap;
    width: 1200px !important;
    gap: 5%;
}

/* Left Column */
.project-description {
    width: 60%;
}

/* Right Column */
.project-details {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Tags */
.project-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
}

.project-tags p {
    margin: 0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.tag-region {
    background: #F2644E;
    color: white;
}

.tag-featured {
    background: #FAF06F;
    color: #202020;
}

/* Title */
.project-title {
    margin: 0 0 40px 0;
    font-weight: 600;
}

/* General Description */
.project-text {
    margin-bottom: 40px;
}

.project-text h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.project-text p {
    margin-bottom: 0;
    text-align: justify;
}

/* Dates Box */
.project-dates {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-dates-title {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    font-weight: 670;
}

.project-dates-title p {
    margin: 0;
}

.icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.project-dates-details p {
    margin: 0;
}

.project-dates-details-tag {
    font-weight: 400;
}

/* Prayer Request */
.prayer-requests {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prayer-request-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.prayer-request-title p{
    margin: 0;
}
.prayer-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.prayer-list li {
    position: relative;
    padding-left: 1.2em;    
    margin-bottom: 0.5em;   
    line-height: 1.2;  
}

.prayer-list li::before {
    content: "•";           
    position: absolute;
    left: 0;
    color: #F89626;
    font-weight: bold;
}


/* Contact Box */
.project-contact {
    padding: 16px;
    background: #F7F7F7;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
}

.project-contact-btn {
    display: flex;
    gap: 8px;
    color: white !important;
    font-family: lato;
    font-weight: 600;
    width: 100%;
    background: #F89626;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    margin-bottom: 16px;
    justify-content: center;
}

.project-contact-btn:hover {
    background: #F47B20;
}

/* Project Info Boxes */
.project-location,
.project-cost,
.project-other-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #F7F7F7;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    padding: 16px;
    text-align: left;
}

.project-cost {
    text-align: center;
}

.project-location hr.divider {
    margin: 4px 0;
}

/* Headings and Paragraphs */
.project-details h5 {
    margin: 0 0 12px 0;
    font-weight: 600;
}

.project-details p {
    margin-bottom: 4px;
}

/* Responsive Styles */
@media screen and (max-width: 1100px) {
    .project-header {
        width: 80% !important;
    }
    .project-photo {
        width: auto;
    }
    .project-info {
        justify-content: center;
        gap: 40px;
    }
    .project-description {
        width: 80%;
    }
    .project-dates {
        width: 100%;
    }
    .project-details {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .project-header {
        width: 95% !important;
    }
    .project-photo {
        width: auto;
        height: 250px !important;
        object-fit: cover;
    }
    .project-description,
    .project-details {
        width: 95%;
    }
}/* End custom CSS */