

/* Breadcrumb 
Navigation */
.breadcrumb-nav {
    width: 100%;
    padding: 82px 20px 40px 20px;
    position: relative;
    z-index: 10;
    max-width: 1217px;
    margin: 0 auto;
}

.breadcrumb-container {
    max-width: 823px;
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-link {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #52636C;
    text-decoration: none;
    transition: color 0.3s ease;
    background: linear-gradient(111.33deg, #F04247 11.06%, #782B90 73.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb-link:hover {
    color: #F25D2B;
}

.breadcrumb-arrow {
    width: 8px;
    height: 16px;
}

/* Article Hero Section */
.article-hero-section {
    width: 100%;
    padding: 52px 20px 52px 20px;
    background-color: #fff;
}

.article-hero-container {
    max-width: 823px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #E4DEC0;
    padding-bottom: 72px;
}

.article-hero-content {
    display: flex;
    flex-direction: column;
}

.article-main-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 82px;
}

.article-main-description{
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #52636C;
    margin-top: 36px;
}

/* Article Hero Social Sharing */
.article-hero-social-sharing {
    margin-top: 72px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sharing-label {
    font-family: Londrina Solid;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #071F2C;
}

.social-sharing-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-icon-link {
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    width: 32px;
    height: 32px;
}

.social-icon-link:hover {
    transform: scale(1.1);
}

.social-icon-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.article-hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.article-hero-image img, .article-hero-image picture {
    width: 100%;
    max-width: 100%;
    height: 539px    ;
    object-fit: cover;
    border-radius: 12px;
}

/* Article Content Section */
.article-content-section {
    width: 100%;
}

.article-content-container {
    max-width: 823px;
    width: 100%;
    margin: 0 auto;
}

.article-content {
    max-width: 823px;
}

.article-content-container h1 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-bottom: 32px;
}

/* Dynamic Styling for HTML Elements without classes */
.article-content h2 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-bottom: 32px;
}

.article-content h3 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-bottom: 32px;

}

.article-content h4 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-bottom: 32px;

}

.article-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    color: #52636C;
    margin-bottom: 32px;
    line-height: 150%;
}

