/* =============================================
   ADD CSS - Dimas Journal
   Tema: Gradient Ungu Elegan
   Font: System UI (Native)
   Register/Login: Default OJS
   Version: Final Fixed (July 2026)
   ============================================= */

/* === 1. GLOBAL === */
body {
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background: linear-gradient(180deg, #f5f0fa 0%, #ede4f5 50%, #f5f3f8 100%);
  background-attachment: fixed;
}

body p {
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

a {
  color: #553866;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: #7a5496;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* === 2. STRUCTURE === */
html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.pkp_structure_head {
  border: 0;
  background: #fff;
}

.pkp_structure_page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff;
  box-shadow: 0 0 40px rgba(85, 56, 102, 0.08);
  overflow-x: hidden;
}

.pkp_structure_content {
  padding-top: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fefcff 100%);
}

/* === 3. SITE NAME & LOGO - FULL WIDTH === */
.pkp_site_name_wrapper {
  padding: 0 !important;
  background: #fff;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}

.pkp_site_name > a {
  display: block;
  width: 100%;
  padding: 0;
}

.pkp_site_name .is_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

/* === 4. NAVIGASI UTAMA - GRADIENT === */
.pkp_navigation_primary_row {
  background: linear-gradient(
    135deg,
    #553866 0%,
    #6b4478 30%,
    #7a5496 60%,
    #553866 100%
  );
  padding-left: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
}

.pkp_navigation_primary_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#navigationPrimary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0;
}

#navigationPrimary li {
  margin: 0;
}

#navigationPrimary a {
  font-size: 13px;
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  text-transform: none;
  padding: 10px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  margin: 0;
}

#navigationPrimary a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* Dropdown */
#navigationPrimary ul {
  background: linear-gradient(180deg, #fff 0%, #fdfbff 100%);
  border: 1px solid #e0d4ec;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(85, 56, 102, 0.12);
  min-width: 220px;
  padding: 6px 0;
  margin-left: 0;
  left: 0;
}

#navigationPrimary ul a {
  color: #553866 !important;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: none;
  font-size: 13px;
  background: transparent;
}

#navigationPrimary ul a:hover {
  background: linear-gradient(90deg, #f5f0fa 0%, #ede4f5 100%);
  color: #3d284a !important;
  border-bottom: none;
}

.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
  border-left: 4px solid #8b6ba8 !important;
}

/* === 5. USER NAV (REGISTER/LOGIN) - STYLE + RATA KANAN === */
.pkp_navigation_user_wrapper {
  text-align: right;
  padding-right: 65px;
  padding-top: 4px;
}

#navigationUser {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

#navigationUser li {
  margin: 0;
}

#navigationUser li a {
  display: inline-block;
  font-size: 13px;
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  font-weight: 600;
  color: #553866;
  padding: 8px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  text-decoration: none;
  border: 1px solid #e0d4ec;
  transition: all 0.2s ease;
  white-space: nowrap;
}

#navigationUser li a:hover {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  border-color: #553866;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(85, 56, 102, 0.25);
}

#navigationUser li a i {
  margin-right: 5px;
}

/* === 6. SEARCH BUTTON - SEJAJAR === */
.pkp_navigation_search_wrapper {
  display: flex;
  align-items: center;
  padding-right: 24px;
  margin-left: auto;
}

.pkp_search_desktop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pkp_search_desktop:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === 7. MOBILE TOGGLE === */
.pkp_site_nav_toggle {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
}

/* === 8. HEADINGS === */
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  color: #1a1a1a;
  line-height: 1.3;
}

.pkp_structure_main h1 {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #553866 0%, #7a5496 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #553866 0%, #e0d4ec 100%) 1;
  padding-bottom: 8px;
}

.pkp_structure_main h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.pkp_structure_main h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.pkp_structure_main h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* === 9. ABOUT SECTION === */
.homepage_about {
  margin-bottom: 30px;
}

