@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

body {
    font-family: "Onest", sans-serif !important;
}

.pkp_brand_footer {
    display: none;
}

.pkp_site_name {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 6.5rem;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
}

.pkp_navigation_user>.profile>a {
    color: #fff;
}

.pkp_head_wrapper {
    height: 6.5rem;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-right: 0 !important;
}

.pkp_site_nav_toggle {
    height: 6.5rem;
    box-shadow: none;
}

.pkp_structure_main {
    padding-top: 6.5rem;
}

.cmp_notification {
    border-left: 0.357rem solid #f58d30;
}

.pkp_page_index .additional_content {
    border-top: none;
}

.page_index_journal>.homepage_about {
    display: none;
}

.abt-wrapper {
    display: block;
}

.bcover,
.dtl {
    width: 100%;
}

.bcover>img {
    padding-right: 0;
}

.obj_article_details {
    overflow-wrap: break-word;
}


@media only screen and (min-width: 600px) {
    .pkp_head_wrapper {
        height: 10rem;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 1;
        padding-right: 0 !important
    }

    .pkp_site_name_wrapper {
        height: 10rem;
    }

    .pkp_site_nav_toggle {
        height: 10rem;
    }

    .pkp_structure_main {
        padding-top: 10rem;
    }

    .abt-wrapper {
        display: flex;
    }

    .bcover {
        width: 25%;
    }

    .dtl {
        width: 75%;
    }

    .bcover>img {
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .pkp_head_wrapper {
        height: auto;
        position: relative !important;
    }

    .pkp_structure_main {
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .pkp_site_name_wrapper {
        height: auto;
    }
}

.custom-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.custom-title {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .custom-container {
        grid-template-columns: 1fr;
    }

    .custom-title {
        grid-column: span 1;
    }
}

.custom-card {
    display: flex;
    align-items: flex-start;
    /* Align items to the top */
    border: 1px solid #ddd;
    border-left: 5px solid #f58d30;
    /* border-radius: 8px; */
    background: #fff;
    padding: 16px;
    gap: 16px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.custom-card img,
.profile-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f58d30;
    /* Orange color */
    object-fit: cover;
    object-position: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.custom-card-content {
    flex: 1;
}

.custom-card h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.custom-card p {
    margin: 4px 0;
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}

.custom-card-icons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.custom-card-icons a {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.custom-card-icons img {
    background-color: #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-badge {
    font-size: 10px;
    font-style: bold;
    color: #fff;
    padding: 1px 10px 1px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #f58d30;
    width: fit-content;
}