#headerNavigationContainer {
    background-color: white !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.pkp_structure_page {
    box-shadow: none !important;
}

.pkp_structure_content {
    padding: 0px 0px 300px 0px !important;
}

.pkp_structure_head {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff) !important;
}

.header .pkp_head_wrapper {
    background: unset !important;
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 1rem !important;
}

.pkp_site_nav_menu a {
    color: #FA8603 !important;
    text-shadow: none !important;
}

.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #000000 !important;
    text-shadow: none !important;
}

.pkp_site_name .is_img {
    width: 100% !important;
    height: 100% !important;
}

.pkp_site_name .is_img img {
    margin-top: unset !important;
    margin-bottom: unset !important;
    max-height: unset !important;
    width: 85% !important;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

.pkp_navigation_user>li>a {
    color: #FA8603 !important;
}

.pkp_navigation_user>li>a:focus {
    background: none !important;
    color: #FA8603 !important;
}

.pkp_navigation_user>li>a:hover {
    color: #FA8603 !important;
}

.pkp_navigation_user>li:last-child>a {
    margin-right: 0.1rem !important;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

#navigationUserWrapper .profile a[href*="register"]::before {
    content: "\f234" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
    color: #FA8603 !important;
    display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]::before {
    content: "\f090" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
     display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]:not([href*="signOut"])::before {
    color: #FA8603 !important;
}

#navigationUserWrapper .profile a[href*="signOut"]::before {
    color: #ffffff !important;
}

.page_search .submit button:after {
    background: #FA8603 !important;
}

.page_search .submit button {
    color: #FA8603 !important;
}

.pkp_navigation_search_wrapper a:focus {
    background: none !important;
}

.pkp_navigation_primary_row {
    background: #ffffff !important;
    padding-bottom: 10px !important;
    box-shadow: 0 10px 5px -5px rgba(250, 134, 3, 0.5) !important;
    position: relative !important;
    z-index: 10 !important;
}

.pkp_navigation_primary>li>a {
    text-decoration: none !important;
}

#navigationPrimary a[href*="/index.php/liea/index"]:before, 
#navigationPrimary a[href$="/liea/"]:before {
    content: "\f015" !important; /* Kode Font Awesome untuk Home */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
    font-weight: 400 !important;
}

/* Memberi ikon pada menu Archives */
#navigationPrimary a[href*="/about"]:before {
    content: "\f129" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/issue/current"]:before {
    content: "\f022" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/issue/archive"]:before {
    content: "\f187" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/template"]:before {
    content: "\f0f6" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}

#navigationPrimary a[href*="/journalhistory"]:before {
    content: "\f1da" !important; /* Kode Font Awesome untuk Archives */
    font-family: "FontAwesome" !important;
    margin-right: 8px !important;
}


.pkp_page_index .homepage_image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    margin-top: 25px !important;
    box-shadow: 0 5px 5px rgba(250, 134, 3, 1), 0 0px 10px rgba(250, 134, 3, 1) !important;
    border-radius: 8px !important;
}

.pkp_page_index .homepage_image {
    margin-top: -1px !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
}

.pkp_page_index .homepage_about h2 {
    display: none !important;
}

.pkp_page_index .current_issue h2 {
    display: block !important;
    padding-bottom: 0rem !important;
    border-bottom: 1.5px solid #000000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: rgb(250, 134, 3) !important;
}

.pkp_page_index .additional_content {
    border-top: none !important;
}

.obj_article_details .row {
    margin-top: -6.857rem !important;
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    font-weight: 700 !important;
    color: rgb(0 0 0) !important;
}

