@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



.path {

    width: 100%;

    display: flex;

    justify-content: center;

    margin-top: 2.3rem;

}



.path p {

    width: 80%;

    font-size: 16px;

    font-weight: bold;

    color: var(--primary-background);

    border-bottom: 3px solid #858585c0;

}



.path p a {

    color: var(--primary-background);

    text-decoration: none;

}



.beritaview {

    width: 100%;

    display: flex;

    justify-content: center;

    padding-top: 1rem;

    padding-bottom: 2rem;

}



.beritaview .box {

    display: flex;

    flex-wrap: wrap;

    width: 80%;

    position: relative;

    gap: 20px;

}



.beritaview .card {

    padding: 20px !important;

    background-color: #fff;

    border: none;

    box-shadow: 0 0 10px #2c2c2ca9;

    position: relative;

}



.beritaview .box article {

    flex: 3;

    width: 50%;

}



.beritaview article h1 {

    font-size: 34px;

    font-family: "Roboto Slab", serif;

    font-optical-sizing: auto;

}

.beritaview p {
    margin-top: 1rem;
}


.beritaview article .card .entry-meta {

    margin: 0;

    padding: 20px 0;

}



.beritaview article .card .entry-meta li {

    border-right: 1px solid var(--thim-border-color, #eee);

    padding-right: 23px;

    margin-right: 20px;

    list-style: none;

    display: inline-block;

    line-height: 18px;

    margin-top: 10px;

}



.beritaview article .card .entry-meta li:last-child {

    padding-right: 0;

    border-right: 0;

    margin-right: 0;

}



.beritaview article .card .entry-meta li span {

    color: #ccc;

    font-size: 12px;

    font-weight: 700;

    display: block;

    line-height: 18px;

}



.beritaview article .card .entry-meta li span.value,

article .entry-meta li a {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 12px;

    display: inline-block;

    text-decoration: none;

    color: #7a7a7a;

}



.beritaview article .card .entry-meta li a:hover {

    text-decoration: underline;

}



.beritaview article .card h3 {

    font-size: 25px;

    position: relative;

    margin-bottom: 1rem;

}



.beritaview article .card h3:after {

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 165px;

    height: 2px;

    content: "";

    background: #e5d804;

}



.beritaview article .card h3:before {

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 30px;

    height: 4px;

    content: "";

    background: #e5d804;

}



.beritaview .box aside {

    flex: 1;

    width: auto;

}



.beritaview aside .card {

    margin-bottom: 20px;

}



.beritaview aside .card .boxaside {

    margin-bottom: 10px;

    text-decoration: none;

    color: #000000;

}



.beritaview .box aside img {

    width: 100px;

    height: auto;

}



.beritaview .box aside .boxaside {

    display: flex;

    gap: 8px;

}



.beritaview .box aside .boxaside h2 {

    font-size: 14px;

    margin-bottom: 10px;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.beritaview aside .card h3 {

    font-size: 25px;

    position: relative;

    margin-bottom: 1rem;

}



.beritaview aside .card h3:after {

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 165px;

    height: 2px;

    content: "";

    background: #e5d804;

}



.beritaview aside .card h3:before {

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 30px;

    height: 4px;

    content: "";

    background: #e5d804;

}



.share {

    display: flex;

    flex-direction: column;

}



.share-button {

    display: flex;

    align-items: center;

    text-decoration: none;

    margin: 0 25px;

    margin-bottom: 15px;

    color: #333;

    font-size: 16px;

    padding: 10px;

    border-radius: 5px;

    transition: background-color 0.3s, color 0.3s;

}



.share-button i {

    margin-right: 8px;

}



.share-button.facebook {

    background-color: #3b5998;

    color: #fff;

}



.share-button.facebook:hover {

    background-color: #2d4373;

}



.share-button.whatsapp {

    background-color: #25D366;

    color: #fff;

}



.share-button.whatsapp:hover {

    background-color: #1ab04f;

}



.share-button.twitter {

    background-color: #1DA1F2;

    color: #fff;

}



.share-button.twitter:hover {

    background-color: #1a91da;

}



.share-button.messenger {

    background-color: #0084ff;

    color: #fff;

}



.share-button.messenger:hover {

    background-color: #007bb6;

}



.drive span {

    color: var(--primary-background);

    display: flex;

    align-items: center;

}



.drive span i {

    font-size: 30px;

}



.drive span a {

    text-decoration: none;

    color: var(--primary-background);

    margin-left: 10px;

    text-wrap: nowrap;

}



.pagination {

    text-align: center;

    margin-top: 20px;

    display: flex;

    justify-content: flex-end;

}



.pagination a {

    color: #333;

    padding: 4px 12px;

    text-decoration: none;

    border: 1px solid #ddd;

    margin: 0 4px;

    border-radius: 4px;

}



.pagination a:hover {

    background-color: #f2f2f2;

}



@media screen and (min-width: 1024px) {

   





.beritaview .box article {

    flex: 3;

    width: 50%;

}



.beritaview article h1 {

    font-size: 30px;

}





.beritaview .box aside {

    flex: 1;

    width: 20%;

}



.beritaview .box aside img {

    width: 70px;

    height: auto;

}



.share-button { 

    margin: 0 10px;

    margin-bottom: 13px;

}



.drive span i {

    font-size: 20px;

}



.drive span a {

    text-wrap: wrap;

}



}



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

.beritaview article h1 {
    font-size: 20px;
   }

    .beritaview .box {

        width: 90%;

    }

}