/*
 * HIPOTESA Classy 2.0.5
 * Original OJS 3.4 child-theme stylesheet.
 * Visual direction: elegant editorial journal layout with HIPOTESA green/yellow identity.
 */

body.hipotesa_classy2 {
  --hc-green: #00a651;
  --hc-green-dark: #006837;
  --hc-green-deep: #004d2a;
  --hc-green-soft: #eef8f2;
  --hc-yellow: #ffd400;
  --hc-yellow-dark: #d9ad00;
  --hc-ink: #27322c;
  --hc-muted: #707873;
  --hc-line: #e2e8e4;
  --hc-bg: #f5f8f6;
  --hc-card: #ffffff;
  --hc-shadow: 0 5px 22px rgba(30, 56, 42, 0.08);
  --hc-max: 1160px;
  margin: 0;
  background: var(--hc-bg);
  color: var(--hc-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.68;
}

body.hipotesa_classy2 *,
body.hipotesa_classy2 *::before,
body.hipotesa_classy2 *::after { box-sizing: border-box; }
body.hipotesa_classy2 a { color: var(--hc-green-dark); text-decoration: none; }
body.hipotesa_classy2 a:hover,
body.hipotesa_classy2 a:focus { color: var(--hc-green-deep); text-decoration: none; }
body.hipotesa_classy2 img { max-width: 100%; height: auto; }
body.hipotesa_classy2 button,
body.hipotesa_classy2 input,
body.hipotesa_classy2 select,
body.hipotesa_classy2 textarea { font: inherit; }

/* ============================================================
   HEADER — panoramic Classy-like composition
   ============================================================ */
body.hipotesa_classy2 .pkp_structure_head {
  position: relative;
  z-index: 50;
  min-height: 318px;
  margin: 0;
  border: 0;
  border-top: 4px solid var(--hc-yellow);
  background: #f8fcfa;
  box-shadow: none;
}
body.hipotesa_classy2 .pkp_structure_head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 3px;
  background: linear-gradient(90deg, var(--hc-green-dark) 0 73%, var(--hc-yellow) 73% 100%);
}
body.hipotesa_classy2 .hc2_header_scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../images/header-skyline.svg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.hipotesa_classy2 .pkp_head_wrapper {
  position: relative;
  z-index: 2;
  width: min(var(--hc-max), calc(100% - 40px));
  max-width: var(--hc-max);
  margin: 0 auto;
  padding: 50px 0 0 !important;
}
body.hipotesa_classy2 .pkp_site_name_wrapper {
  position: relative;
  width: 100%;
  height: 178px !important;
  margin: 0;
  padding: 0 !important;
}
body.hipotesa_classy2 .pkp_site_name {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: 500px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  text-align: left;
  background: transparent !important;
}
body.hipotesa_classy2 .pkp_site_name > a { padding: 0 !important; }
body.hipotesa_classy2 .pkp_site_name .is_img,
body.hipotesa_classy2 .pkp_site_name .hc2_brand_logo { display: inline-block; margin: 0; padding: 0; }
body.hipotesa_classy2 .pkp_site_name .is_img img {
  display: block;
  width: auto;
  max-width: 440px;
  max-height: 132px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.04));
}
body.hipotesa_classy2 .pkp_site_name .is_text {
  display: inline-block;
  max-width: 600px;
  padding: 14px 0 !important;
  color: var(--hc-green-dark) !important;
  font-size: 38px !important;
  line-height: 1.15 !important;
  font-weight: 800;
}
body.hipotesa_classy2 .hc2_header_actions {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 1200;
}
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user,
body.hipotesa_classy2 .hc2_auth_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
  font-size: 13px;
  text-align: right;
}
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li { position: relative; display: block; margin: 0; }
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > a,
body.hipotesa_classy2 .hc2_login_link,
body.hipotesa_classy2 .hc2_register_link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 9px 17px !important;
  border: 1px solid #dbe4df;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(33, 52, 42, .08);
  color: #222f28 !important;
  line-height: 1.2 !important;
  font-weight: 600;
}
body.hipotesa_classy2 .hc2_register_link {
  border-color: var(--hc-green) !important;
  background: var(--hc-green) !important;
  color: #fff !important;
}
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > a:hover,
body.hipotesa_classy2 .hc2_login_link:hover { border-color: #b9cec2; background: #fbfdfc; color: var(--hc-green-deep) !important; }
body.hipotesa_classy2 .hc2_register_link:hover { border-color: var(--hc-green-dark) !important; background: var(--hc-green-dark) !important; color: #fff !important; }
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > ul,
body.hipotesa_classy2 .hc2_header_actions .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 7px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 9999 !important;
  width: 182px !important;
  min-width: 182px !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  transform: none !important;
  border: 1px solid #dbe6df;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(31, 57, 43, .14);
}
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > ul li { display: block; width: 100%; margin: 0; text-align: left; }
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > ul a {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #314239 !important;
  font-size: 13px;
  line-height: 1.35 !important;
}
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > ul a:hover,
body.hipotesa_classy2 .hc2_header_actions .pkp_navigation_user > li > ul a:focus {
  border-left-color: var(--hc-yellow) !important;
  background: var(--hc-green-soft) !important;
  color: var(--hc-green-deep) !important;
}

/* Main navigation card */
body.hipotesa_classy2 .pkp_site_nav_menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 1100;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}
body.hipotesa_classy2 .pkp_navigation_primary_row {
  margin: 0;
  padding: 0;
}
body.hipotesa_classy2 .pkp_navigation_primary_wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e4e9e6;
  background: rgba(255,255,255,.98);
  box-shadow: var(--hc-shadow);
}
body.hipotesa_classy2 .pkp_navigation_primary,
body.hipotesa_classy2 #navigationPrimary {
  display: flex !important;
  align-items: stretch;
  flex: 1 1 auto;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 8px !important;
  list-style: none;
  text-align: left !important;
}
body.hipotesa_classy2 .pkp_navigation_primary > li,
body.hipotesa_classy2 #navigationPrimary > li { position: relative; display: flex; align-items: stretch; margin: 0; }
body.hipotesa_classy2 .pkp_navigation_primary > li > a,
body.hipotesa_classy2 #navigationPrimary > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  min-height: 55px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  background: transparent !important;
  color: #31443a !important;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3 !important;
  white-space: nowrap;
}
body.hipotesa_classy2 .pkp_navigation_primary > li > a:hover,
body.hipotesa_classy2 #navigationPrimary > li > a:hover,
body.hipotesa_classy2 .pkp_navigation_primary > li.current > a,
body.hipotesa_classy2 #navigationPrimary > li.current > a {
  border-bottom-color: var(--hc-yellow) !important;
  color: var(--hc-green-dark) !important;
}
body.hipotesa_classy2 .hc2_nav_icon { color: var(--hc-green); width: 14px; text-align: center; }
body.hipotesa_classy2 .pkp_navigation_primary > li > ul,
body.hipotesa_classy2 #navigationPrimary > li > ul,
body.hipotesa_classy2 .pkp_navigation_primary .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  z-index: 9999 !important;
  width: 208px !important;
  min-width: 208px !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  transform: none !important;
  border: 1px solid #dfe7e2;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(32, 57, 43, .12);
}
body.hipotesa_classy2 .pkp_navigation_primary > li > ul li,
body.hipotesa_classy2 #navigationPrimary > li > ul li { display: block; width: 100%; margin: 0; }
body.hipotesa_classy2 .pkp_navigation_primary > li > ul a,
body.hipotesa_classy2 #navigationPrimary > li > ul a {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #415149 !important;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4 !important;
}
body.hipotesa_classy2 .pkp_navigation_primary > li > ul a:hover,
body.hipotesa_classy2 #navigationPrimary > li > ul a:hover {
  border-left-color: var(--hc-green) !important;
  background: var(--hc-green-soft) !important;
  color: var(--hc-green-deep) !important;
}
body.hipotesa_classy2 .pkp_navigation_search_wrapper {
  position: relative;
  float: none !important;
  flex: 0 0 132px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #e1e7e3 !important;
}
body.hipotesa_classy2 .pkp_search_desktop {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 55px;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: #32483c !important;
  font-size: 13.5px;
}
body.hipotesa_classy2 .pkp_search_desktop .fa { color: var(--hc-green); font-size: 16px; }
body.hipotesa_classy2 .pkp_search_desktop:hover { background: #f7fbf9 !important; color: var(--hc-green-dark) !important; }
body.hipotesa_classy2 .hc2_mobile_user { display: none; }
body.hipotesa_classy2 .pkp_site_nav_toggle { display: none; }

/* ============================================================
   GLOBAL LAYOUT
   ============================================================ */
body.hipotesa_classy2 .pkp_structure_page { min-height: 100vh; background: var(--hc-bg); }
body.hipotesa_classy2 .pkp_structure_content {
  position: relative;
  width: min(var(--hc-max), calc(100% - 40px)) !important;
  max-width: var(--hc-max) !important;
  margin: 0 auto !important;
  padding: 20px 0 26px !important;
}
body.hipotesa_classy2 .pkp_structure_content::before,
body.hipotesa_classy2 .pkp_structure_content::after { display: none !important; content: none !important; }
body.hipotesa_classy2 .pkp_structure_content.has_sidebar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 290px !important;
  column-gap: 18px;
  align-items: start;
}
body.hipotesa_classy2 .pkp_structure_main {
  position: relative;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 28px 31px 36px !important;
  border: 1px solid #e2e7e4;
  background: #fff;
}
body.hipotesa_classy2 .pkp_structure_main::before,
body.hipotesa_classy2 .pkp_structure_main::after { display: none !important; content: none !important; }
body.hipotesa_classy2 .pkp_structure_main:first-child:last-child { margin: 0 !important; }
body.hipotesa_classy2 .pkp_structure_sidebar {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body.hipotesa_classy2 .page { margin: 0; }
body.hipotesa_classy2 .page > h1,
body.hipotesa_classy2 .pkp_structure_main > h1,
body.hipotesa_classy2 .page h1 { color: var(--hc-green-dark); }
body.hipotesa_classy2 .cmp_breadcrumbs {
  margin: 0 0 34px;
  padding: 0;
  color: #818984;
  font-size: 12.5px;
}
body.hipotesa_classy2 .cmp_breadcrumbs a { color: var(--hc-green-dark); }
body.hipotesa_classy2 .cmp_breadcrumbs .separator { color: #aab1ad; }

/* ============================================================
   SIDEBAR — light green Classy-like information rail
   ============================================================ */
body.hipotesa_classy2 .hc2_journal_links {
  margin: 0 0 18px;
  border: 1px solid #dbe9e1;
  border-left: 4px solid var(--hc-yellow);
  background: #edf8f2;
  box-shadow: 0 2px 7px rgba(27, 56, 40, .03);
}
body.hipotesa_classy2 .hc2_journal_links a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 49px;
  padding: 10px 13px;
  border-bottom: 1px solid #d8ebe0;
  color: var(--hc-green-dark);
  font-size: 13px;
}
body.hipotesa_classy2 .hc2_journal_links a:last-child { border-bottom: 0; }
body.hipotesa_classy2 .hc2_journal_links a:hover { background: #fff8c8; color: var(--hc-green-deep); }
body.hipotesa_classy2 .hc2_journal_links .fa { width: 16px; color: var(--hc-green); font-size: 15px; text-align: center; }
body.hipotesa_classy2 .pkp_structure_sidebar > *:not(.hc2_journal_links) {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 1px solid #e2e7e4;
  background: #fff;
  box-shadow: 0 2px 8px rgba(32, 55, 42, .035);
}
body.hipotesa_classy2 .pkp_structure_sidebar > *.hc2-empty-block { display: none !important; }
body.hipotesa_classy2 .pkp_structure_sidebar .title,
body.hipotesa_classy2 .pkp_structure_sidebar h2,
body.hipotesa_classy2 .pkp_structure_sidebar h3 {
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e8e6 !important;
  background: linear-gradient(180deg, #fff 0%, #f0f5f2 100%) !important;
  color: var(--hc-green-dark) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-align: center;
}
body.hipotesa_classy2 .pkp_structure_sidebar ul { margin: 0 !important; padding: 8px 12px 12px !important; list-style: none !important; }
body.hipotesa_classy2 .pkp_structure_sidebar li { margin: 0; padding: 0; border-bottom: 1px solid #edf0ee; }
body.hipotesa_classy2 .pkp_structure_sidebar li:last-child { border-bottom: 0; }
body.hipotesa_classy2 .pkp_structure_sidebar li a { display: block; padding: 8px 2px; color: var(--hc-green-dark); font-size: 12.5px; }
body.hipotesa_classy2 .pkp_structure_sidebar li a:hover { color: var(--hc-green-deep); }
body.hipotesa_classy2 .pkp_structure_sidebar img { display: block; max-width: calc(100% - 20px); margin: 10px auto; }
body.hipotesa_classy2 .block_make_submission { padding: 13px !important; }
body.hipotesa_classy2 .block_make_submission a,
body.hipotesa_classy2 .pkp_structure_sidebar .block_make_submission a {
  display: block;
  padding: 12px 10px !important;
  border: 0 !important;
  border-bottom: 4px solid var(--hc-yellow) !important;
  border-radius: 2px;
  background: var(--hc-green) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
body.hipotesa_classy2 .block_make_submission a:hover { background: var(--hc-green-dark) !important; }
body.hipotesa_classy2 .pkp_structure_sidebar .content { padding: 10px 12px 13px; }
body.hipotesa_classy2 .pkp_structure_sidebar iframe,
body.hipotesa_classy2 .pkp_structure_sidebar canvas { max-width: 100%; }

/* ============================================================
   HOME PAGE
   ============================================================ */
body.hipotesa_classy2.pkp_page_index .pkp_structure_main { padding: 0 !important; border: 0; background: transparent; }
body.hipotesa_classy2 .hc2_panel {
  margin: 0 0 18px;
  padding: 25px 28px 29px;
  border: 1px solid #e1e6e3;
  background: #fff;
}
body.hipotesa_classy2 .hc2_panel > h2,
body.hipotesa_classy2 .homepage_about > h2,
body.hipotesa_classy2 .current_issue > h2 {
  margin: 0;
  color: #2a332e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}
body.hipotesa_classy2 .hc2_title_rule {
  position: relative;
  height: 1px;
  margin: 9px 0 25px;
  background: #e8ecea;
}
body.hipotesa_classy2 .hc2_title_rule span {
  position: absolute;
  left: 0;
  top: 0;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, var(--hc-green), #abd7c0);
}
body.hipotesa_classy2 .hc2_title_rule::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 52px;
  height: 3px;
  background: var(--hc-yellow);
}
body.hipotesa_classy2 .hc2_about_layout {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
body.hipotesa_classy2 .hc2_about_layout.no_cover { grid-template-columns: 1fr; }
body.hipotesa_classy2 .hc2_about_cover {
  padding: 3px;
  border: 1px solid #dfe5e1;
  background: #fff;
  box-shadow: 0 2px 6px rgba(28, 55, 40, .06);
}
body.hipotesa_classy2 .hc2_about_cover img { display: block; width: 100%; max-height: 260px; object-fit: contain; }
body.hipotesa_classy2 .hc2_about_description { color: #363f3a; font-size: 13.5px; line-height: 1.85; }
body.hipotesa_classy2 .hc2_about_description p:first-child { margin-top: 0; }
body.hipotesa_classy2 .hc2_journal_facts { margin: 17px 0 0; color: #424b46; font-size: 13px; line-height: 1.8; }
body.hipotesa_classy2 .hc2_about_actions { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; margin-top: 17px; }
body.hipotesa_classy2 .hc2_about_actions a { color: var(--hc-green-dark); font-weight: 500; }
body.hipotesa_classy2 .hc2_about_actions a:hover { color: var(--hc-green-deep); text-decoration: underline; }
body.hipotesa_classy2 .hc2_additional_home {
  margin: 0 0 18px;
  padding: 17px 24px;
  border: 1px solid #e2e7e4;
  background: #fff;
}
body.hipotesa_classy2 .hc2_additional_home.hc2-logo-strip,
body.hipotesa_classy2 .hc2_additional_home.hc2_logo_strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
  overflow: hidden;
}
body.hipotesa_classy2 .hc2_additional_home.hc2-logo-strip img,
body.hipotesa_classy2 .hc2_additional_home.hc2_logo_strip img { max-height: 54px; width: auto; margin: 6px 10px; }
body.hipotesa_classy2 .current_issue_title {
  margin: 0 0 16px;
  color: #2a332e;
  font-size: 17px;
  font-weight: 700;
}
body.hipotesa_classy2 .obj_issue_toc > .heading { margin-bottom: 22px; color: #444d48; }
body.hipotesa_classy2 .obj_issue_toc > .heading .cover { float: left; width: 150px; margin: 0 22px 18px 0; }
body.hipotesa_classy2 .obj_issue_toc > .heading .description { font-size: 13px; line-height: 1.85; }
body.hipotesa_classy2 .obj_issue_toc > .heading .published { margin-top: 14px; font-size: 12.5px; }
body.hipotesa_classy2 .obj_issue_toc .sections { clear: both; }
body.hipotesa_classy2 .obj_issue_toc .section > h3,
body.hipotesa_classy2 .obj_issue_toc .section > h2 {
  position: relative;
  margin: 28px 0 0;
  padding: 0 8px 10px;
  border-bottom: 1px solid #ecefed;
  color: #7b7069;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
body.hipotesa_classy2 .cmp_article_list,
body.hipotesa_classy2 .cmp_article_list.articles { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.hipotesa_classy2 .cmp_article_list > li { margin: 0 !important; padding: 0 !important; border: 0 !important; }

/* Article list items */
body.hipotesa_classy2 .hc2_article_summary {
  position: relative;
  margin: 0;
  padding: 23px 8px 22px;
  border-bottom: 1px solid #ecefed;
}
body.hipotesa_classy2 .hc2_article_summary .cover { float: left; width: 94px; margin: 2px 18px 12px 0; }
body.hipotesa_classy2 .hc2_article_heading_row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
body.hipotesa_classy2 .hc2_article_summary .title {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16.5px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}
body.hipotesa_classy2 .hc2_article_summary .title a { color: var(--hc-green-dark) !important; }
body.hipotesa_classy2 .hc2_article_summary .title a:hover { color: var(--hc-green-deep) !important; }
body.hipotesa_classy2 .hc2_article_summary .subtitle { display: block; margin-top: 6px; color: #7e817f; font-size: 14px; font-weight: 400; }
body.hipotesa_classy2 .hc2_article_pages { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; color: #828884; font-size: 12px; }
body.hipotesa_classy2 .hc2_summary_people { margin-top: 13px; color: #353e39; }
body.hipotesa_classy2 .hc2_summary_authors { font-size: 12.8px; line-height: 1.7; }
body.hipotesa_classy2 .hc2_summary_authors > .fa { margin-right: 5px; color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_summary_published { margin-top: 8px; color: #858c88; font-size: 11.5px; }
body.hipotesa_classy2 .hc2_article_action_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
}
body.hipotesa_classy2 .hc2_article_summary .galleys_links,
body.hipotesa_classy2 .hc2_download_card .galleys_links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.hipotesa_classy2 .hc2_article_summary .galleys_links li,
body.hipotesa_classy2 .hc2_download_card .galleys_links li { margin: 0 !important; padding: 0 !important; border: 0 !important; }
body.hipotesa_classy2 .obj_galley_link,
body.hipotesa_classy2 .galleys_links a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 37px;
  padding: 7px 12px !important;
  border: 1px solid #86bea0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(34, 67, 49, .05);
  color: var(--hc-green-dark) !important;
  font-size: 12px !important;
  font-weight: 500;
}
body.hipotesa_classy2 .obj_galley_link:hover,
body.hipotesa_classy2 .galleys_links a:hover { border-color: var(--hc-green) !important; background: #f4fbf7 !important; color: var(--hc-green-deep) !important; }
body.hipotesa_classy2 .hc2_article_doi { flex: 0 1 auto; display: flex; align-items: center; gap: 7px; color: #6d7571; font-size: 11.5px; text-align: right; }
body.hipotesa_classy2 .hc2_doi_dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--hc-yellow);
  color: var(--hc-green-deep);
  font-size: 8px;
  font-weight: 800;
  text-transform: lowercase;
}
body.hipotesa_classy2 .hc2_article_doi a { color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_article_hook { margin-top: 9px; color: #66716b; font-size: 11px; }
body.hipotesa_classy2 .hc2_article_hook:empty { display: none; }
body.hipotesa_classy2 .hc2_view_all_wrap { display: flex; justify-content: flex-end; margin-top: 23px; }
body.hipotesa_classy2 .current_issue .read_more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid #85bea0;
  border-radius: 6px;
  background: #fff;
  color: var(--hc-green-dark);
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(34, 67, 49, .05);
}
body.hipotesa_classy2 .current_issue .read_more:hover { background: #fff8c8; color: var(--hc-green-deep); }

/* ============================================================
   ARTICLE PAGE — content + internal metadata rail
   ============================================================ */
body.hipotesa_classy2.pkp_page_article .pkp_structure_content,
body.hipotesa_classy2.pkp_page_article .pkp_structure_content.has_sidebar {
  display: block !important;
  width: min(var(--hc-max), calc(100% - 40px)) !important;
  max-width: var(--hc-max) !important;
  margin: 0 auto !important;
  padding: 20px 0 26px !important;
}
body.hipotesa_classy2.pkp_page_article .pkp_structure_main {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 27px 31px 39px !important;
  border: 1px solid #e0e6e2;
  background: #fff;
}
body.hipotesa_classy2.pkp_page_article .pkp_structure_sidebar { display: none !important; }
body.hipotesa_classy2 .page_article .cmp_breadcrumbs { margin-bottom: 45px; }
body.hipotesa_classy2 .hc2_article_masthead { margin-bottom: 31px; }
body.hipotesa_classy2 .hc2_article_details .page_title {
  max-width: 880px;
  margin: 0 0 6px !important;
  color: var(--hc-green-dark) !important;
  font-size: 21px !important;
  line-height: 1.42 !important;
  font-weight: 700 !important;
}
body.hipotesa_classy2 .hc2_article_top_doi { display: flex; align-items: center; gap: 7px; margin: 0 0 8px; color: #6d7771; font-size: 11.5px; }
body.hipotesa_classy2 .hc2_article_top_doi a { color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_article_details .subtitle,
body.hipotesa_classy2 .hc2_article_section_kicker { margin: 5px 0 0; color: #7d827f; font-size: 14px; font-weight: 400; }
body.hipotesa_classy2 .hc2_article_layout::before,
body.hipotesa_classy2 .hc2_article_layout::after { display: none !important; content: none !important; }
body.hipotesa_classy2 .hc2_article_layout {
  clear: both;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  grid-template-areas: "hc-main hc-meta";
  column-gap: 56px;
  align-items: start;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.hipotesa_classy2 .hc2_article_layout > .main_entry {
  grid-area: hc-main;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.hipotesa_classy2 .hc2_article_layout > .entry_details {
  grid-area: hc-meta;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.hipotesa_classy2 .hc2_author_panel {
  margin: 0 0 30px !important;
  padding: 20px 22px !important;
  border: 1px solid #e1e6e3;
  border-top: 3px solid var(--hc-green);
  background: #fff;
  box-shadow: 0 2px 8px rgba(34, 60, 46, .03);
}
body.hipotesa_classy2 .hc2_author_cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.hipotesa_classy2 .hc2_author_card { min-width: 0; margin: 0 !important; padding: 10px 0 11px !important; border-bottom: 1px solid #edf0ee; }
body.hipotesa_classy2 .hc2_author_card:nth-child(even) { padding-left: 20px !important; border-left: 1px solid #edf0ee; }
body.hipotesa_classy2 .hc2_author_name { display: flex; gap: 8px; align-items: flex-start; color: #27342d; font-size: 12.5px; }
body.hipotesa_classy2 .hc2_author_name .fa { margin-top: 3px; color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_author_card .affiliation { display: flex; gap: 7px; align-items: flex-start; margin-top: 6px; color: #707873; font-size: 11px; line-height: 1.55; }
body.hipotesa_classy2 .hc2_author_card .affiliation .fa { margin-top: 3px; color: #78817c; }
body.hipotesa_classy2 .hc2_author_card .userGroup { margin-top: 3px; color: #8a918d; font-size: 10.5px; }
body.hipotesa_classy2 .hc2_author_card .orcid { display: flex; align-items: center; gap: 6px; margin-top: 7px; font-size: 10.5px; }
body.hipotesa_classy2 .hc2_author_card .orcid_icon { width: 17px; height: 17px; }
body.hipotesa_classy2 .hc2_orcid_dot { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: #86bf3f; color: #fff; font-size: 8px; font-weight: 700; }
body.hipotesa_classy2 .hc2_keywords { margin: 0 0 28px !important; padding: 0 !important; }
body.hipotesa_classy2 .hc2_keywords > .label { display: block !important; margin: 0 0 9px !important; color: #2f3a34; font-size: 13px !important; font-weight: 700; }
body.hipotesa_classy2 .hc2_keywords .value { display: flex; flex-wrap: wrap; gap: 7px; }
body.hipotesa_classy2 .hc2_keywords .value span { display: inline-block; padding: 4px 9px; border: 1px solid #d8e5dd; border-radius: 14px; background: #f5faf7; color: #526159; font-size: 10.5px; }
body.hipotesa_classy2 .hc2_article_abstract,
body.hipotesa_classy2 .hc2_sectioned_item { margin: 0 0 35px !important; padding: 0 !important; }
body.hipotesa_classy2 .hc2_article_abstract > .label,
body.hipotesa_classy2 .hc2_sectioned_item > .label {
  position: relative;
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid #e8ece9;
  color: #26312b !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
body.hipotesa_classy2 .hc2_article_abstract > .label::after,
body.hipotesa_classy2 .hc2_sectioned_item > .label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: var(--hc-green);
}
body.hipotesa_classy2 .hc2_article_abstract .value,
body.hipotesa_classy2 .hc2_sectioned_item .value,
body.hipotesa_classy2 .hc2_article_fulltext {
  color: #3f4743;
  font-size: 13px;
  line-height: 1.9;
}
body.hipotesa_classy2 .hc2_article_abstract p:first-child,
body.hipotesa_classy2 .hc2_article_fulltext p:first-child { margin-top: 0; }
body.hipotesa_classy2 .hc2_article_fulltext h2 { margin: 36px 0 17px; color: #242f29; font-size: 21px; line-height: 1.35; }
body.hipotesa_classy2 .hc2_article_fulltext h3 { margin: 29px 0 13px; color: #29352e; font-size: 16px; line-height: 1.4; }
body.hipotesa_classy2 .hc2_article_fulltext h4 { margin: 23px 0 10px; color: #303a34; font-size: 14px; }
body.hipotesa_classy2 .hc2_article_fulltext p { margin: 0 0 16px; }
body.hipotesa_classy2 .hc2_article_fulltext blockquote { margin: 23px 30px; padding: 14px 18px; border-left: 4px solid var(--hc-yellow); background: #fbfcfb; color: #4b544f; }
body.hipotesa_classy2 .hc2_article_fulltext table { width: 100% !important; margin: 22px 0; border-collapse: collapse; font-size: 12px; }
body.hipotesa_classy2 .hc2_article_fulltext th,
body.hipotesa_classy2 .hc2_article_fulltext td { padding: 9px 10px; border: 1px solid #dfe5e1; vertical-align: top; }
body.hipotesa_classy2 .hc2_article_fulltext th { background: #eef7f2; color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_article_fulltext iframe,
body.hipotesa_classy2 .hc2_article_fulltext video { max-width: 100%; }
body.hipotesa_classy2 .hc2_article_fulltext img { display: block; max-width: 100%; margin: 18px auto; }
body.hipotesa_classy2 .hc2_article_fulltext figure { max-width: 100%; margin: 26px auto; text-align: center; }
body.hipotesa_classy2 .hc2_article_fulltext figcaption { margin-top: 8px; color: #707873; font-size: 11px; }
body.hipotesa_classy2 .author_bios .authors { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.hipotesa_classy2 .author_bios .sub_item { margin: 0 0 20px; padding: 0 0 17px; border-bottom: 1px solid #edf0ee; }
body.hipotesa_classy2 .author_bios .sub_item:last-child { border-bottom: 0; }
body.hipotesa_classy2 .author_bios .sub_item .label { margin-bottom: 7px !important; color: #29352e !important; font-size: 12.5px !important; font-weight: 700 !important; }
body.hipotesa_classy2 .references .value p { margin: 0 0 18px; }

/* Article metadata rail */
body.hipotesa_classy2 .hc2_article_meta { display: flex; flex-direction: column; gap: 20px; }
body.hipotesa_classy2 .hc2_meta_card,
body.hipotesa_classy2 .hc2_article_plugin_details > * {
  width: 100%;
  margin: 0 !important;
  padding: 20px 22px !important;
  border: 1px solid #e1e6e3 !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(31, 55, 42, .035);
  color: #46504a;
  font-size: 12px;
  line-height: 1.7;
}
body.hipotesa_classy2 .hc2_download_card { padding: 22px !important; }
body.hipotesa_classy2 .hc2_download_card .galleys_links { justify-content: center; }
body.hipotesa_classy2 .hc2_meta_card > .label,
body.hipotesa_classy2 .hc2_meta_card .sub_item > .label,
body.hipotesa_classy2 .hc2_article_plugin_details .label,
body.hipotesa_classy2 .hc2_article_plugin_details h2,
body.hipotesa_classy2 .hc2_article_plugin_details h3 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #29332e !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}
body.hipotesa_classy2 .hc2_meta_rule { position: relative; height: 1px; margin: 11px 0 18px; background: #e7ebe9; }
body.hipotesa_classy2 .hc2_meta_rule span { display: block; width: 62%; height: 1px; background: linear-gradient(90deg, var(--hc-green), #c2dfcf); }
body.hipotesa_classy2 .hc2_meta_card .value { overflow-wrap: anywhere; }
body.hipotesa_classy2 .hc2_article_meta .sub_item + .sub_item { margin-top: 24px; }
body.hipotesa_classy2 .hc2_article_meta .categories { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.hipotesa_classy2 .hc2_article_meta .categories li { margin: 0 0 5px; padding: 0; border: 0; }
body.hipotesa_classy2 .hc2_article_meta .copyright img { max-width: 100px; margin: 6px 0 10px; }
body.hipotesa_classy2 .hc2_article_meta .copyright p { margin: 0 0 10px; }
body.hipotesa_classy2 .hc2_stats_card canvas { max-width: 100% !important; max-height: 220px !important; }
body.hipotesa_classy2 .hc2_article_plugin_details { display: flex; flex-direction: column; gap: 20px; }
body.hipotesa_classy2 .hc2_article_plugin_details:empty { display: none; }
body.hipotesa_classy2 .hc2_article_plugin_details .citation_display,
body.hipotesa_classy2 .hc2_article_plugin_details .citation_formats,
body.hipotesa_classy2 .hc2_article_plugin_details .item { width: 100%; }
body.hipotesa_classy2 .hc2_article_plugin_details .citation_formats { margin-top: 13px; border: 1px solid #a7cdb9; border-radius: 2px; }
body.hipotesa_classy2 .hc2_article_plugin_details .citation_formats_button,
body.hipotesa_classy2 .hc2_article_plugin_details button,
body.hipotesa_classy2 .hc2_article_plugin_details .cmp_button {
  width: 100%;
  min-height: 44px;
  margin: 12px 0 0 !important;
  padding: 9px 12px !important;
  border: 1px solid #8fc4a8 !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: var(--hc-green-dark) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-align: left;
}
body.hipotesa_classy2 .hc2_article_plugin_details button:hover { background: #f4faf6 !important; border-color: var(--hc-green) !important; }
body.hipotesa_classy2 .hc2_article_plugin_details .citation_formats_styles { margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.hipotesa_classy2 .hc2_article_plugin_details .citation_formats_styles a { display: block; padding: 7px 10px; border-top: 1px solid #edf0ee; font-size: 11.5px; }

/* Similar-article and article-footer plugins remain full width below the article. */
body.hipotesa_classy2 .page_article > .cmp_notification,
body.hipotesa_classy2 .page_article > [class*="similar"],
body.hipotesa_classy2 .page_article > .pkp_block { margin-top: 26px; }
body.hipotesa_classy2 .page_article h2 { color: #27332c; }

/* ============================================================
   ISSUE/ARCHIVE/ABOUT/SEARCH/FORMS
   ============================================================ */
body.hipotesa_classy2 .page_issue > h1,
body.hipotesa_classy2 .page_issue_archive > h1,
body.hipotesa_classy2 .page_about > h1,
body.hipotesa_classy2 .page_search > h1,
body.hipotesa_classy2 .page_login > h1,
body.hipotesa_classy2 .page_register > h1,
body.hipotesa_classy2 .page_submissions > h1 {
  margin: 0 0 22px;
  padding: 0 0 11px;
  border-bottom: 1px solid #e6ebe8;
  color: var(--hc-green-dark);
  font-size: 23px;
  line-height: 1.4;
}
body.hipotesa_classy2 .obj_issue_summary { padding: 20px 0; border-bottom: 1px solid #e8ecea; }
body.hipotesa_classy2 .obj_issue_summary .title { color: var(--hc-green-dark); }
body.hipotesa_classy2 .obj_issue_summary .cover { width: 120px; }
body.hipotesa_classy2 .pkp_form input[type="text"],
body.hipotesa_classy2 .pkp_form input[type="email"],
body.hipotesa_classy2 .pkp_form input[type="password"],
body.hipotesa_classy2 .pkp_form select,
body.hipotesa_classy2 .pkp_form textarea,
body.hipotesa_classy2 .page_login input,
body.hipotesa_classy2 .page_register input,
body.hipotesa_classy2 .page_search input,
body.hipotesa_classy2 .page_search select {
  border-color: #cedbd4;
  border-radius: 3px;
  box-shadow: none;
}
body.hipotesa_classy2 .pkp_form input:focus,
body.hipotesa_classy2 .pkp_form select:focus,
body.hipotesa_classy2 .pkp_form textarea:focus { border-color: var(--hc-green); box-shadow: 0 0 0 2px rgba(0,166,81,.09); }
body.hipotesa_classy2 .cmp_button,
body.hipotesa_classy2 .pkp_button,
body.hipotesa_classy2 button.submit,
body.hipotesa_classy2 input[type="submit"] {
  border: 1px solid var(--hc-green) !important;
  border-radius: 3px !important;
  background: var(--hc-green) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.hipotesa_classy2 .cmp_button:hover,
body.hipotesa_classy2 .pkp_button:hover,
body.hipotesa_classy2 button.submit:hover,
body.hipotesa_classy2 input[type="submit"]:hover { background: var(--hc-green-dark) !important; border-color: var(--hc-green-dark) !important; }

/* ============================================================
   FOOTER — three-column Classy-like footer
   ============================================================ */
body.hipotesa_classy2 .pkp_structure_footer_wrapper {
  margin: 0;
  padding: 0 0 22px;
  background: #f3f6f4;
  border: 0;
}
body.hipotesa_classy2 .pkp_structure_footer {
  width: min(var(--hc-max), calc(100% - 40px)) !important;
  max-width: var(--hc-max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid #e1e6e3;
  background: #fff;
}
body.hipotesa_classy2 .hc2_footer_grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr;
  gap: 48px;
  min-height: 190px;
  padding: 42px 50px 36px;
}
body.hipotesa_classy2 .hc2_footer_col { color: #3f4843; font-size: 12.5px; line-height: 1.7; }
body.hipotesa_classy2 .hc2_footer_col h3 { margin: 0 0 16px; color: #2a342e; font-size: 14px; font-weight: 700; }
body.hipotesa_classy2 .hc2_footer_col a { color: var(--hc-green-dark); }
body.hipotesa_classy2 .hc2_footer_links { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
body.hipotesa_classy2 .hc2_footer_address .pkp_footer_content { padding: 0 !important; background: transparent !important; color: inherit !important; }
body.hipotesa_classy2 .hc2_footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
  padding: 18px 28px;
  border-top: 1px solid #e3e8e5;
  background: #f5f6f5;
}
body.hipotesa_classy2 .hc2_footer_identity { color: #77807b; font-size: 10.5px; }
body.hipotesa_classy2 .pkp_brand_footer { padding: 0 !important; }
body.hipotesa_classy2 .pkp_brand_footer img { width: 108px; opacity: .72; }

/* ============================================================
   TABLET / MOBILE
   ============================================================ */
@media (max-width: 1100px) {
  body.hipotesa_classy2 .pkp_head_wrapper,
  body.hipotesa_classy2 .pkp_structure_content,
  body.hipotesa_classy2 .pkp_structure_footer,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_content { width: calc(100% - 28px) !important; }
  body.hipotesa_classy2 .pkp_navigation_primary > li > a,
  body.hipotesa_classy2 #navigationPrimary > li > a { padding: 0 12px !important; font-size: 13px; }
  body.hipotesa_classy2 .hc2_article_layout { column-gap: 35px; grid-template-columns: minmax(0, 1fr) 280px !important; }
}

@media (max-width: 992px) {
  body.hipotesa_classy2 .pkp_structure_head { min-height: 0; }
  body.hipotesa_classy2 .pkp_head_wrapper { width: calc(100% - 24px) !important; padding: 24px 0 16px !important; }
  body.hipotesa_classy2 .pkp_site_name_wrapper { height: auto !important; min-height: 116px; padding-right: 58px !important; }
  body.hipotesa_classy2 .pkp_site_name { max-width: 430px; }
  body.hipotesa_classy2 .pkp_site_name .is_img img { max-width: 360px; max-height: 110px; }
  body.hipotesa_classy2 .pkp_site_name .is_text { font-size: 29px !important; }
  body.hipotesa_classy2 .hc2_header_actions { display: none !important; }
  body.hipotesa_classy2 .pkp_site_nav_toggle {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10001;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8e4dd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(31,54,42,.06);
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle span { font-size: 0; }
  body.hipotesa_classy2 .pkp_site_nav_toggle span::before,
  body.hipotesa_classy2 .pkp_site_nav_toggle span::after,
  body.hipotesa_classy2 .pkp_site_nav_toggle::after {
    content: "";
    position: absolute;
    left: 11px;
    width: 20px;
    height: 2px;
    background: var(--hc-green-dark);
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle span::before { top: 13px; }
  body.hipotesa_classy2 .pkp_site_nav_toggle::after { top: 20px; }
  body.hipotesa_classy2 .pkp_site_nav_toggle span::after { top: 27px; }
  body.hipotesa_classy2 .pkp_site_nav_menu {
    display: none;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    margin-top: 12px;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(31,55,42,.12);
  }
  body.hipotesa_classy2 .pkp_site_nav_menu.pkp_site_nav_menu--isOpen { display: block; }
  body.hipotesa_classy2 .pkp_navigation_primary_wrapper { display: block; min-height: 0; border: 1px solid #dfe7e2; box-shadow: none; }
  body.hipotesa_classy2 .pkp_navigation_primary,
  body.hipotesa_classy2 #navigationPrimary { display: block !important; padding: 5px 0 !important; }
  body.hipotesa_classy2 .pkp_navigation_primary > li,
  body.hipotesa_classy2 #navigationPrimary > li { display: block; }
  body.hipotesa_classy2 .pkp_navigation_primary > li > a,
  body.hipotesa_classy2 #navigationPrimary > li > a {
    display: flex !important;
    min-height: 45px;
    padding: 10px 16px !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li > a:hover,
  body.hipotesa_classy2 #navigationPrimary > li > a:hover { border-left-color: var(--hc-yellow) !important; background: var(--hc-green-soft) !important; }
  body.hipotesa_classy2 .pkp_navigation_primary > li > ul,
  body.hipotesa_classy2 #navigationPrimary > li > ul,
  body.hipotesa_classy2 .pkp_navigation_primary .dropdown-menu {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 0 4px 24px !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-left: 1px solid #dfe7e2 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li > ul a,
  body.hipotesa_classy2 #navigationPrimary > li > ul a { padding: 8px 12px !important; background: transparent !important; }
  body.hipotesa_classy2 .pkp_navigation_search_wrapper { float: none !important; width: auto; border: 0 !important; border-top: 1px solid #e3e8e5 !important; }
  body.hipotesa_classy2 .pkp_search_desktop { justify-content: flex-start; min-height: 45px; padding: 10px 16px !important; }
  body.hipotesa_classy2 .hc2_mobile_user { display: block; padding: 9px 12px 13px; border: 1px solid #dfe7e2; border-top: 0; background: #fafcfb; }
  body.hipotesa_classy2 .hc2_mobile_user ul { margin: 0; padding: 0; list-style: none; }
  body.hipotesa_classy2 .hc2_mobile_user > ul > li { display: block; margin: 0; }
  body.hipotesa_classy2 .hc2_mobile_user a { display: block; padding: 8px 7px; color: var(--hc-green-dark); font-size: 12.5px; }
  body.hipotesa_classy2 .hc2_mobile_user ul ul { display: block; margin: 3px 0 0 18px; padding: 0 0 0 10px; border-left: 1px solid #dbe7e0; }
  body.hipotesa_classy2 .pkp_structure_content.has_sidebar { grid-template-columns: minmax(0, 1fr) 255px !important; gap: 14px; }
  body.hipotesa_classy2 .pkp_structure_main { padding: 25px !important; }
  body.hipotesa_classy2 .hc2_article_layout { grid-template-columns: minmax(0, 1fr) 255px !important; column-gap: 28px; }
  body.hipotesa_classy2 .hc2_author_cards { grid-template-columns: 1fr; }
  body.hipotesa_classy2 .hc2_author_card:nth-child(even) { padding-left: 0 !important; border-left: 0; }
  body.hipotesa_classy2 .hc2_footer_grid { gap: 30px; padding: 34px 34px 30px; }
}

@media (max-width: 760px) {
  body.hipotesa_classy2 .pkp_head_wrapper,
  body.hipotesa_classy2 .pkp_structure_content,
  body.hipotesa_classy2 .pkp_structure_footer,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_content { width: calc(100% - 18px) !important; }
  body.hipotesa_classy2 .pkp_structure_content.has_sidebar { display: block !important; }
  body.hipotesa_classy2 .pkp_structure_sidebar { margin-top: 16px !important; }
  body.hipotesa_classy2 .pkp_site_name .is_img img { max-width: 315px; max-height: 100px; }
  body.hipotesa_classy2 .hc2_panel { padding: 22px 20px 25px; }
  body.hipotesa_classy2 .hc2_about_layout { grid-template-columns: 135px minmax(0, 1fr); gap: 18px; }
  body.hipotesa_classy2 .hc2_article_action_row { align-items: flex-start; flex-direction: column; gap: 10px; }
  body.hipotesa_classy2 .hc2_article_doi { text-align: left; }
  body.hipotesa_classy2.pkp_page_article .pkp_structure_main { padding: 23px 20px 31px !important; }
  body.hipotesa_classy2 .page_article .cmp_breadcrumbs { margin-bottom: 28px; }
  body.hipotesa_classy2 .hc2_article_details .page_title { font-size: 19px !important; }
  body.hipotesa_classy2 .hc2_article_layout { display: block !important; }
  body.hipotesa_classy2 .hc2_article_meta { margin-top: 38px !important; }
  body.hipotesa_classy2 .hc2_author_panel { margin-bottom: 28px !important; }
  body.hipotesa_classy2 .hc2_article_fulltext,
  body.hipotesa_classy2 .hc2_article_abstract .value,
  body.hipotesa_classy2 .hc2_sectioned_item .value { font-size: 12.8px; line-height: 1.85; }
  body.hipotesa_classy2 .hc2_footer_grid { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 28px 24px; }
  body.hipotesa_classy2 .hc2_footer_bottom { align-items: flex-start; flex-direction: column; padding: 17px 22px; }
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .pkp_head_wrapper { padding-top: 17px !important; }
  body.hipotesa_classy2 .pkp_site_name_wrapper { min-height: 106px; padding-right: 50px !important; }
  body.hipotesa_classy2 .pkp_site_name .is_img img { max-width: 265px; max-height: 88px; }
  body.hipotesa_classy2 .pkp_site_name .is_text { font-size: 24px !important; }
  body.hipotesa_classy2 .pkp_site_nav_toggle { top: 10px; width: 40px; height: 40px; }
  body.hipotesa_classy2 .pkp_site_nav_toggle span::before,
  body.hipotesa_classy2 .pkp_site_nav_toggle span::after,
  body.hipotesa_classy2 .pkp_site_nav_toggle::after { left: 10px; width: 18px; }
  body.hipotesa_classy2 .pkp_structure_main { padding: 20px 16px !important; }
  body.hipotesa_classy2 .hc2_about_layout { display: block; }
  body.hipotesa_classy2 .hc2_about_cover { width: min(210px, 100%); margin: 0 auto 18px; }
  body.hipotesa_classy2 .hc2_panel > h2 { font-size: 19px; }
  body.hipotesa_classy2 .hc2_article_summary { padding-left: 2px; padding-right: 2px; }
  body.hipotesa_classy2 .hc2_article_summary .title { font-size: 15px !important; }
  body.hipotesa_classy2 .hc2_author_panel { padding: 16px !important; }
  body.hipotesa_classy2 .hc2_meta_card,
  body.hipotesa_classy2 .hc2_article_plugin_details > * { padding: 17px !important; }
}

/* ============================================================
   v2.0.1 — footer polish + mobile hardening
   ============================================================ */

/* Prevent accidental horizontal scrolling from long DOI/reference strings. */
html,
body.hipotesa_classy2 {
  max-width: 100%;
  overflow-x: hidden;
}
body.hipotesa_classy2 .pkp_structure_page,
body.hipotesa_classy2 .pkp_structure_content,
body.hipotesa_classy2 .pkp_structure_main,
body.hipotesa_classy2 .page,
body.hipotesa_classy2 .obj_article_details {
  min-width: 0;
}
body.hipotesa_classy2 .pkp_structure_main a,
body.hipotesa_classy2 .hc2_footer_col a {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Footer: stronger HIPOTESA identity while keeping the Classy 3-column rhythm. */
body.hipotesa_classy2 .pkp_structure_footer_wrapper {
  position: relative;
  padding-top: 0;
  background: #f2f6f3;
}
body.hipotesa_classy2 .pkp_structure_footer_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--hc-green-dark) 0 76%, var(--hc-yellow) 76% 100%);
}
body.hipotesa_classy2 .pkp_structure_footer {
  margin-top: 18px !important;
  border-color: #dce6e0;
  box-shadow: 0 5px 20px rgba(25, 60, 40, .045);
}
body.hipotesa_classy2 .hc2_footer_grid {
  align-items: start;
  min-height: 0;
  padding: 38px 42px 34px;
}
body.hipotesa_classy2 .hc2_footer_col {
  min-width: 0;
  color: #46514b;
  font-size: 12.5px;
  line-height: 1.75;
}
body.hipotesa_classy2 .hc2_footer_col h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: var(--hc-green-dark);
  font-size: 14px;
  line-height: 1.3;
}
body.hipotesa_classy2 .hc2_footer_col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--hc-green) 0 72%, var(--hc-yellow) 72% 100%);
}
body.hipotesa_classy2 .hc2_footer_col p {
  margin-top: 0;
  margin-bottom: 8px;
}
body.hipotesa_classy2 .hc2_footer_links {
  align-items: stretch;
}
body.hipotesa_classy2 .hc2_footer_links > a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #edf1ee;
}
body.hipotesa_classy2 .hc2_footer_links > a:last-child {
  border-bottom: 0;
}
body.hipotesa_classy2 .hc2_footer_links > a:hover {
  padding-left: 4px;
  color: var(--hc-green-deep);
}
body.hipotesa_classy2 .hc2_footer_bottom {
  min-height: 72px;
  padding: 16px 26px;
  border-top-color: #e0e7e3;
  background: #f7f9f8;
}
body.hipotesa_classy2 .hc2_footer_identity {
  max-width: 78%;
  color: #77817b;
  font-size: 10.5px;
  line-height: 1.6;
}
body.hipotesa_classy2 .pkp_brand_footer a {
  display: block;
  line-height: 0;
}
body.hipotesa_classy2 .pkp_brand_footer img {
  width: 96px;
  max-height: 62px;
  object-fit: contain;
  opacity: .62;
}

/* Article tables/full text must remain usable on narrow screens. */
body.hipotesa_classy2 .hc2_article_fulltext .table-wrapper,
body.hipotesa_classy2 .hc2_article_fulltext .table-responsive {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.hipotesa_classy2 .hc2_article_fulltext table {
  display: table;
  min-width: 100%;
}

@media (max-width: 992px) {
  /* Compact but recognisable journal masthead. */
  body.hipotesa_classy2 .pkp_structure_head {
    border-top-width: 3px;
    background: #f8fcfa;
  }
  body.hipotesa_classy2 .hc2_header_scene {
    opacity: .72;
    background-position: center bottom;
    background-size: auto 100%;
  }
  body.hipotesa_classy2 .pkp_head_wrapper {
    padding-bottom: 12px !important;
  }
  body.hipotesa_classy2 .pkp_site_name_wrapper {
    display: flex;
    align-items: center;
    min-height: 104px;
    padding-right: 58px !important;
  }
  body.hipotesa_classy2 .pkp_site_name {
    width: 100% !important;
    max-width: none;
  }
  body.hipotesa_classy2 .pkp_site_name .is_img {
    max-width: calc(100% - 6px);
  }
  body.hipotesa_classy2 .pkp_site_name .is_img img {
    max-width: min(360px, 100%);
    max-height: 104px;
  }

  /* Hamburger visual state. */
  body.hipotesa_classy2 .pkp_site_nav_toggle {
    transition: background .18s ease, border-color .18s ease;
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle.pkp_site_nav_toggle--transform,
  body.hipotesa_classy2 .pkp_site_nav_toggle[aria-expanded="true"] {
    border-color: var(--hc-green);
    background: #f2faf5;
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle.pkp_site_nav_toggle--transform::after,
  body.hipotesa_classy2 .pkp_site_nav_toggle[aria-expanded="true"]::after {
    top: 20px;
    transform: rotate(-45deg);
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle.pkp_site_nav_toggle--transform span::before,
  body.hipotesa_classy2 .pkp_site_nav_toggle[aria-expanded="true"] span::before {
    top: 20px;
    transform: rotate(45deg);
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle.pkp_site_nav_toggle--transform span::after,
  body.hipotesa_classy2 .pkp_site_nav_toggle[aria-expanded="true"] span::after {
    opacity: 0;
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle span::before,
  body.hipotesa_classy2 .pkp_site_nav_toggle span::after,
  body.hipotesa_classy2 .pkp_site_nav_toggle::after {
    transition: top .18s ease, transform .18s ease, opacity .18s ease;
  }

  /* Mobile navigation is a proper single column panel. */
  body.hipotesa_classy2 .pkp_site_nav_menu {
    margin-top: 8px;
    border-radius: 3px;
    overflow: visible;
  }
  body.hipotesa_classy2 .pkp_navigation_primary_wrapper {
    overflow: visible;
    background: rgba(255,255,255,.99);
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li > a,
  body.hipotesa_classy2 #navigationPrimary > li > a {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #edf1ef !important;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li:last-child > a,
  body.hipotesa_classy2 #navigationPrimary > li:last-child > a {
    border-bottom: 0 !important;
  }

  /* Hide nested menus until their parent is tapped. */
  body.hipotesa_classy2 .pkp_navigation_primary > li > ul,
  body.hipotesa_classy2 #navigationPrimary > li > ul,
  body.hipotesa_classy2 .pkp_navigation_primary .dropdown-menu {
    display: none !important;
    margin: 0 !important;
    padding: 3px 0 5px 23px !important;
    border-left: 0 !important;
    background: #f7fbf8 !important;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li.hc2_submenu_open > ul,
  body.hipotesa_classy2 #navigationPrimary > li.hc2_submenu_open > ul,
  body.hipotesa_classy2 .pkp_navigation_primary > li.hc2_submenu_open > .dropdown-menu {
    display: block !important;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li:has(> ul) > a::after,
  body.hipotesa_classy2 #navigationPrimary > li:has(> ul) > a::after {
    content: "\f107";
    margin-left: auto;
    font-family: FontAwesome;
    color: #688075;
    transition: transform .18s ease;
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li.hc2_submenu_open > a::after,
  body.hipotesa_classy2 #navigationPrimary > li.hc2_submenu_open > a::after {
    transform: rotate(180deg);
  }
  body.hipotesa_classy2 .pkp_navigation_primary > li > ul a,
  body.hipotesa_classy2 #navigationPrimary > li > ul a {
    min-height: 39px;
    padding: 9px 12px !important;
    border-bottom: 1px solid #e8efeb !important;
    border-left: 0 !important;
  }

  body.hipotesa_classy2 .pkp_navigation_search_wrapper {
    background: #fff;
  }
  body.hipotesa_classy2 .pkp_search_desktop {
    width: 100%;
    border-top: 0;
  }
  body.hipotesa_classy2 .hc2_mobile_user {
    padding: 6px 0 !important;
    border: 1px solid #dfe7e2;
    border-top: 0;
    background: #f8fbf9;
  }
  body.hipotesa_classy2 .hc2_mobile_user > ul > li > a {
    min-height: 42px;
    padding: 10px 15px;
    border-bottom: 1px solid #e9efeb;
  }
  body.hipotesa_classy2 .hc2_mobile_user > ul > li:last-child > a {
    border-bottom: 0;
  }
  body.hipotesa_classy2 .hc2_mobile_user ul ul {
    margin: 0 !important;
    padding: 0 0 0 19px !important;
    border-left: 0 !important;
    background: #f1f8f4;
  }
  body.hipotesa_classy2 .hc2_mobile_user ul ul a {
    padding: 9px 13px;
    border-bottom: 1px solid #e3ece7;
  }
}

@media (max-width: 760px) {
  /* Mobile content should use nearly the full viewport. */
  body.hipotesa_classy2 .pkp_head_wrapper,
  body.hipotesa_classy2 .pkp_structure_content,
  body.hipotesa_classy2 .pkp_structure_footer,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_content {
    width: calc(100% - 20px) !important;
  }
  body.hipotesa_classy2 .pkp_structure_content {
    padding-top: 12px !important;
    padding-bottom: 18px !important;
  }
  body.hipotesa_classy2 .pkp_structure_main,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_main {
    padding: 20px 17px 26px !important;
  }
  body.hipotesa_classy2.pkp_page_index .pkp_structure_main {
    padding: 0 !important;
  }
  body.hipotesa_classy2 .pkp_structure_sidebar {
    margin-top: 14px !important;
  }
  body.hipotesa_classy2 .pkp_structure_sidebar > *:not(.hc2_journal_links) {
    margin-bottom: 14px !important;
  }
  body.hipotesa_classy2 .hc2_journal_links {
    margin-bottom: 14px;
  }

  /* Home panels become compact cards. */
  body.hipotesa_classy2 .hc2_panel {
    margin-bottom: 14px;
    padding: 20px 17px 23px;
  }
  body.hipotesa_classy2 .hc2_panel > h2,
  body.hipotesa_classy2 .homepage_about > h2,
  body.hipotesa_classy2 .current_issue > h2 {
    font-size: 19px;
  }
  body.hipotesa_classy2 .hc2_title_rule {
    margin-bottom: 19px;
  }

  /* Article metadata becomes full width under the article, no side rail feel. */
  body.hipotesa_classy2 .hc2_article_meta {
    gap: 13px;
    margin-top: 30px !important;
  }
  body.hipotesa_classy2 .hc2_meta_card,
  body.hipotesa_classy2 .hc2_article_plugin_details > * {
    padding: 17px 16px !important;
  }
  body.hipotesa_classy2 .hc2_article_plugin_details {
    gap: 13px;
  }
  body.hipotesa_classy2 .hc2_article_masthead {
    margin-bottom: 24px;
  }
  body.hipotesa_classy2 .hc2_article_details .page_title {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }
  body.hipotesa_classy2 .hc2_article_top_doi {
    align-items: flex-start;
  }
  body.hipotesa_classy2 .hc2_article_top_doi a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  body.hipotesa_classy2 .hc2_author_panel {
    padding: 15px !important;
  }
  body.hipotesa_classy2 .hc2_author_cards {
    display: block;
  }
  body.hipotesa_classy2 .hc2_author_card,
  body.hipotesa_classy2 .hc2_author_card:nth-child(even) {
    padding: 10px 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #edf0ee;
  }
  body.hipotesa_classy2 .hc2_author_card:last-child {
    border-bottom: 0;
  }

  /* Article summary action buttons and DOI stack cleanly. */
  body.hipotesa_classy2 .hc2_article_heading_row {
    display: block;
  }
  body.hipotesa_classy2 .hc2_article_pages {
    margin-top: 6px;
  }
  body.hipotesa_classy2 .hc2_article_action_row {
    display: block;
  }
  body.hipotesa_classy2 .hc2_article_summary .galleys_links {
    margin-bottom: 10px !important;
  }

  /* Footer on phones: one column, left aligned, compact. */
  body.hipotesa_classy2 .pkp_structure_footer_wrapper {
    padding-bottom: 12px;
  }
  body.hipotesa_classy2 .pkp_structure_footer {
    margin-top: 12px !important;
  }
  body.hipotesa_classy2 .hc2_footer_grid {
    display: block;
    padding: 26px 20px 20px;
  }
  body.hipotesa_classy2 .hc2_footer_col {
    margin-bottom: 26px;
    font-size: 12.5px;
  }
  body.hipotesa_classy2 .hc2_footer_col:last-child {
    margin-bottom: 0;
  }
  body.hipotesa_classy2 .hc2_footer_col h3 {
    margin-bottom: 14px;
  }
  body.hipotesa_classy2 .hc2_footer_bottom {
    display: block;
    min-height: 0;
    padding: 16px 20px 18px;
    text-align: left;
  }
  body.hipotesa_classy2 .hc2_footer_identity {
    max-width: none;
    margin-bottom: 14px;
  }
  body.hipotesa_classy2 .pkp_brand_footer {
    text-align: left;
  }
  body.hipotesa_classy2 .pkp_brand_footer img {
    width: 86px;
  }
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .pkp_head_wrapper {
    width: calc(100% - 16px) !important;
    padding: 12px 0 9px !important;
  }
  body.hipotesa_classy2 .pkp_site_name_wrapper {
    min-height: 88px;
    padding-right: 48px !important;
  }
  body.hipotesa_classy2 .pkp_site_name .is_img img {
    max-width: min(255px, 100%);
    max-height: 82px;
  }
  body.hipotesa_classy2 .pkp_site_nav_toggle {
    top: 8px;
    right: 0;
  }
  body.hipotesa_classy2 .pkp_structure_content,
  body.hipotesa_classy2 .pkp_structure_footer,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_content {
    width: calc(100% - 12px) !important;
  }
  body.hipotesa_classy2 .pkp_structure_main,
  body.hipotesa_classy2.pkp_page_article .pkp_structure_main {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body.hipotesa_classy2.pkp_page_index .pkp_structure_main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.hipotesa_classy2 .hc2_panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.hipotesa_classy2 .hc2_about_cover {
    width: min(190px, 100%);
  }
  body.hipotesa_classy2 .obj_galley_link,
  body.hipotesa_classy2 .galleys_links a {
    min-height: 35px;
    padding: 7px 10px !important;
  }
  body.hipotesa_classy2 .hc2_footer_grid {
    padding: 23px 16px 18px;
  }
  body.hipotesa_classy2 .hc2_footer_bottom {
    padding: 15px 16px 17px;
  }
}

/* =========================================================
   HIPOTESA Classy 2.0.2 — Mobile masthead overlap fix
   Keep the hamburger in a dedicated safe area on the right.
   ========================================================= */
@media (max-width: 992px) {
  body.hipotesa_classy2 .pkp_site_nav_toggle {
    left: auto !important;
    right: 2px !important;
    transform: none !important;
  }

  body.hipotesa_classy2 .pkp_site_name_wrapper {
    padding-left: 0 !important;
    padding-right: 62px !important;
  }

  body.hipotesa_classy2 .pkp_site_name,
  body.hipotesa_classy2 .pkp_site_name .is_img {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.hipotesa_classy2 .pkp_site_name .is_img img {
    max-width: 100% !important;
  }
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .pkp_site_name_wrapper {
    min-height: 92px;
    padding-right: 54px !important;
  }

  body.hipotesa_classy2 .pkp_site_name .is_img img {
    max-width: 100% !important;
    max-height: 84px;
  }

  body.hipotesa_classy2 .pkp_site_nav_toggle {
    top: 14px !important;
    left: auto !important;
    right: 2px !important;
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
   HIPOTESA Classy 2.0.6 — Custom Block E-ISSN button
   Styles live in the theme because OJS Custom Block may strip <style> tags.
   ========================================================= */
body.hipotesa_classy2 .hipotesa-issn-card {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #d9e8df;
  background: #ffffff;
  text-align: center;
}

body.hipotesa_classy2 .hipotesa-issn-btn {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 11px 16px !important;
  margin: 0 !important;
  border: 1px solid #008f46 !important;
  border-bottom: 4px solid #FFD400 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #006837 0%, #00A651 100%) !important;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .35px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0, 104, 55, .18);
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.hipotesa_classy2 .hipotesa-issn-btn:hover,
body.hipotesa_classy2 .hipotesa-issn-btn:focus {
  background: linear-gradient(135deg, #004d29 0%, #008f46 100%) !important;
  color: #FFD400 !important;
  border-color: #006837 !important;
  border-bottom-color: #FFD400 !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 15px rgba(0, 104, 55, .28);
  outline: none;
}

body.hipotesa_classy2 .hipotesa-issn-btn:focus-visible {
  outline: 2px solid #FFD400;
  outline-offset: 3px;
}

body.hipotesa_classy2 .hipotesa-issn-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 104, 55, .18);
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .hipotesa-issn-card {
    padding: 10px;
  }

  body.hipotesa_classy2 .hipotesa-issn-btn {
    min-height: 44px;
    padding: 10px 12px !important;
    font-size: 13.5px;
  }
}

/* =========================================================
   HIPOTESA Classy 2.0.7 — ISSN Perpusnas link auto styling
   Works even when OJS Custom Block removes custom CSS classes.
   ========================================================= */
body.hipotesa_classy2 .pkp_structure_sidebar a[href*="issn.perpusnas.go.id"] {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 46px;
  padding: 11px 16px !important;
  margin: 0 !important;
  border: 1px solid #008f46 !important;
  border-bottom: 4px solid #ffd400 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #006837 0%, #00a651 100%) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .35px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0, 104, 55, .18);
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.hipotesa_classy2 .pkp_structure_sidebar a[href*="issn.perpusnas.go.id"]:hover,
body.hipotesa_classy2 .pkp_structure_sidebar a[href*="issn.perpusnas.go.id"]:focus {
  background: linear-gradient(135deg, #004d29 0%, #008f46 100%) !important;
  color: #ffd400 !important;
  border-color: #006837 !important;
  border-bottom-color: #ffd400 !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 15px rgba(0, 104, 55, .28);
  outline: none;
}

body.hipotesa_classy2 .pkp_structure_sidebar a[href*="issn.perpusnas.go.id"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 104, 55, .18);
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .pkp_structure_sidebar a[href*="issn.perpusnas.go.id"] {
    min-height: 44px;
    padding: 10px 12px !important;
    font-size: 13.5px !important;
  }
}

/* =========================================================
   HIPOTESA Classy 2.0.8 — built-in Make a Submission button polish
   Match E-ISSN interaction without affecting other sidebar links.
   ========================================================= */
body.hipotesa_classy2 .block_make_submission {
  padding: 13px !important;
  background: #ffffff !important;
}

body.hipotesa_classy2 .block_make_submission a,
body.hipotesa_classy2 .pkp_structure_sidebar .block_make_submission a {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 46px;
  padding: 11px 16px !important;
  margin: 0 !important;
  border: 1px solid #008f46 !important;
  border-bottom: 4px solid #ffd400 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #006837 0%, #00a651 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0, 104, 55, .18);
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.hipotesa_classy2 .block_make_submission a:hover,
body.hipotesa_classy2 .block_make_submission a:focus,
body.hipotesa_classy2 .pkp_structure_sidebar .block_make_submission a:hover,
body.hipotesa_classy2 .pkp_structure_sidebar .block_make_submission a:focus {
  background: linear-gradient(135deg, #004d29 0%, #008f46 100%) !important;
  color: #ffd400 !important;
  border-color: #006837 !important;
  border-bottom-color: #ffd400 !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 15px rgba(0, 104, 55, .28);
  outline: none;
}

body.hipotesa_classy2 .block_make_submission a:focus-visible {
  outline: 2px solid #ffd400 !important;
  outline-offset: 3px;
}

body.hipotesa_classy2 .block_make_submission a:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 104, 55, .18);
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .block_make_submission { padding: 10px !important; }
  body.hipotesa_classy2 .block_make_submission a,
  body.hipotesa_classy2 .pkp_structure_sidebar .block_make_submission a {
    min-height: 44px;
    padding: 10px 12px !important;
    font-size: 12.5px !important;
  }
}

/* =========================================================
   HIPOTESA Classy 2.0.10 — uppercase sidebar block headings
   Match Make a Submission colors without interactive effects.
   ========================================================= */
body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > .title,
body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > h2:first-child,
body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > h3:first-child,
body.hipotesa_classy2 .pkp_structure_sidebar > *:not(.hc2_journal_links) > .title {
  margin: 0 !important;
  padding: 11px 14px !important;
  border: 0 !important;
  border-bottom: 4px solid var(--hc-yellow) !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #006837 0%, #00a651 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: .25px;
  text-align: center !important;
  text-transform: uppercase;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 520px) {
  body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > .title,
  body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > h2:first-child,
  body.hipotesa_classy2 .pkp_structure_sidebar > .pkp_block > h3:first-child,
  body.hipotesa_classy2 .pkp_structure_sidebar > *:not(.hc2_journal_links) > .title {
    padding: 10px 12px !important;
    font-size: 12.5px !important;
  }
}