.pkp_page_index .current_issue .read_more {
    color: #FA8603 !important;
    text-transform: capitalize !important;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #000000 !important;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

    .pkp_nav_list ul {
        background: #FA8603 !important;
    }

#navigationPrimary li a:hover {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#navigationUserWrapper .profile:hover {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
    outline-offset: unset !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile a:hover {
    border: none !important;
    text-shadow: none !important;
}

.page_index_journal {
    padding: 0px 18px !important;
}

.pkp_block {
    padding: 0.7rem !important;
}

p {
    text-align: justify !important;
}

.block_Keywordcloud .title {
    /* Menghilangkan gaya bawaan */
    color: #424242 !important; 
    border-bottom: none !important;
    text-decoration: none !important;

    /* Mengambil gaya dari source code Anda */
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;   
    justify-content: center !important;
    font-size: 15px !important;
    pointer-events: none !important;
    padding: 10px 20px !important;
    margin: 15px 32px 0px 20px !important;
    text-transform: capitalize !important;
}

#customblock-Flagcounter img {
  border: #000 solid 1px !important;
}

#wordcloud {
    border: #000 solid 1px !important;
    margin-top: 12px !important;
    margin-left: 20px !important;
    margin-right: 32px !important;
    margin-bottom: -5px !important;
    border-radius: 15px !important;
}

.obj_article_summary>.galleys_links a:hover {
    background-color: #000000 !important;
    text-decoration: none !important;
}
.obj_article_summary>.galleys_links a {
    color: #fff !important;
    background-color: #FA8603 !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a {
    color: #fff !important;
    background-color: #FA8603 !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
    background-color: #000000 !important;
}
.obj_galley_link {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.value.galleys_links li {
    width: 100% !important;
    display: block !important;
}

.obj_article_details .galleys_links li {
    margin-inline-end: unset !important;
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #000000 !important;
}
.obj_galley_link {
    background-color: #FA8603 !important;
}

#navigationPrimary>li>a {
    color: #FA8603 !important;
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

#navigationPrimary>li>a:hover {
    color: #000000 !important;
}

#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #ffffff !important;
}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

a:focus {
    color: #000000 !important;
}

a {
    color: #FA8603 !important;
    text-decoration: none !important;
}

li {
    text-align: justify !important;
}

#navigationPrimary li a, .pkp_navigation_search_wrapper a {
    font-family: Barlow !important;
}

html, body {
    background: none !important;
}

.obj_article_details .entry_details .label {
    text-transform: capitalize !important;
}

.pkp_page_editorialteam table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_block .content p {
    line-height: 0.785rem !important;
}

.obj_article_details .authors .affiliation {
    font-size: .93rem !important;
    color: rgb(0, 0, 0) !important;
}

.btn-custom-sidebar:not(.btn-title, .btn-wa, .btn-sm)::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;

    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important; /* Memastikan lingkaran muncul */
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(250, 134, 3, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
    
}

.btn-title{
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px !important;
    pointer-events: none !important;
    padding: 10px 20px !important;
}

.btn-wa, .btn-sm  {
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.btn-title::before {
    display: none !important;
    content: none !important;
}

.block_custom_block a, 
.pkp_structure_sidebar a {
    font-size: 15px !important;    
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}
.sidebar-menu-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px 10px !important;
  }

.btn-custom-sidebar {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;
    margin: -5px 22px -23px 10px !important;
}

