#article-view {
    padding: 20px 90px;
}

span {
    pointer-events: none;
}

a,
span a {
    pointer-events: auto;
}

.article-menu {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.article-menu ul {
    display: inline-block;
    list-style: none;
    margin: 7px 0;
    white-space: nowrap;
}

.article-menu ul li {
    min-width: 180px;
    display: inline-block;
    border-left: solid 1px var(--bs-border-color-translucent);
    padding: 0px;
    font-weight: 600;
}

.article-menu ul li:first-child {
    border-left: 0;
}

.article-menu ul li a {
    text-decoration: none;
    display: block;
    margin: 0 30px 0 25px;
    color: #555;
    font-size: 10pt !important;
    font-family: var(--bs-body-font-family);
}

.section-body {
    background-color: rgb(241, 242, 242);
}

.section-article {
    background-color: #ffffff;
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 4px;
}

.section-article nav {
    padding: 8px;
    border-radius: 2px;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.breadcrumb-item {
    color: #555;
    font-size: 10pt;
    font-family: var(--bs-body-font-family);
    text-decoration: none;
}

.breadcrumb-item a {
    color: #555;
    font-size: 10pt;
    font-family: var(--bs-body-font-family);
    text-decoration: none;
}

.article-title {
    font-family: "Source Sans Pro";
    font-weight: bold;
    color: #29333d;
    font-size: 16pt;
}

.article-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.article-info span {
    font-family: "Source Sans Pro";
    color: #555;
    font-size: 10pt;
}

.article-content article * {
    font-family: "Source Sans Pro" !important;
    font-size: 12pt !important;
    text-decoration: none;
}

.article-content article {
    margin-top: 1rem;
}

.article-content article * {
    max-width: 100%;
    min-width: 1px;
}

.article-content article img {
    border-radius: 4px;
    height: fit-content;
    object-fit: scale-down;
}

.article-content article a {
    color: #ff6363;
    font-weight: 500;
}

.article-content article figure {
    position: relative;
    max-width: 100% !important;
}

.article-content article figure figcaption {
    position: absolute !important;
    bottom: 0px !important;
    width: 100% !important;
    background-color: #7a7a7a4f !important;
    color: white !important;
    padding: 2px !important;
    font-size: 11pt !important;
    text-align: center !important;
    font-style: normal !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.article-content article iframe {
    width: 100%;
    min-height: 430px;
    border-radius: 4px;
}

.share-section {
    min-height: 40px;
    height: fit-content;
    display: flex;
    border-top: 1px solid var(--bs-border-color-translucent);
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
    padding: 0px 1.5rem;
    background: white;
    width: 100%;
    bottom: 0;
    margin: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.share-section .left-section,
.share-section .right-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin-bottom: -1.5rem;
    padding: 0.25rem 0rem;
}

.share-section .right-section .title {
    font-family: "Source Sans Pro";
    font-size: 11pt;
    font-weight: bold;
    margin-right: 4px;
}

.btn-share {
    padding: 8px;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2e2e2e;
}

.btn-share:hover {
    background-color: #ebebeb;
}

.btn-share i {
    font-size: 18px;
}

.btn-share.btn-like,
.btn-share.btn-save {
    width: fit-content;
}

.btn-share.btn-like:hover,
.btn-share.btn-save:hover {
    color: #d7443e;
}

.btn-share.btn-like span,
.btn-share.btn-save span {
    font-family: "Source Sans Pro";
    font-size: 11pt;
}

.btn-share-fb:hover {
    color: #4267b2;
}

.btn-share-wa:hover {
    color: #25d366;
}

.btn-share-twt:hover {
    color: #1da1f2;
}

.btn-share-pt:hover {
    color: #e60023;
}

.article-bottom {
    margin-top: 1.5rem;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-position: center;
    background-size: cover;
}

.article-bottom .article-bottom-title {
    text-shadow: 1px 1px 8px #ffffff7d;
    color: #ff6363;
    font-size: 11pt;
    text-align: end;
    font-family: "Source Sans Pro";
    margin-bottom: 0px;
}

.article-bottom .btn-article-bottom {
    background-color: #ff6363;
    font-weight: bold;
    color: white;
    font-size: 11pt;
}

.section-side .card {
    border-radius: 4px;
    border: 1px solid var(--bs-border-color-translucent);
}

.side-header {
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.side-title {
    font-family: "Source Sans Pro";
    font-size: 12pt;
    font-weight: bold;
}

.new-article {
    text-decoration: none;
    color: #2e2e2e;
    border: 0px !important;
    border-bottom: 1px solid var(--bs-border-color-translucent) !important;
    border-radius: 0px !important;
}

.new-article:last-child {
    border-bottom: 0px !important;
}

.new-article:hover {
    color: #2e2e2e;
}

.new-article img {
    object-fit: cover;
    border-radius: 0px;
    min-height: 96px;
    max-height: 96px;
}

.new-article .card-text {
    font-family: "Source Sans Pro";
    font-size: 11pt !important;
    line-height: 13pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-sosial-subtitle {
    font-family: "Source Sans Pro";
    font-size: 11pt !important;
    line-height: 13pt;
}

.ads-side-img {
    height: auto;
    object-fit: cover;
    border: 0px;
    border-radius: 4px;
}

.article-terkait {
    border-radius: 2px;
    overflow: hidden;
}

.article-terkait .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.article-terkait .cards.single {
    grid-template-rows: 1fr;
}

.article-terkait .cards.double {
    grid-template-rows: repeat(2, 1fr);
}

.card-article-terkait {
    text-decoration: none;
    color: #2e2e2e;
    font-family: "Source Sans Pro";
    font-size: 11pt;
    border-radius: 2px;
    overflow: hidden;
}

.card-article-terkait:hover {
    text-decoration: none;
    color: #2e2e2e;
}

.card-article-terkait .card-img-top {
    max-height: 140px;
    object-fit: cover;
    border-radius: 0;
    object-position: center;
}

.card-article-terkait .card-body {
    display: grid;
    grid-template-columns: 1fr auto;
}

.card-article-terkait .cat-title,
.card-article-terkait .date {
    font-size: 10pt;
}

.card-article-terkait .cat-title {
    color: #ff6363;
}

.card-article-terkait .title {
    font-size: 11pt;
    font-weight: normal;
    grid-column-start: 1;
    grid-column-end: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-content article .card {
    border-radius: 4px !important;
    padding: 1rem !important;
}

.article-content article .card * {
    margin: 0px !important;
}

.article-content article .card .btn.cta {
    color: white !important;
    margin: .75rem 0px 0px 0px!important;
    background: #ff6363 !important;
    border-color: #ff6363 !important;
}

.btn-seo {
    background-color: #ff6363;
    border: 1px solid #ff6363;
    color: white;
    font-family: "Source Sans Pro";
    font-size: 11pt;
}

.btn-seo:hover {
    background-color: white;
    border: 1px solid #ff6363;
    color: #ff6363;
}

@media only screen and (max-width: 576px) {
    #article-view {
        padding: 0rem 0rem 24px 0px;
    }

    #card-sosial,
    #ads-side {
        top: 0 !important;
        position: initial;
    }

    #pageBody {
        margin-bottom: 0px;
    }

    .article-menu ul {
        padding: 0px;
    }

    .additional-nav {
        width: 100vw;
        overflow: hidden;
        overflow-x: scroll;
        display: none;
    }

    .article-info {
        flex-direction: column;
        display: grid;
        grid-template-columns: auto auto;
    }

    .article-content article iframe {
        min-height: min-content;
    }

    .share-section {
        padding: 0rem 1rem;
        bottom: 59px;
    }

    .new-article img {
        object-fit: cover;
        border-radius: 0px;
        min-height: 75px;
        max-height: 75px;
        width: 100%;
    }

    .new-article .row > .col-4 {
        max-height: 75px;
        overflow: hidden;
    }

    .btn-share.btn-like span,
    .btn-share.btn-save span {
        display: none;
    }

    .article-terkait .cards {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .card-article-terkait {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }

    .card-article-terkait:last-child {
        border: 0;
        border-bottom: 0 !important;
    }

    .card-article-terkait .row > .col-4 {
        max-height: 75px;
    }

    .card-article-terkait .title {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .card-article-terkait .card-img-top {
        max-height: 75px;
    }

    .mobile-category {
        color: #565758;
        width: 100%;
        text-decoration: none;
    }

    .mobile-category p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #2e2e2e;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 1rem;
        background: white;
    }

    .mobile-category hr {
        border: 1px solid var(--bs-border-color-translucent)
    }

    .mobile-category-btn {
        text-decoration: none;
        color: #2e2e2e;
        padding: .75rem 1rem;
        font-family: 'Source Sans Pro';
        font-size: 11pt;
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }

    .mobile-category-btn-close {
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }
}
