/*
 ============================================================================
 @file assets/css/style.css

 Copyright (c) 2025 PT Delitekno Media Mandiri
 All Rights Reserved.

 This file contains the compiled and/or custom CSS rules for the Deliteknoplus theme.
 All style definitions are intended for integration with OJS 3.4.
 
 This stylesheet is part of a paid product licensed for use on a single domain only.
 Redistribution, modification for distribution, or resale is strictly prohibited.
 For full license terms, see the LICENSE.txt file.

 @brief Custom CSS for Deliteknoplus theme (OJS 3.4)
 ============================================================================
*/

body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}

a {
	text-decoration: none;
}

.obj_article_summary>.title,
.pkp_navigation_user_wrapper a,
.pkp_structure_main h3,
.pkp_block .title {
	font-family: "Open Sans", sans-serif;
}

.pkp_structure_page {
	margin-top: 20px !important;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pkp_navigation_user {
	padding-left: 10px;
	padding-right: 10px;
	background: transparent !important;
	color: #fff;
}

.pkp_site_name,
.pkp_site_name>a {
	padding-top: 0;
	padding-bottom: 0;
}

.pkp_site_name .is_img img {
	max-height: 100%;
}

.pkp_site_name_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.pkp_navigation_user_wrapper {
	top: 0;
	right: 0;
	padding-right: 30px;
}

.pkp_structure_main {
	margin-left: 0px !important;
}

.pkp_site_name .is_img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pkp_page_index .additional_content {
	border-top: 0 !important;
	padding: 1rem 2.714rem 0 2.714rem !important;
}

.cmp_breadcrumbs {
	margin-top: 1rem;
}

.pkp_footer_content {
	text-align: center;
}

.pkp_brand_footer a {
	float: none;
	display: inline-block;
	max-width: none;
}

@media (min-width: 992px) {
	.pkp_block {
		padding: 1rem 2.143rem;
	}

	.pkp_structure_content {
		padding-top: 1rem;
	}

	.pkp_structure_sidebar {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.pkp_structure_content {
		padding-top: 0;
		margin: 0 10px;
	}

	.pkp_structure_main {
		float: left;
		padding: 3rem 2rem 2rem 0;
	}

	section.cmp_announcements.highlight_first{
		margin-left: 0;
		margin-right: 0;
	}

	.pkp_structure_main:before {
		content: none;
	}

	.pkp_structure_main:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background: #ddd;
	}

	.pkp_structure_footer {
		padding-top: 0;
		margin: 0 auto;
	}

	.pkp_site_name .is_img img {
		display: none !important;
	}

	.obj_issue_toc .galleys:before,
	.obj_issue_toc .section:before {
		border-top: 0;
	}
}

.obj_announcement_summary .summary {
	font-size: 1rem;
}

.obj_issue_toc .articles {
	margin-top: 0;
}

.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0;
}

.current_issue .current_issue_title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}