.btn-custom-sidebar::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;
    
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(250, 134, 3, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/editorialteam"]::before { content: "\f0c0"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/reviewers"]::before { content: "\f0e3"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/about/contact"]::before { content: "\f0e0"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/focusandscope"]::before { content: "\f05b"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/peerreviewprocess"]::before { content: "\f0ec"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/publicationfrequency"]::before { content: "\f073"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/openaccessstatement"]::before { content: "\f09c"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/archivingpolicy"]::before { content: "\f187"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/publicationethics"]::before { content: "\f24e"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/depositpolicy"]::before { content: "\f0ee"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/authorguidlines"]::before { content: "\f15c"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/articleprocessingcharge"]::before { content: "\f09d"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/copyrightandlicense"]::before { content: "\f25e"; }

.btn-custom-sidebar[href*="https://journals.buanaedc.org/liea/plagiarismpolicy"]::before { content: "\f132"; }

.btn-custom-sidebar:hover {
    transform: translateY(2px) !important;
    box-shadow: 0px 0px 2px #f9f9f9, 0px -2px 2px #00000026 !important;
    color: #000000 !important;
}

.btn-custom-sidebar:hover::before {
    color: #000000 !important; 
}

.sidebar-picture-container {
    margin: 11px 32px -15px 20px !important;
}

.pkp_structure_footer_wrapper {
    background: #FA8603 !important;
    border-bottom: unset !important;
}

.pkp_structure_footer {
    background: #FA8603 !important;
}

.pkp_footer_content {
    background: #FA8603 !important;
    color: #000000 !important;
    padding: 0rem !important;
}

.pkp_footer_content a {
    text-decoration: none !important;
    color: #000000 !important;
}

.pkp_footer_content a:hover {
    text-decoration: none !important;
    color: #000000 !important;
}

.pkp_brand_footer {
    display: none !important;
}

.liea-footer {
    color: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: -175px !important;
}

.footer-column:nth-child(1) {
    flex: 3 !important;
    min-width: 400px !important;
    padding-right: 60px !important;
}

.footer-column:nth-child(2) {
    flex: 1 !important;
    min-width: 185px !important;
}

.footer-column:nth-child(3) {
    flex: 1.5 !important;
    min-width: 315px !important;
}

.footer-column h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-transform: none !important;
}

.footer-column p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: justify !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.895) !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
    text-align: left !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.liea-footer .footer-column img {
    width: 65px !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* Container Utama */
.footer-card {
    background-color: #ffffff !important;
    border-radius: 20px !important;
    padding: 40px 50px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    transform: translateY(-50%) !important;
    position: relative !important;
    z-index: 999 !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Grid 3 Kolom Atas */
.ep-footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr !important;
    gap: 40px !important;
    margin-bottom: 10px !important;
}

/* Judul Kolom */
.ep-footer-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: hsl(0, 0%, 0%) !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #FA8603 !important;
    padding-bottom: 8px !important;
}

/* Teks dan Link */
.ep-footer-text, .ep-footer-links li a {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: rgba(0, 0, 0, 0.8) !important;
    text-decoration: none !important;
}

.ep-footer-links {
    list-style: none !important;
    padding: 0 !important;
}

.ep-footer-links li {
    margin-bottom: 8px !important;
}

.ep-footer-links li a:hover {
    color: #FA8603 !important;
    padding-left: 5px !important;
    transition: 0.3s;
}

/* Garis Pembatas Horizontal */
.ep-footer-divider {
    border: 0 !important;
    border-top: 1px solid #FA8603 !important;
    margin: 25px 0 !important;
}

/* Mengatur Baris Bawah agar Sejajar Kanan-Kiri */
.ep-footer-bottom {
    display: flex !important;
    justify-content: space-between !important; /* Menendang tombol ke kanan */
    align-items: center !important; /* Menjaga teks dan tombol sejajar secara vertikal */
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 15px !important;
}

/* Gaya Teks Lisensi */
.ep-footer-bottom-text {
    font-size: 12px !important;
    color: rgba(0, 0, 0) !important;
    max-width: 70% !important; /* Agar teks tidak menabrak tombol jika terlalu panjang */
    line-height: 1.4 !important;
}

/* Container Tombol */
.ep-footer-bottom-buttons {
    display: flex !important;
    gap: 10px !important;
}

/* Gaya Tombol Bulat Kecil */
.ep-circle-sm {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background-color: #FA8603 !important; /* Warna oranye agar terlihat kontras */
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.ep-circle-sm:hover {
    background-color: #ffffff !important;
    color: #23325A !important;
    transform: translateY(-3px) !important;
}

/* Responsif untuk HP: Agar tombol pindah ke bawah teks jika layar sempit */
@media (max-width: 767px) {
    .ep-footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
    .ep-footer-bottom-text {
        max-width: 100% !important;
    }
    .ep-footer-bottom-buttons {
        justify-content: center !important;
    }
}

.shariff .orientation-horizontal.button-style-standard li {
        min-width: 110px;
        max-width: 160px;
        margin: 8px 5px 10px 5px;
}