.homepage_about h2 {
  display: block;
  width: 40%;
  min-width: 200px;
  max-width: 350px;
  padding-bottom: 8px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #553866 0%, #e0d4ec 100%) 1;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #553866 0%, #7a5496 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.homepage_about img {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.homepage_about hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #e0d4ec 50%,
    transparent 100%
  );
  margin: 24px 0;
}

/* Tabel Informasi Jurnal */
.homepage_about table {
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #e8e4ec;
  border-radius: 8px;
  overflow: hidden;
}

.homepage_about table th {
  background: linear-gradient(135deg, #f9f7fb 0%, #f0eaf5 100%);
  color: #553866;
  font-weight: 600;
  padding: 13px 16px;
  border-bottom: 2px solid #e0d4ec;
  text-align: left;
  font-size: 13px;
}

.homepage_about table td {
  padding: 13px 16px;
  border-bottom: 1px solid #f0edf4;
  color: #444;
  background: #fff;
}

.homepage_about table tr:hover td {
  background: linear-gradient(90deg, #fdfbff 0%, #fff 100%);
}

.homepage_about table a {
  color: #553866;
  font-weight: 500;
}

.homepage_about table a:hover {
  color: #7a5496;
  text-decoration: underline;
}

/* === 10. ANNOUNCEMENTS SECTION === */
.cmp_announcements {
  margin-bottom: 30px;
}

.cmp_announcements h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #553866 0%, #e0d4ec 100%) 1;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #553866 0%, #7a5496 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.obj_announcement_summary {
  border: none;
  border-bottom: 2px solid #e0d4ec;
  padding: 16px 0;
  margin-bottom: 12px;
  background: transparent;
  border-radius: 0;
  transition: all 0.2s ease;
}

.obj_announcement_summary:hover {
  border-bottom-color: #553866;
}

.obj_announcement_summary h3,
.obj_announcement_summary h4 {
  margin-top: 0;
  margin-bottom: 6px;
}

.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
}

.obj_announcement_summary h3 a:hover,
.obj_announcement_summary h4 a:hover {
  color: #553866;
  text-decoration: underline;
}

.obj_announcement_summary .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.obj_announcement_summary .read_more {
  font-size: 13px;
  font-weight: 600;
  color: #553866;
  text-decoration: none;
}

.obj_announcement_summary .read_more:hover {
  color: #7a5496;
  text-decoration: underline;
}

/* === 11. CURRENT ISSUE === */
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #553866 0%, #e0d4ec 100%) 1;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #553866 0%, #7a5496 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.current_issue_title {
  font-size: 15px;
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
  font-weight: 600;
  margin-bottom: 18px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(85, 56, 102, 0.2);
}

.pkp_page_index .current_issue .read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 16px auto;
  border-radius: 25px;
  border: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(85, 56, 102, 0.2);
  letter-spacing: 0.5px;
}

