.page-title-wrapper::before {
    content: "";
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

.header-summary {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .header-summary {
        width: 90vw;
    }
}

.article-section {
    direction: ltr;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.article-header {
    margin-top: 4rem;
}

.article-header-row {
    display: flex;
}

.article-title {
    color: #000E33;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
}

.article-category-title {
    color: #000E33;
    font-size: 12px;
    font-weight: 700;
}

.article-category-title::before {
    content: "";
    display: inline-block;
    margin-right: 1rem;
    border-bottom: 3px solid #FD5B00;
    width: 1rem;
    height: 1rem;
}

.article-summary {
    color: #7D7D7D;
    font-size: 12px;
    font-weight: 400;
    line-height: 180.611%;
    text-align: justify;
    direction: ltr;
    white-space: break-spaces;
}

.article-image {
    border-radius: 1rem;
}

.article-share-publish-date {
    display: flex;
    justify-content: space-between;
}

.article-publish-date-container {
    font-size: 12px;
    font-weight: 700;
}

.article-publish-date-label {
    color: #B3B3B3;
    font-size: 12px;
    font-weight: 700;
}

.article-publish-date {
    color: #868686;
    font-size: 12px;
    font-weight: 700;
}

.article-share-button {
    border: none;
    background-color: #CCDAFF;
    padding: 0 1rem;
    border-radius: 53px;
    color: #0037CC;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-share-icon {
    margin-top: 7px;
}

.article-keywords {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .article-title {
        margin-top: 4rem;
    }
}