/* Post Content Block Styles */

.post-content-block {

    max-width: 1360px;

    margin: 0 auto;


}

.content-related {
    padding: 20px 30px !important;
}

/* Header Section */

.post-header {

    margin-bottom: 2rem;

    display: flex;

    padding: 0px 50px;

}



.category-date {

    display: flex;

    gap: 4rem;

    margin-bottom: 1rem;

    font-size: 16px;

    color: white;

}


.template-blue-background {
    height: 900px;
    background: #0083D5;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.category {


    font-weight: 400;

}



.publish-date {

    color: white;
    font-size: 16px;
}



.post-title {

    font-size: 2.5rem;

    font-weight: 500;

    line-height: 1.2;

    margin-bottom: 1.5rem;

    color: white !important;

}



/* Author Section */

.author-info {
    align-items: center;
    flex-direction: column;
}

.single-post .author-info {
    flex: 0;
}

.author-image {

    width: 95px !important;

    height: 95px !important;

    object-fit: cover;

}

.post-content-block p {

    color: white;

}

.author-details h3 {

    font-size: 1rem;

    font-weight: 600;

    margin: 0;

    color: #1a1a1a;

}

.single-post .author-details h3 {
    color: white;
    font-size: 32px;
}
.single-post .category-date {
    flex: 0 0 50%;
}
.author-details p {

    font-size: 0.875rem;

    color: #666;

    margin: 0;

}



/* Featured Image */

.featured-image {

    margin-bottom: 2rem;

    overflow: hidden;

}



.featured-image img {

    width: 100%;

    height: auto;

    display: block;

}



/* Post Content */

.post-content {

    font-size: 1.125rem;

    line-height: 1.7;

    color: #333;

}



.post-content p {

    margin-bottom: 1.5rem;

}



/* Author Selection in Editor */

.authors-list {

    max-height: 300px;

    overflow-y: auto;

    padding: 1rem;

    background: #f5f5f5;

    border-radius: 4px;

    margin-top: 1rem;

}



.components-search-control {

    margin-bottom: 1rem;

}



.components-checkbox-control {

    margin-bottom: 0.5rem;

    padding: 0.5rem;

    border-radius: 4px;

}



.components-checkbox-control:hover {

    background: #e9e9e9;

}



/* Responsive Design */

@media (max-width: 768px) {

    .post-content-block {

        padding: 1rem;

    }



    .post-title {

        font-size: 2rem;

    }



    .post-content {

        font-size: 1rem;

    }
    

}

.editor-styles-wrapper .post-title {

    margin-top: 0;

}





.author-radio-list {

    margin-top: 12px;

    background: #f0f0f0;

    border-radius: 4px;

    padding: 8px;

}



.author-radio-item {

    transition: background-color 0.2s ease;

}



.author-radio-item:hover {

    background-color: #e5e5e5 !important;

}



.components-search-control {

    margin-bottom: 8px;

}



/* Make radio buttons more visible */

.author-radio-item input[type="radio"] {

    width: 16px;

    height: 16px;

    cursor: pointer;

}



/* Make text unselectable for better UX */

.author-radio-item span {

    user-select: none;

    -webkit-user-select: none;

}



.top-wrapper {

    width: auto;

    padding: 40px 40px 80px 40px;

    background-color: #234273;

}



.post-title {

    color: white;

    font-size: 52px;

    line-height: 70px;

    max-width: 650px;

}



.post-content-block {
    position: relative;
    max-width: 95%;

}

.nls-block-wrapper {
    padding-top: 0px !important;
}

.custom-post-cta {
    padding: 1rem 2rem 1rem 0rem;
    max-width: 1590px;
    margin: 0 auto;
}
.custom-post-cta a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

@media (max-width: 980px) {
    .custom-post-cta {
        margin-top: 0px !important
    }
}

.nls-tertiary-button::after {
    display: none !important;
}
.author-wrapper {

    display: flex;

    gap: 20px;

    width: 100%;

}



.author-wrapper h3 {

    font-size: 32px;

    color: white;

    line-height: 28px;

}



.author-wrapper p {

    font-size: 16px;

    color: white;

    font-style: italic;

}



.actions-wrapper {

    display: flex;

    justify-content: space-between;

    width: 100%;

}



.post-meta {

    flex: 2;

}





.share-icons img {

    width: 17px !important;

    height: 17px !important;

}



.share-icons {

    display: flex;

    gap: 20px;
    align-items: center;

}



.linkedin {

    width: auto !important;

}



.author-info img {



}
.download-pdf {
color: #ffffff;
    border-color: #0083d5;
     border: 1px solid #0083D5;
    display: flex;
    margin-top: 20px;
    padding: 8px 14px;
    background-color: transparent;
    border-radius: 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    justify-content: space-between;
    width: 210px;
}
.wp-block-custom-post-content-block .post-title{

    color: white;

}
.download-pdf:hover {
    background: #0083D5;
}


.intro-text {
color: white;
  font-size: 26px;
  line-height: 40px;
  margin: 0 auto;
  padding-top: 20px;

}

.post-content {

    padding: 90px 90px;

}

.post-content p, .post-content h2, .post-content h3 {

    color: black;

}

.post-excerpt .more-link {
    display: none;
}

.post-content p {

    font-size: 19px;
    margin-bottom: 20px;

}



.post-content h2 {

    font-size: 52px;

    color: #0083D5;

    line-height: 70px;

    margin-bottom: 30px;

}



.post-content h3, .post-content h4, .post-content h5, .post-content h6 {

   font-size: 32px;
    color: #234273;
    margin-bottom: 0px;
    margin-top: 0.67em;
}


.post-showcase-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1360px;
    padding: 56px 2rem !important;
}
.post-showcase-header h2 {
    font-size: 52px;
    font-weight: 500;
    
}
.post-showcase-wrapper {
    display: flex !important;
    max-width: 1360px;
    padding: 2rem !important;
}

.post-showcase-button img {
    width: 16px !important;
}

.single .post-content {
    padding: 0px;
    margin: 0 auto;
    padding-top: 60px;
    max-width: 1360px;
    width: 95%;
}

.post-heading p {
    color: white !important; 
}

.single .post-showcase-grid .post-heading {
    flex: 4;
}

.post-showcase-grid .post-author {
    flex: 1.5;
}
.post-heading a {
    text-decoration: none !important;
}
.post-author p {
    color: white !important;
    font-size: 16px;
}
.post-showcase-grid .post-card {
    flex: 1;
}
.post-showcase-grid .post-heading-wrapper {
    gap: 20px;
}

.pdf-arrow {
    height: 16px !important;
    width: 16px !important;
    position: absolute;
    right: 80px;
}

.intro-text p{
    font-size: 26px;
}
.article-body {
    background: #EDEDEE;
}

.intro-text h2, .intro-text h3 {
    color: white !important;
    font-size: 32px;
}

.intro-text li {
    color: white;
    line-height: 40px;
    font-size: 26px;
}

.post-content-block .post-content p {
    font-family: "Miller-Text";
    color: #234273;
}


.post-content li {
    color: #234273;
    font-family: "Miller-Text";
}

.page-id-4020 footer a {
    color: white !important;
}

@media (max-width: 1024px) {
    .post-showcase-header h2 {
        margin-bottom: 20px;
    }
}

 @media (min-width: 1730px) {
        .post-template-default .custom-post-cta {
        padding: 1rem 2rem 1rem 2rem;
    }
    }