.ceddi_home {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
}

.ceddi_about {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 1.7;
}

.ceddi_journals h2 {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	color: #003b66;
	margin-bottom: 35px;
}

.ceddi_journal_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
}

.ceddi_journal_card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
	overflow: hidden;
	border: 1px solid #e8e8e8;
	transition: all 0.3s ease;
}

.ceddi_journal_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.ceddi_cover_link {
	display: block;
	text-align: center;
	background: #f5f8fb;
	padding: 22px;
}

.ceddi_journal_cover {
	width: 100%;
	max-width: 180px;
	height: 240px;
	object-fit: contain;
}

.ceddi_journal_body {
	padding: 18px;
	text-align: center;
}

.ceddi_journal_body h3 {
	font-size: 16px;
	line-height: 1.4;
	min-height: 65px;
	margin: 0 0 12px;
}

.ceddi_journal_body h3 a {
	color: #003b66;
	text-decoration: none;
	font-weight: 700;
}

.ceddi_journal_body h3 a:hover {
	color: #f28c00;
}

.ceddi_journal_body .description {
	font-size: 13px;
	color: #666;
	min-height: 55px;
	margin-bottom: 15px;
}

.ceddi_links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ceddi_links a {
	background: #0056a6;
	color: #ffffff;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 13px;
	text-decoration: none;
}

.ceddi_links a:hover {
	background: #f28c00;
	color: #ffffff;
}

@media (max-width: 768px) {
	.ceddi_journal_grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   HEADER OJS 3.3.0.11 - TIDAK TERPOTONG
========================================================= */

.pkp_structure_head {
    background: #4a90e2 !important;
    border-bottom: 4px solid #ff8000 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_site_name .is_img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.pkp_site_name .is_img img,
.pkp_site_name img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.pkp_navigation_user_wrapper {
    position: relative !important;
    width: 100% !important;
    text-align: right !important;
    padding: 5px 15px !important;
}

/* HP */
@media (max-width: 768px) {
    .pkp_site_name .is_img img,
    .pkp_site_name img {
        width: 100% !important;
        height: auto !important;
        max-height: 95px !important;
        object-fit: contain !important;
    }
}

/* =====================================================
   CUSTOM FOOTER CEDDI
===================================================== */

/* Hilangkan branding PKP */
.pkp_brand_footer {
    display: none !important;
}

/* Background footer */
.pkp_structure_footer_wrapper {
    background: #0b4a7a !important;
    color: #ffffff !important;
    text-align: center;
    padding: 20px;
}

/* Semua teks footer */
.pkp_structure_footer_wrapper,
.pkp_structure_footer_wrapper p,
.pkp_structure_footer_wrapper div,
.pkp_structure_footer_wrapper span,
.pkp_structure_footer_wrapper td,
.pkp_structure_footer_wrapper li {
    color: #ffffff !important;
}

/* Link footer */
.pkp_structure_footer_wrapper a {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Copyright */
.pkp_structure_footer_wrapper::after {
    content: "© 2022 Yayasan Cendekiawan Inovasi Digital Indonesia | Powered by Ceddi Inovasi Indonesia";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
}

/* ==========================================
   DROPDOWN MENU RESPONSIVE
========================================== */

.pkp_nav_list li {
	position: relative !important;
}

.pkp_nav_list ul {
	background: #003b66 !important;
	z-index: 99999 !important;
	min-width: 220px !important;
}

.pkp_nav_list ul li a {
	color: #ffffff !important;
	font-weight: 600 !important;
	display: block !important;
	padding: 12px 16px !important;
}

.pkp_nav_list ul li a:hover {
	background: #f28c00 !important;
	color: #ffffff !important;
}