body {
    color: #2C1818;
}

.article-info {
    /* background-image: linear-gradient(90deg, var(--orange-main-color), #FFD883);
    background-image: linear-gradient(90deg, #FFD166, #FFFCF9); */
    padding: 40px 0;
    color: var(--brown-main-color);
    color: var(--brown-main-color);
}

.article-info__path-wrapper {
    background-color: #FFC54A;
    width: fit-content;
    padding: 10px 1%;
    border-radius: .3rem;
    font-size: 0.875rem;
    display: flex;
    gap: 5px;
    display: inline-block;
    line-height: 1.6;
}

::selection {
    background-color: orange;
    color: white;
}

.article-info__path-word {
    transition: .3s;
    color: white;
}

.article-info__path-word--active {
    color: #bd8713;
}

.article-info__path-word:hover {
    color: #bd8713;
}

.article-info__path-word:last-child {
    font-weight: 400;
}

.article-info__title {
    font-size: 2.4rem;
    margin: 1rem 0;
}

.article-info__sub-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .2rem;
}

.article_info__author-info-wrapper {
    display: flex;
    align-items: center;
}

.article-info__author-img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-info__author-img {
    width: 30px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 6px;
}

/* 
.article-info__author-name {} */

.article-info__square-seperator {
    width: 8px;
    height: 8px;
    display: block;
    background-color: var(--orange-main-color);
    transform: rotate(45deg);
    margin: 0 10px;
}

.article-info__date-wrapper {
    display: flex;
    align-items: center;
}

.article-info__date-icon {
    margin-right: 4px;
}

/* 
.article-info__date {} */

.article-info__path-slash {
    color: white;
}

.article-info__time-to-read-wrapper {
    display: flex;
    align-items: center;
}

.article-info__time-to-read-icon {
    margin-right: 4px;
}

/* .article-info__time-to-read {}*/

.article-img-holder {
    margin-top: 40px;
}

.article-img {
    width: 100%;
}

.content-area {
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

@media (min-width: 768px) {
    .content-area {
        grid-template-columns: 200px 1fr;
    }

    .tbl-of-content {
        position: sticky;
        top: 20px;
        overflow-y: auto;
        scrollbar-width: none;
        max-height: calc(100vh - 200px);
    }
}


.tbl-of-content__header {
    margin-bottom: 15px;
}

.tbl-of-content__subjects {
    position: relative;
    padding: 5px 0 5px 20px;
    display: flex;
    flex-direction: column;
}

.tbl-of-content__subjects::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--orange-main-color);
    left: 3.5px;
    top: 0;
}

.tbl-of-content__subject {
    color: black;
    display: inline-block;
    transition: .3s;
    line-height: 1.4;
}

.tbl-of-content__subject:hover {
    color: var(--orange-main-color);
}

.tbl-of-content__subject:not(:last-child) {
    margin-bottom: 10px;
}

.tbl-of-content__subject--active {
    color: var(--orange-main-color);
    position: relative;
}

.tbl-of-content__subject--active::before {
    content: "";
    border: 6px solid transparent;
    border-left-color: var(--orange-main-color);
    position: absolute;
    left: -16.5px;
    top: 4px;
    z-index: 1;
}

.tbl-of-content__subject--active::after {
    content: "";
    border: 9px solid transparent;
    border-left-color: #f8f8f8;
    position: absolute;
    left: -16.5px;
    top: 1.5px;
    z-index: 0;
}

/* .content {} */

.content-paragraph:not(:last-child) {
    margin-bottom: 50px;
}

.content-paragraph__header {
    margin-bottom: 20px;
    line-height: 1.8;
    /* color: var(--orange-main-color); */
}

.content-paragraph__paragraph:not(:last-child) {
    /* color: #754C00; */
    margin-bottom: 1rem;
}

.content-paragraph__paragraph {
    line-height: 1.8;
}

.par-link {
    color: var(--orange-main-color);
    transition: .3s;
}

.par-link:hover {
    color: #754C00;
}

.sub-img {
    margin: 1.2rem 0;
    text-align: center;
}

.sub-img__img {
    width: 100%;
    border-radius: 8px;
}

.sub-img__name {
    margin-top: .4rem;
    text-align: center;
    font-style: italic;
    font-size: 0.875rem;
}

.references {
    list-style-type: "# ";
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: .3s;
    padding-left: .5rem;
}

.references__ref {
    line-height: 1.8;
}

.references__ref:hover {
    color: var(--orange-main-color);
}

.quote {
    border-left: 3px solid var(--orange-main-color);
    padding: 1rem;
    background-color: #fff;
    margin: 1rem 0;
    line-height: 1.6;
    font-style: italic;
    color: var(--brown-main-color);
    position: relative;
}

.quote::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200'%3E%3Cpath fill='%23000' d='M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600s600-268.629 600-600S931.371 0 600 0m-45.923 282.422l25.781 118.727c-75.541 16.721-145.005 38.468-139.38 122.826h88.77v315.968H261.841V544.629c.095-234.691 172.401-253.786 292.236-262.207m358.228 0l25.854 118.727c-75.541 16.721-145.005 38.468-139.38 122.826h88.77v315.968H620.142V544.629c.094-234.691 172.328-253.786 292.163-262.207'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--orange-main-color);
}



@media (min-width:992px) {
    .flex-image-container {
        display: flex;
        gap: 3rem;
    }
}

.references__ref {
    word-wrap: break-word;
    /* Allows the URL to break at any point if it’s too long */
    word-break: break-all;
    /* Forces line breaks on long words */
    overflow-wrap: break-word;
    /* Ensures links break if necessary */
}