body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

h1, h2 {
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.faculty {
    margin: 20px auto;
    width: 80%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faculty-header {
    padding: 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
}

table td a {
    text-decoration: none;
    color: #333;
}

table td a:hover {
    text-decoration: underline;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: transparent;
    border: 2px solid #006798; /* Border biru dengan ketebalan 2px */
    border-radius: 50px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #006798; /* Warna teks biru */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transisi halus untuk efek hover */
    margin: 5px; /* Menambahkan jarak antar tombol */
}

.cmp_button_wire:hover, .obj_galley_link:hover {
    background-color: #006798; /* Background biru saat dihover */
    color: #ffffff; /* Warna teks putih saat dihover */
}

.archiveHeader {
    border-radius: 3px;
    background: #ffffff;
    padding: 1.43rem;
    margin-bottom: 2.143rem;
}

.archiveHeader_search .pkp_search input[type="text"] {
    font-size: 1.rem; /* Membesarkan ukuran teks di dalam search bar */
    width: 85%; /* Lebar search bar */
    height: 40px; /* Tinggi search bar */
    padding: 10px; /* Padding di dalam search bar */
    border-radius: 20px;
    border : 2px solid #000000;
}

.pkp_site_name .is_text {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.pkp_navigation_primary>li>a {
    margin: 0.5rem .5em 0;
    padding: 0.5rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
}

.menu-item a {
    text-decoration: none;
    color: #006798;
    display: block;
    padding: 2px 0px;
    position: relative;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
    border-bottom: 1px solid #000; /* Garis bawah sebagai pembatas */
}

.menu-item a:hover {
    background-color: #bebebe; /* Warna abu-abu saat di-hover */
    padding-left: 20px; /* Tulisan bergerak sedikit ke kiri */
}

.pkp_block .title {
    display: inline-block;
    text-align: left;
    margin-bottom: 0.714rem;
    margin-top: 0;
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7rem;
    color: #000000;
    position: relative;
}

.pkp_block .title::after {
    content: '';
    display: inline-block;
    width: 100%; /* Mengikuti panjang kata */
    height: 4px; /* Ketebalan garis */
    background-color: #006798; /* Warna garis */
    position: absolute;
    bottom: -5px; /* Jarak garis dari teks */
    left: 0;
}


.pkp_navigation_user a {
    padding-top: .357rem;
    padding-bottom: .357rem;
    line-height: 1.43rem;
    text-decoration: none; /* Menghilangkan garis bawah default */
    position: relative;
    transition: color 0.3s ease, padding-bottom 0.3s ease; /* Transisi pada warna teks dan padding bawah */
}

.pkp_navigation_user a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff; /* Warna garis bawah */
    transition: width 0.3s ease; /* Transisi lebar garis bawah */
}

.pkp_navigation_user a:hover::after {
    width: 100%; /* Lebar garis bawah penuh saat di-hover */
}

.pkp_navigation_user a:hover {
    padding-bottom: .5rem; /* Menambah padding bawah saat di-hover untuk efek mengangkat teks */
}

.obj_article_summary {
    background-color: #F8FAFF; /* Warna latar belakang putih */
    color: #000000; /* Warna teks hitam */
    padding: 10px; /* Tambahkan padding agar konten tidak terlalu rapat dengan tepi */
    border-radius: 5px; /* Membuat sudut kotak menjadi sedikit melengkung */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan lembut untuk efek mengambang */
    border: 1px solid #dddddd; /* Tambahkan garis tepi berwarna abu-abu muda */
}

.social-buttons li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 10px 10px 40px; /* Tambahkan ruang untuk ikon */
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-repeat: no-repeat;
    background-position: 10px center; /* Posisi ikon */
    background-size: 25px 25px; /* Atur ukuran ikon secara umum */
}

.social-buttons .x a {
    color: #000000;
    border-color: #000000;
    background-image: url("/public/x.png");
}

.social-buttons .x a:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.social-buttons .facebook a {
    color: #3B5998;
    border-color: #3B5998;
    background-image: url("/public/facebook.png");
}

.social-buttons .facebook a:hover {
    background-color: #3B5998;
    color: #FFFFFF;
}

.social-buttons .whatsapp a {
    color: #25D366;
    border-color: #25D366;
    background-image: url("/public/whatsapp.png");
}

.social-buttons .whatsapp a:hover {
    background-color: #25D366;
    color: #FFFFFF;
}

.social-buttons .email a {
    color: #FF0000;
    border-color: #FF0000;
    background-image: url("/public/email.png");
    background-size: 24px 18px; /* Ukuran khusus untuk ikon Email */
}

.social-buttons .email a:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.social-buttons .youtube a {
    color: #FF0000;
    border-color: #FF0000;
    background-image: url("/public/youtube.png");
    background-size: 26px 26px; /* Ukuran khusus untuk ikon YouTube */
}

.social-buttons .youtube a:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.social-buttons .instagram a {
    color: #E1306C;
    border-color: #E1306C;
    background-image: url("/public/instagram.png");
}

.social-buttons .instagram a:hover {
    background-color: #E1306C;
    color: #FFFFFF;
}