/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: area-normal, sans-serif;
}

#particles-js canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

p {
    line-height: 1.8;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* end of global */

@media(min-width: 1366px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 800px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .article-section {
        background-color: #fff;
    }

    .title-tags {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 10px 0;
    }

    .title-tags h3 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 700;
        margin: 0 10px 0 0;
    }

    .divider {
        width: 100%;
        border: none;
        background-color: rgba(0, 0, 0, 0.12);
        height: 1px;
        margin: 15px 0;
    }

    .general-h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 25px 0;
    }

    .article-misc-container {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
    }

    .author-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        float: left;
        margin: 0;
    }

    .sharethis-inline-share-buttons {
        margin: 5px 0 0 0;
    }

    .space-holder {
        color: var(--accent-color) !important;
    }

    .author-name {}

    .published-date {}

    .updated-date {}

    .article-read {}

    .article-views {}

    .article-rating {}

    #article-rating {
        display: none;
    }

    #article-views {
        display: none;
    }

    .author-picture {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0;
    }

    .author-text {
        font-size: 18px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 0 0 10px;
    }

    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }

    .article-right {
        display: none;
        position: relative;
        width: 30%;
        margin: 15px 0;
    }

    .rightside-wrapper {
        position: sticky;
        top: 70px;
        right: 0;
    }

    .tr-caption {
        font-family: 'Times New Roman', Times, serif !important;
    }

    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left li {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left ul {
        padding-inline-start: 50px;
    }

    .article-left li {
        margin: 5px 0 !important;
    }
    
    .article-left a {
        font-size: inherit;
        font-weight: 600;
        color: var(--accent-color);
        text-decoration: none;
        line-height: 1.8;
    }

    .article-left a:hover {
        text-decoration: underline;
    }

    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h3,
    .article-left h3 span {
        font-size: 21px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h4,
    .article-left h4 span {
        font-size: 19px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h5,
    .article-left h5 span {
        font-size: 17px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left hr {
        display: none;
    }
    
    .reading-guide {
        border-radius: 20px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--primary-color);
        margin: 0;
        padding: 20px 0 20px 20px;
    }

    .reading-guide h3 {
        font-size: 25px;
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1;
        letter-spacing: 2px;
        margin: 0 0 20px 0;
    }

    .guide-item {
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.48);
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .guide-item:hover .read-heading {
        color: var(--accent-color);
    }

    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .read-heading {
        font-size: 16px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.5;
        margin: 0;
        transition: 0.2s all ease-out;
    }

    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: rgba(255, 255, 255, 0.12);
        height: 1px;
        margin: 0;
    }

    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item {
        background: var(--off-color);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-out;
    }

    .recommended-image {
        cursor: pointer;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content {
        padding: 25px;
    }

    .recommended-read-tag {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0;
    }

    .recommended-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 18px;
        font-weight: 700;
        margin: 5px 0;
    }

    .recommended-title:hover {
        text-decoration: underline;
    }

    .author-container {
        width: 100%;
        margin: 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .creator-component {
        max-width: 33%;
    }

    .creator-avatar {
        width: 100px;
        height: 100px;
        border: 4px solid var(--primary-color);
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .creator-component h2 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component h3 {
        font-size: 18px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component p {
        font-size: 15px;
        font-weight: 600;
        color: var(--font-light);
        margin: 5px 0;
    }

    .creator-component button {
        border: none;
        background: transparent;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
        cursor: pointer;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 700px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .article-section {
        background-color: #fff;
    }

    .title-tags {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 10px 0;
    }

    .title-tags h3 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 700;
        margin: 0 10px 0 0;
    }

    .divider {
        width: 100%;
        border: none;
        background-color: rgba(0, 0, 0, 0.12);
        height: 1px;
        margin: 15px 0;
    }

    .general-h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 25px 0;
    }

    .article-misc-container {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
    }

    .author-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        float: left;
        margin: 0;
    }

    .sharethis-inline-share-buttons {
        margin: 5px 0 0 0;
    }

    .space-holder {
        color: var(--accent-color) !important;
    }

    .author-name {}

    .published-date {}

    .updated-date {}

    .article-read {}

    .article-views {}

    .article-rating {}

    #article-rating {
        display: none;
    }

    #article-views {
        display: none;
    }

    .author-picture {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0;
    }

    .author-text {
        font-size: 16px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 0 0 10px;
    }

    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }

    .article-right {
        display: none;
        position: relative;
        width: 30%;
        margin: 15px 0;
    }

    .rightside-wrapper {
        position: sticky;
        top: 70px;
        right: 0;
    }

    .tr-caption {
        font-family: 'Times New Roman', Times, serif !important;
    }

    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left li {
        font-size: 17px;
        font-weight: 500;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left ul {
        padding-inline-start: 50px;
    }

    .article-left li {
        margin: 5px 0 !important;
    }
    
    .article-left a {
        font-size: inherit;
        font-weight: 600;
        color: var(--accent-color);
        text-decoration: none;
        line-height: 1.8;
    }

    .article-left a:hover {
        text-decoration: underline;
    }

    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h3,
    .article-left h3 span {
        font-size: 21px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h4,
    .article-left h4 span {
        font-size: 19px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h5,
    .article-left h5 span {
        font-size: 17px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left hr {
        display: none;
    }
    
    .reading-guide {
        border-radius: 20px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--primary-color);
        margin: 0;
        padding: 20px 0 20px 20px;
    }

    .reading-guide h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1;
        letter-spacing: 2px;
        margin: 0 0 20px 0;
    }

    .guide-item {
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.48);
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .guide-item:hover .read-heading {
        color: var(--accent-color);
    }

    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .read-heading {
        font-size: 16px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.5;
        margin: 0;
        transition: 0.2s all ease-out;
    }

    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: rgba(255, 255, 255, 0.12);
        height: 1px;
        margin: 0;
    }

    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 50px auto;
    }

    .recommended-item {
        background: var(--off-color);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-out;
    }

    .recommended-image {
        cursor: pointer;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content {
        padding: 25px;
    }

    .recommended-read-tag {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0;
    }

    .recommended-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 18px;
        font-weight: 700;
        margin: 5px 0;
    }

    .recommended-title:hover {
        text-decoration: underline;
    }

    .author-container {
        width: 100%;
        margin: 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .creator-component {
        max-width: 33%;
    }

    .creator-avatar {
        width: 100px;
        height: 100px;
        border: 4px solid var(--primary-color);
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .creator-component h2 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component h3 {
        font-size: 18px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component p {
        font-size: 15px;
        font-weight: 600;
        color: var(--font-light);
        margin: 5px 0;
    }

    .creator-component button {
        border: none;
        background: transparent;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
        cursor: pointer;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 450px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .article-section {
        background-color: #fff;
    }

    .title-tags {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 10px 0;
    }

    .title-tags h3 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 700;
        margin: 0 10px 0 0;
    }

    .divider {
        width: 100%;
        border: none;
        background-color: rgba(0, 0, 0, 0.12);
        height: 1px;
        margin: 15px 0;
    }

    .general-h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 25px 0;
    }

    .article-misc-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .author-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        float: left;
        margin: 0;
    }

    .sharethis-inline-share-buttons {
        margin: 0 0 0 0;
    }

    .space-holder {
        color: var(--accent-color) !important;
    }

    .author-name {}

    .published-date {}

    .updated-date {}

    .article-read {}

    .article-views {}

    .article-rating {}

    #article-rating {
        display: none;
    }

    #article-views {
        display: none;
    }

    .author-picture {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0;
    }

    .author-text {
        font-size: 15px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 0 0 10px;
    }

    .article-container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }

    .article-right {
        display: none;
        position: relative;
        width: 30%;
        margin: 15px 0;
    }

    .rightside-wrapper {
        position: sticky;
        top: 70px;
        right: 0;
    }

    .tr-caption {
        font-family: 'Times New Roman', Times, serif !important;
    }

    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left li {
        font-size: 16px;
        font-weight: 500;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left ul {
        padding-inline-start: 50px;
    }

    .article-left li {
        margin: 5px 0 !important;
    }
    
    .article-left a {
        font-size: inherit;
        font-weight: 600;
        color: var(--accent-color);
        text-decoration: none;
        line-height: 1.8;
    }

    .article-left a:hover {
        text-decoration: underline;
    }

    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h3,
    .article-left h3 span {
        font-size: 21px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h4,
    .article-left h4 span {
        font-size: 19px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h5,
    .article-left h5 span {
        font-size: 17px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left hr {
        display: none;
    }
    
    .reading-guide {
        border-radius: 20px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--primary-color);
        margin: 0;
        padding: 15px 0 15px 15px;
    }

    .reading-guide h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1;
        letter-spacing: 2px;
        margin: 0 0 15px 0;
    }

    .guide-item {
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.48);
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .guide-item:hover .read-heading {
        color: var(--accent-color);
    }

    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .read-heading {
        font-size: 16px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.5;
        margin: 0;
        transition: 0.2s all ease-out;
    }

    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: rgba(255, 255, 255, 0.12);
        height: 1px;
        margin: 0;
    }

    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        margin: 50px auto;
    }

    .recommended-item {
        background: var(--off-color);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-out;
    }

    .recommended-image {
        cursor: pointer;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content {
        padding: 25px;
    }

    .recommended-read-tag {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0;
    }

    .recommended-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 18px;
        font-weight: 700;
        margin: 5px 0;
    }

    .recommended-title:hover {
        text-decoration: underline;
    }

    .author-container {
        width: 100%;
        margin: 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .creator-component {
        max-width: 33%;
    }

    .creator-avatar {
        width: 80px;
        height: 80px;
        border: 4px solid var(--primary-color);
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .creator-component h2 {
        font-size: 18px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component p {
        font-size: 14px;
        font-weight: 600;
        color: var(--font-light);
        margin: 5px 0;
    }

    .creator-component button {
        border: none;
        background: transparent;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
        cursor: pointer;
    }
}

@media(max-width: 769px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 100% !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: 20px;
        right: 60px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 14px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .article-section {
        background-color: #fff;
    }

    .title-tags {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .title-tags h3 {
        color: var(--secondary-color);
        font-size: 16px;
        font-weight: 700;
        margin: 0 10px 0 0;
    }

    .divider {
        width: 100%;
        border: none;
        background-color: rgba(0, 0, 0, 0.12);
        height: 1px;
        margin: 15px 0;
    }

    .general-h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--font-color);
        margin: 25px 0;
    }

    .article-misc-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .author-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        float: left;
        margin: 10px 0;
    }

    .sharethis-inline-share-buttons {
        margin: 0 0 0 0;
    }

    .space-holder {
        display: none !important;
    }

    .author-name {
        display: none;
    }

    .published-date {}

    .updated-date {
        display: none;
    }

    .article-read {
        display: none;
    }

    .article-views {
        display: none;
    }

    .article-rating {
        display: none;
    }

    #article-rating {
        display: block;
    }

    #article-views {
        display: block;
    }

    .author-picture {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: none;
    }

    .author-text {
        font-size: 14px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0 10px 0 0;
    }

    .article-container {
        width: 100%;
        margin: 0 auto;
        /* max-width: 100%; */
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: flex-start; */
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .article-left img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 400px;
    }

    .article-right {
        display: none;
        display: none;
        width: 100%;
        margin: 15px 0;
    }

    .rightside-wrapper {
        position: relative;
        /* top: 0; */
        /* right: 0; */
    }

    .tr-caption {
        font-family: 'Times New Roman', Times, serif !important;
    }

    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left li {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left ul {
        padding-inline-start: 50px;
    }

    .article-left li {
        margin: 5px 0 !important;
    }
    
    .article-left a {
        font-size: inherit;
        font-weight: 600;
        color: var(--accent-color);
        text-decoration: none;
        line-height: 1.8;
    }

    .article-left a:hover {
        text-decoration: underline;
    }

    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h3,
    .article-left h3 span {
        font-size: 21px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h4,
    .article-left h4 span {
        font-size: 19px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left h5,
    .article-left h5 span {
        font-size: 17px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.8;
        margin: 15px 0;
    }

    .article-left hr {
        display: none;
    }
    
    .reading-guide {
        border-radius: 20px;
        box-sizing: border-box;
        display: none;
        width: 100%;
        background-color: var(--primary-color);
        margin: 0;
        padding: 15px 0 15px 15px;
    }

    .reading-guide h3 {
        font-size: 20px;
        font-weight: 900;
        color: var(--secondary-color);
        line-height: 1;
        letter-spacing: 2px;
        margin: 0 0 15px 0;
    }

    .guide-item {
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.48);
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .guide-item:hover .read-heading {
        color: var(--accent-color);
    }

    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .read-heading {
        font-size: 16px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.5;
        margin: 0;
        transition: 0.2s all ease-out;
    }

    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: rgba(255, 255, 255, 0.12);
        height: 1px;
        margin: 0;
    }

    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        margin: 0 auto;
    }

    .recommended-item {
        background: var(--off-color);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-out;
    }

    .recommended-image {
        cursor: pointer;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .recommended-content {
        padding: 20px;
    }

    .recommended-read-tag {
        font-size: 14px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 0;
    }

    .recommended-title {
        display: inline-block;
        text-decoration: none;
        color: var(--font-color);
        font-size: 18px;
        font-weight: 700;
        margin: 5px 0;
    }

    .recommended-title:hover {
        text-decoration: underline;
    }

    .author-container {
        width: 100%;
        margin: 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .creator-component {
        max-width: 100%;
    }

    .creator-avatar {
        width: 50px;
        height: 50px;
        border: 2px solid var(--primary-color);
        border-radius: 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .creator-component h2 {
        font-size: 17px;
        font-weight: 700;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component h3 {
        font-size: 15px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }

    .creator-component p {
        font-size: 14px;
        font-weight: 600;
        color: var(--font-light);
        margin: 5px 0;
    }

    .creator-component button {
        border: none;
        background: transparent;
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0 5px 0;
        cursor: pointer;
    }
}