.pkp_page_index .current_issue .read_more:hover {
  background: linear-gradient(135deg, #6b4478 0%, #7a5496 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(85, 56, 102, 0.3);
  transform: translateY(-2px);
}

.pkp_page_index .current_issue .read_more::after {
  display: none;
}

/* === 12. ISSUE TOC === */
.obj_issue_toc .heading .published .label {
  font-size: 90%;
  color: #777;
}

.obj_issue_toc .section h2 {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #553866;
  background: transparent;
  font-weight: 700;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0 !important;
}

.obj_issue_toc .heading {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.obj_issue_toc .sections {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.obj_issue_toc .section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.obj_issue_toc .section h3 {
  margin-top: 1px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  border: 1px solid #e0d4ec;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

/* === 13. ARTICLE CARDS === */
.obj_article_summary {
  padding: 18px 22px !important;
  border: 1px solid #e8e4ec;
  border-left: 4px solid #553866;
  margin-bottom: 14px;
  font-size: 13px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  transition: all 0.25s ease;
}

.obj_article_summary:hover {
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  border-left-color: #8b6ba8;
  box-shadow: 0 4px 16px rgba(85, 56, 102, 0.1);
}

.obj_article_summary > .title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.obj_article_summary > .title a {
  color: #1a1a1a;
  text-decoration: none;
}

.obj_article_summary > .title a:hover {
  color: #553866;
  text-decoration: underline;
}

.obj_article_summary .authors {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.obj_article_summary .pages {
  font-size: 12.5px;
  color: #999;
}

.obj_article_summary .galleys_links {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.obj_galley_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  color: #553866;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #e0d4ec;
  border-radius: 20px;
  transition: all 0.2s ease;
  height: 36px;
  min-width: 70px;
  text-align: center;
}

.obj_galley_link:hover {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  border-color: #553866;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(85, 56, 102, 0.25);
}

.doiInSummary {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #553866;
  margin: 8px 8px 0 0;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  border: 1px solid #e0d4ec;
  border-radius: 10px;
  vertical-align: middle;
}

.doiInSummary a {
  color: #553866;
  font-weight: 600;
}

.obj_article_summary i.fa-signal,
.obj_article_summary i.fa-download {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #553866;
  font-size: 12px;
  margin: 0 4px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  border: 1px solid #e0d4ec;
  border-radius: 20px;
  height: 36px;
  min-width: 70px;
  font-style: normal !important;
  white-space: nowrap;
}

/* === 14. ARTICLE DETAIL === */
.obj_article_details .main_entry .label {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #553866 0%, #e0d4ec 100%) 1;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  font-size: 13px;
}

.obj_article_details .abstract {
  text-align: justify;
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* === 15. SIDEBAR - GRADIENT === */
.pkp_structure_sidebar {
  background: linear-gradient(180deg, #fdfbff 0%, #fff 100%);
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #f0eaf5;
}

.pkp_block {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0edf4;
}

.pkp_block:last-child {
  border-bottom: none;
}

.pkp_block .title {
  display: block;
  background: linear-gradient(135deg, #553866 0%, #6b4478 50%, #553866 100%);
  padding: 12px 16px !important;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(85, 56, 102, 0.15);
  letter-spacing: 0.3px;
}

.pkp_block .content ul {
  list-style: none;
  padding: 0 12px;
  margin: 0;
}

.pkp_block .content ul li {
  padding: 7px 0;
  border-bottom: 1px solid #f5f0fa;
}

.pkp_block .content ul li:last-child {
  border-bottom: none;
}

.pkp_block .content a {
  color: #4a3a5e;
  text-decoration: none;
  font-size: 13.5px;
  transition: all 0.2s ease;
}

.pkp_block .content a:hover {
  color: #553866;
  text-decoration: underline;
  padding-left: 4px;
}

.block_web_feed img {
  opacity: 0.5;
  transition: all 0.2s ease;
}

.block_web_feed img:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/* === 16. MAKE SUBMISSION BUTTON - GRADIENT === */
.block_make_submission .content {
  padding: 0;
  text-align: center;
}

.block_make_submission a {
  display: block;
  border-radius: 25px;
  background: linear-gradient(135deg, #553866 0%, #6b4478 50%, #553866 100%);
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 13px 28px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(85, 56, 102, 0.25);
  letter-spacing: 0.5px;
}

.block_make_submission a:hover {
  background: linear-gradient(135deg, #6b4478 0%, #7a5496 50%, #6b4478 100%);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(85, 56, 102, 0.35);
  transform: translateY(-2px);
}

/* === 17. CUSTOM TABLES === */
.hoverTable,
.sidebar {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.hoverTable th,
.sidebar th {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: none;
}

.hoverTable td,
.sidebar td {
  padding: 11px 16px;
  border-bottom: 1px solid #f0edf4;
  text-align: center;
  color: #333;
}

.hoverTable td a,
.sidebar td a {
  color: #553866;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.hoverTable tr,
.sidebar tr {
  background: #fff;
  transition: all 0.2s ease;
}

.hoverTable tr:hover,
.sidebar tr:hover {
  background: linear-gradient(90deg, #fdfbff 0%, #f9f7fb 100%);
}

/* === 18. BUTTONS - GRADIENT === */
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 3px 10px rgba(85, 56, 102, 0.2);
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.page_lost_password .buttons button:hover,
.page_search .submit button:hover {
  background: linear-gradient(135deg, #6b4478 0%, #7a5496 100%);
  box-shadow: 0 5px 16px rgba(85, 56, 102, 0.3);
  transform: translateY(-1px);
}

/* === 19. UI STATE === */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  border: none;
  color: #fff;
}

/* === 20. BREADCRUMBS === */
.cmp_breadcrumbs {
  font-size: 13px;
  color: #888;
  padding: 12px 0;
}

.cmp_breadcrumbs a {
  color: #553866;
}

/* === 21. FOOTER - GRADIENT === */
.pkp_structure_footer_wrapper {
  border-top: 4px solid #553866;
  background: linear-gradient(180deg, #2a1f30 0%, #1e1524 100%);
  padding: 5px 0 5px;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.8;
}

.pkp_footer_content p {
  color: #ffffff !important;
}

.pkp_footer_content strong {
  color: #ffffff !important;
}

.pkp_footer_content a {
  color: #e0d4ec !important;
  transition: all 0.2s ease;
}

.pkp_footer_content a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.pkp_brand_footer {
  display: none !important;
}

/* === 22. INDEXING BADGES === */
.badges-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.badges-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.badge-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(135deg, #faf9fc 0%, #f5f0fa 100%);
  border: 1px solid #e8e4ec;
  height: 100px;
  transition: all 0.25s ease;
}

.badge-link:hover {
  box-shadow: 0 6px 20px rgba(85, 56, 102, 0.12);
  background: #fff;
  border-color: #d4c4e0;
  transform: translateY(-3px);
}

.badge-link img {
  max-width: 100%;
  max-height: 70px;
  display: block;
}

/* === 23. SKIP LINK === */
.cmp_skip_to_content a {
  background: linear-gradient(135deg, #553866 0%, #6b4478 100%);
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 6px 6px;
}

/* === 24. ARCHIVE ISSUE CARDS === */
.obj_issue_summary {
  padding: 14px 18px;
  border: 1px solid #e8e4ec;
  border-left: 4px solid #553866;
  border-radius: 0 8px 8px 0;
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.2s ease;
}

.obj_issue_summary:hover {
  background: linear-gradient(135deg, #f5f0fa 0%, #ede4f5 100%);
  border-left-color: #8b6ba8;
  box-shadow: 0 4px 16px rgba(85, 56, 102, 0.1);
}

.obj_issue_summary .title {
  color: #553866;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

/* === 25. SUBMISSION CHECKLIST === */
.submission_checklist .fa-check {
  color: #553866;
}

/* === 26. RESPONSIVE === */
@media (max-width: 768px) {
  .pkp_navigation_primary_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .pkp_navigation_search_wrapper {
    padding: 8px 0;
    width: 100%;
  }

  .pkp_search_desktop {
    width: 100%;
    justify-content: center;
  }

  .pkp_footer_content,
  .pkp_brand_footer {
    float: none;
    width: 100%;
    text-align: left;
  }

  .pkp_brand_footer {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #3d3345;
  }

  .pkp_structure_sidebar {
    padding-left: 0;
    margin-top: 24px;
    border-left: none;
    border-top: 1px solid #f0eaf5;
  }

  .badges-row {
    grid-template-columns: repeat(2, 1fr);
  }

  #navigationPrimary a {
    padding: 12px 14px;
    font-size: 12px;
  }

  .obj_article_summary:hover {
    transform: none;
  }
}

/* === 27. PRINT === */
@media print {
  body {
    background: #fff;
    color: #000;
  }

  .pkp_structure_head,
  .pkp_structure_sidebar,
  .pkp_structure_footer_wrapper {
    display: none;
  }

  .pkp_structure_main {
    width: 100%;
  }
}
