h3 {
    font-size: 24px !important
}

p {
    font-weight: 400;
}

li {
    font-weight: 400;
}

.bg-black {
    background-color: var(--black-90);
}

@media screen and (max-width: 991px) {

    h3 {
        font-size: 24px !important;
    }

    .center-wrapper {
        grid-column-gap: 120px;
        grid-row-gap: 0px;
        flex-flow: column;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.controls-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.article-title {
    max-width: 1440px;
}

.article-wrapper {
    height: 684px;
}

.article-header-container {
    max-width: 100%;
    padding: 0 40px;
}

.section-small-article {
    background-color: var(--black-5);
    min-height: 200px;
    padding-top: 88px;
    padding-bottom: 230px;
}

.article-container {
    display: flex;
    padding: 0;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-top: -294px;
}

.article-main-image-container {
    width: 100%;
    background-color: var(--orange-dark);
}

.article-body {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.article-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.article-heading {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    color: var(--black-90);
    margin: 0;
}

.article-subheading {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    color: var(--black-90);
    margin: 0;
}

.article-text {
    font-family: Ppmori, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: var(--black-80);
    margin: 0;
}

.article-text p {
    margin: 0 0 16px 0;
}

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

.article-list {
    list-style-type: disc;
    margin: 0 0 16px 27px;
    padding: 0;
}

.article-list li {
    margin-bottom: 8px;
    font-family: Ppmori, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: var(--black-80);
}

.article-list li:last-child {
    margin-bottom: 0;
}

.article-quote-author {
    font-style: italic;
    margin-top: 16px;
}

.article-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--black-10);
}

.share-title {
    flex-shrink: 0;
}

.share-title p {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    color: var(--black-90);
    margin: 0;
}

.share-links {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-shrink: 0;
}

.share-link {
    font-family: Ppmori, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--black-90);
    transition: color 0.3s ease;
}

.share-link:hover {
    opacity: 0.8;
}

.share-link-twitter {
    color: var(--orange-dark);
}

.share-link-linkedin {
    color: var(--black-90);
}

.share-link-facebook {
    color: var(--black-100);
}

.article-grid {
    grid-template-rows: none
}

.section-small-blog {
    padding-bottom: 0 !important;
    position: relative;
    padding-top: 200px;
}



/* Go Back Component Styles */
.go-back-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    font-family: var(--h5-alt-font-family);
    font-weight: var(--h5-alt-font-weight);
    font-size: var(--h5-alt-font-size);
    line-height: var(--h5-alt-line-height);
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--orange-dark);
    transition: all 0.3s ease;
    margin-bottom: 32px;
    width: 200px;
}

.go-back-link:hover {
    color: var(--orange-light);
    transform: translateX(-4px);
}

.go-back-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.go-back-icon svg {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

.go-back-icon path {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.go-back-link:hover .go-back-icon {
    transform: translateX(-2px);
}

/* Date Component Styles */
.date-component {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: right;
    width: 100%;
    margin-bottom: 20px;
}

.date-text,
.time-text {
    font-family: 'PP Mori', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    white-space: nowrap;
}

.date-separator {
    width: 2px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 3px;
    flex-shrink: 0;
}

@media (max-width: 768px) {

    .newsletter-small-blog {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .article-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .share-title p {
        font-size: 28px;
    }

    .share-links {
        gap: 24px;
    }

    .section-small-article {
        padding-bottom: 130px;
    }

    /* Go Back Component Responsive */
    .go-back-link {
        font-size: 16px;
        gap: 12px;
        margin-bottom: 24px;
    }

    .go-back-icon {
        width: 14px;
        height: 14px;
    }

    /* Date Component Responsive */
    .date-component {
        margin-bottom: 15px;
    }

    .date-text,
    .time-text {
        font-size: 14px;
    }
}