/* Quote Block Styling */
.article-content blockquote {
    position: relative;
    background-color: #fff;
    border-left: 4px solid #F04247;
    padding: 32px 0 32px 0;
    margin: 40px 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #071F2C;
    border: 1px solid var(--brand_color-primary-100, #CCDAE6);
    border-left:none;
    border-right: none;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.article-content a {
    color: #F04247;
}

.article-date {
    margin-top: 20px;
}

.article-content em {
    font-style: italic;
}

.article-content strong {
    font-weight: bold;
}

.article-content blockquote .quote-image {
    flex-shrink: 0;
    width: 48px;
    height: auto;
    margin-top: 0;
}

.article-content blockquote .quote-text {
    flex: 1;
}

.article-content blockquote p {
    margin-bottom: 16px;
    color: #071F2C;
    font-weight: 500;
}

.article-content blockquote p:last-child {
    margin-bottom: 0;
}

/* List Styling */
.article-content ul {
    margin: 24px 0;
    padding-left: 0;
    list-style: none;
}

.article-content ul li {
    position: relative;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #52636C;
    margin-bottom: 12px;
    padding-left: 24px;
}

.article-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #5B5E62;
    font-weight: bold;
    font-size: 20px;
}

.related-news-container {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    margin-top: 91px;
}

.related-news-label {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(168.33deg, #F04247 -2.94%, #782B90 20.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.related-news-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 16px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 48px;
}

.related-news-grid .related-news-item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.related-news-grid .related-news-item:hover {
    transform: translateY(-5px);
}

.related-news-grid .news-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.related-news-grid .related-news-content {
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-news-grid .news-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin: 0;
    max-width: 253px;
}

.related-news-grid .news-description-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.related-news-grid .news-description {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #52636C;
    margin: 0;
    flex-grow: 1;
    max-width: 253px;
}

.related-news-grid .news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.related-news-grid .news-link:hover {
    transform: scale(1.1);
}

.related-news-grid .news-link img {
    width: 24px;
    height: 24px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .article-main-title {
        font-size: 56px;
        line-height: 100%;
    }
    
    .article-hero-image img {
        height: 300px;
    }
    
    .related-news-title {
        font-size: 48px;
    }
    
    .related-news-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }

     .article-hero-image img, .article-hero-image picture {
        height: 218px;
    }
}

@media (max-width: 1024px) {
    .breadcrumb-nav {
        padding: 140px 16px 32px 16px;
    }
    
    .article-hero-section {
        padding: 40px 16px 40px 16px;
    }
    
    .article-hero-container {
        padding-bottom: 60px;
    }
    
    .article-main-title {
        font-size: 56px;
        margin-top: 60px;
    }
    
    .article-main-description {
        font-size: 28px;
        margin-top: 32px;
    }
    
    .article-hero-social-sharing {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-nav {
        padding: 41px 16px 24px 16px;
    }
    
    .breadcrumb-link {
        font-size: 20px;
    }
    
    .article-hero-section {
        padding: 32px 16px 32px 16px;
    }
    
    .article-hero-content {
        gap: 32px;
    }
    
    .article-main-title {
        font-size: 40px;
        max-width: 100%;
        margin-top: 50px;
    }
    
    .article-hero-image img {
        height: 250px;
    }
    
    .article-hero-social-sharing {
        margin-top: 32px;
        gap: 16px;
    }
    
    .sharing-label {
        font-size: 16px;
    }
    
    .social-icon-link {
        width: 36px;
        height: 36px;
    }
    

    
    .article-content-section {
        padding: 40px 16px;
    }
    
    .article-content h2 {
        font-size: 28px;
        margin: 32px 0 20px 0;
    }
    
    .article-content h3 {
        font-size: 24px;
        margin: 32px 0 20px 0;
    }
    
    .article-content h4 {
        font-size: 18px;
        margin: 32px 0 16px 0;
    }
    
    .article-content p {
        font-size: 16px;
    }
    
    .article-content blockquote {
        padding: 24px 16px 24px 32px;
        margin: 32px 0;
        font-size: 16px;
        gap: 24px;
    }
    
    .article-content blockquote .quote-image {
        width: 40px;
    }
    
    .article-content ul li {
        font-size: 16px;
    }
    
    .social-sharing-section {
        padding-top: 32px;
        margin-bottom: 40px;
    }
    
    .sharing-title {
        font-size: 20px;
    }
    
    .social-share-btn {
        width: 44px;
        height: 44px;
    }
    
    .related-news-section {
        padding: 60px 16px 80px 16px;
    }
    
    .related-news-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .related-news-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    
    .related-news-grid .news-image {
        height: 180px;
    }
    
    .related-news-grid .news-content {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .breadcrumb-nav {
        padding: 30px 16px 24px 16px;
    }
    
    .breadcrumb-link {
        font-size: 16px;
    }


    .article-main-description{
        font-size: 20px;
        margin-top: 10px;
    }
    
    .breadcrumb-arrow {
        width: 16px;
        height: 16px;
    }
    
    .article-hero-section {
        padding: 0 16px 32px 16px;
    }
    
    .article-hero-content {
        gap: 24px;
    }
    
    .article-main-title {
        font-size: 32px;
        margin-top: 20px;
    }

    
    .article-hero-social-sharing {
        margin-top: 24px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .sharing-label {
        font-size: 14px;
    }
    
    .social-sharing-icons {
        gap: 10px;
    }
    
    .social-icon-link {
        width: 32px;
        height: 32px;
    }
    
    .article-content-section {
        padding: 32px 16px;
    }
    
    .article-content h2 {
        font-size: 24px;
        margin: 24px 0 16px 0;
    }
    
    .article-content h3 {
        font-size: 22px;
        margin: 24px 0 16px 0;
    }
    
    .article-content h4 {
        font-size: 16px;
        margin: 24px 0 12px 0;
    }
    
    .article-content p {
        font-size: 15px;
    }
    
    .article-content blockquote {
        padding: 20px 12px 20px 28px;
        margin: 24px 0;
        font-size: 15px;
        gap: 16px;
    }
    
    .article-content blockquote .quote-image {
        width: 32px;
    }
    
    .article-content ul li {
        font-size: 15px;
        padding-left: 20px;
    }
    
    .social-sharing-section {
        padding-top: 24px;
        margin-bottom: 32px;
    }
    
    .sharing-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .social-sharing-buttons {
        gap: 12px;
    }
    
    .social-share-btn {
        width: 40px;
        height: 40px;
    }
    
    .social-share-btn img {
        width: 20px;
        height: 20px;
    }
    
    .related-news-section {
        padding: 40px 16px 60px 16px;
    }
    
    .related-news-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .related-news-grid .news-title {
        font-size: 18px;
    }
    
    .related-news-grid .news-description {
        font-size: 14px;
    }
    
    .related-news-grid .news-content {
        padding: 16px;
    }
}

/* Responsive padding for containers with max-width 1216px */
@media (max-width: 1216px) {
    .related-news-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}