/* header  */
.pkp_structure_head {
    background-image: linear-gradient(to right, rgb(2, 0, 115), rgb(166, 221, 249));
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.671);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/* Pemberitahuan */
.pkp_block, .block_information {
    box-shadow: 0px 10px 20px 0px rgba(35, 100, 210, 0.3);
    border-radius: 10px;
    padding: 0px 0px 5px 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}
/* Judul Widget */
.judul, .pkp_block .title {
    border-radius: 5px 5px 0px 0px;
    padding: 9px;
    border-bottom: 0px solid #aaa;
    background-image: linear-gradient(to right, rgb(3, 2, 72), rgb(0, 34, 229));
    color: white !important;
}
/* Navigasi */
.pkp_navigation_primary_wrapper {
    background-image: linear-gradient(to right, rgb(3, 2, 72), rgb(0, 34, 229));
    padding-left: 10px;
}
.card, .entry_details, .pkp_block .content ul li a {
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    border-radius: 10px;
    padding: 5px;
    max-width: 75%;
}
/* List Artikel Home */
.obj_article_summary {
    background: #fff;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    border-radius: 10px;
    padding: 35px;
    padding-top: 35px;
}
.meta .authors {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3a45czW6JHARpkp5lez6vt4qIxup68LmK-pkJawWJl58iF0a_cUpKOMzTgVJBsQtcZdCanFAfjbkq8bdiA_IBKT7lxfCse317RzkaR0q2yUcrin6pwrUysfHha09fMd5YgcB77jjF9LGPChLBpp4QbDj_i_30wSAMCAK-DKM1kYYf2ttDAFKJ_fUh4nZI/s1600/writer.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
    font-weight: bold;
    padding-left: 30px;
}
/* Hover Effects */
.obj_article_summary:hover, .block_custom .card:hover, .read_more:hover{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(179,227,255,1) 48%, rgba(109,179,250,0.6) 100%);
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.5);
    -webkit-transition: all ease-in-out 350ms;
}
.pkp_nav_list li a:hover, .block_information li a:hover, .block_language li a:hover {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(179,227,255,1) 48%, rgba(109,179,250,0.6) 100%);
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.5);
    color: black;
    border-radius: 5px;
    -webkit-transition: all ease-in-out 350ms;
}
/* Tombol Read More */
.read_more {
    text-align: center;
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    padding: 15px;
}
.read_more::after {
    padding: 15px;
}
/* Pengumuman */
.obj_announcement_summary {
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    border-radius: 10px;
    max-width: 100%;
    background-image: linear-gradient(to right, rgb(3, 2, 72), rgb(0, 34, 229));
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    font-size: 1.05rem;
}
.obj_announcement_summary h3, .obj_announcement_summary a {
    color: #fff;
    font-size: 1.3rem;
}
.obj_announcement_summary .date {
    color: #aaa;
}
/* Pembayaran */
.paybox {
    width: 240px;
    height: 280px;
    margin: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.flexbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
}
.logo {
    max-width: 30%;
}
/* Pembayaran nonaktif */
.perror {
    border-radius: 5px 5px 0px 0px;
    padding: 9px;
    border-bottom: 0px solid #aaa;
    background-image: linear-gradient(to right, rgb(58, 2, 2), rgb(229, 0, 88));
    color: white !important;
}
/* Gambar Cover */
.cover img, .item img {
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
}
/* Background Item Khusus */
.galleys, .obj_article_details .authors{
    background: linear-gradient(90deg, rgba(171,230,254,1) 0%, rgba(168,212,254,1) 48%, rgba(171,230,254,1) 100%);
}
/* Untuk Tombol */
.obj_galley_link {
    box-shadow: 3px 5px 7px 0px rgba(35, 100, 210, 0.3);
    border-radius: 5px;
    border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
    color: rgb(35, 100, 210);
}
.obj_galley_link:hover {
    background: rgb(35, 100, 210);
    color: white;
}
.galleys {
    text-align: center;
}

/*Untuk Layar HP */
@media only screen and (max-width: 767px) {
    .obj_article_details .entry_details {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }
    .obj_article_details .authors {
        padding-left: 10px;
    }
}
/*
     FILE ARCHIVED ON 18:08:56 Apr 16, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:53 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.851
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.084
  esindex: 0.015
  cdx.remote: 61.304
  LoadShardBlock: 224.976 (3)
  PetaboxLoader3.datanode: 278.826 (5)
  PetaboxLoader3.resolve: 322.146 (2)
  load_resource: 404.883
  loaddict: 73.461
*/