/*
 * EKOFIS OJS THEME v10 — 2026-07-29
 * Cache-busted visual identity file.
 * Main goals: white full-width masthead, compact navigation, wide content,
 * no legacy guide lines, and a neutral gray footer.
 */

:root {
  --ek-navy: #1e1a3e;
  --ek-navy-deep: #1e1a3e;
  --ek-wine: #fe6500;
  --ek-gold: #fe6500;
  --ek-blue: #1e1a3e;
  --ek-text: #20283a;
  --ek-muted: #697386;
  --ek-border: #dde3ea;
  --ek-soft: #f3f5f8;
  --ek-footer: #e9edf1;
  --ek-white: #ffffff;
  --ek-max: 1320px;
}

html,
body {
  background: var(--ek-soft) !important;
  color: var(--ek-text) !important;
  font-family: "Noto Sans", Arial, sans-serif !important;
}

a { color: var(--ek-blue); }
a:hover,
a:focus { color: var(--ek-wine); }

/* ---------- HEADER ---------- */
html body .pkp_structure_head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: var(--ek-white) !important;
  border: 0 !important;
  box-shadow: 0 7px 24px rgba(20, 34, 62, .09) !important;
}

html body .pkp_structure_head .pkp_head_wrapper,
html body.has_site_logo .pkp_structure_head .pkp_head_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ek-white) !important;
}

/* Thin signed-in/user strip */
html body .pkp_navigation_user_wrapper {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 30px !important;
  background: var(--ek-navy-deep) !important;
}

html body .pkp_navigation_user {
  width: 100% !important;
  max-width: var(--ek-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  text-align: right !important;
}

html body .pkp_navigation_user > li > a,
html body .pkp_navigation_user a {
  color: rgba(255,255,255,.94) !important;
  font-size: 11px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* White masthead with institutional eyebrow and wine accent */
html body .pkp_site_name_wrapper {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ek-white) !important;
  border: 0 !important;
}

html body .pkp_site_name {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: var(--ek-max) !important;
  margin: 0 auto !important;
  padding: 31px 24px 27px 44px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  white-space: normal !important;
  text-align: left !important;
  background: var(--ek-white) !important;
}

html body .pkp_site_name::before {
  content: "UNIVERZITET U ISTOČNOM SARAJEVU · EKONOMSKI FAKULTET";
  display: block !important;
  margin: 0 0 9px !important;
  color: var(--ek-wine) !important;
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

html body .pkp_site_name::after {
  content: "";
  position: absolute !important;
  left: 24px !important;
  top: 31px !important;
  bottom: 27px !important;
  width: 5px !important;
  border-radius: 3px !important;
  background: linear-gradient(180deg, var(--ek-wine), var(--ek-gold)) !important;
}

html body .pkp_site_name > a,
html body .pkp_site_name .is_text,
html body .pkp_site_name a.is_text {
  display: block !important;
  width: auto !important;
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ek-navy) !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-family: "Noto Serif", Georgia, serif !important;
  font-size: clamp(28px, 2.45vw, 40px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
}

html body .pkp_site_name > a:hover,
html body .pkp_site_name .is_text:hover {
  color: var(--ek-wine) !important;
  text-decoration: none !important;
}

html body .pkp_site_name .is_img {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .pkp_site_name .is_img img {
  max-height: 92px !important;
  width: auto !important;
}

/* Full-width navy navigation: visually distinct from previous version */
html body .pkp_navigation_primary_row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ek-navy) !important;
  border: 0 !important;
  border-bottom: 4px solid var(--ek-wine) !important;
  box-shadow: none !important;
}

html body .pkp_navigation_primary_wrapper {
  width: 100% !important;
  max-width: var(--ek-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

html body .pkp_navigation_primary {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .pkp_navigation_primary > li {
  display: block !important;
  margin: 0 !important;
}

html body .pkp_navigation_primary > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  color: rgba(255,255,255,.94) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
}

html body .pkp_navigation_primary > li:first-child > a,
html body .pkp_navigation_primary > li.current > a {
  color: #fff !important;
  background: var(--ek-wine) !important;
}

html body .pkp_navigation_primary > li > a:hover,
html body .pkp_navigation_primary > li > a:focus {
  color: #fff !important;
  background: rgba(255,255,255,.12) !important;
  text-decoration: none !important;
}

html body .pkp_navigation_primary ul {
  background: var(--ek-white) !important;
  border: 1px solid var(--ek-border) !important;
  box-shadow: 0 12px 30px rgba(15, 30, 60, .15) !important;
}

html body .pkp_navigation_primary ul a {
  color: var(--ek-navy) !important;
  background: var(--ek-white) !important;
  font-size: 12px !important;
}

html body .pkp_navigation_primary ul a:hover {
  color: var(--ek-wine) !important;
  background: #f7f3f5 !important;
}

html body .pkp_navigation_search_wrapper {
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
}

html body .pkp_navigation_search_wrapper a,
html body .pkp_search a {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

/* ---------- WIDE BODY ---------- */
html body .pkp_structure_page {
  background: var(--ek-soft) !important;
}

html body .pkp_structure_content {
  position: relative !important;
  width: calc(100% - 48px) !important;
  max-width: var(--ek-max) !important;
  min-height: 420px !important;
  margin: 0 auto !important;
  padding: 42px 0 56px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
}

/* Remove default full-height vertical guides on every breakpoint */
html body .pkp_structure_content::before,
html body .pkp_structure_content::after,
html body .pkp_structure_main::before,
html body .pkp_structure_main::after,
html body .pkp_structure_sidebar::before,
html body .pkp_structure_sidebar::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

html body .pkp_structure_main,
html body .pkp_structure_main:first-child:last-child {
  position: relative !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 42px 48px 54px !important;
  box-sizing: border-box !important;
  background: var(--ek-white) !important;
  border: 1px solid var(--ek-border) !important;
  border-top: 5px solid var(--ek-navy) !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 14px 36px rgba(23, 38, 74, .08) !important;
}

html body .pkp_structure_main > * {
  max-width: none !important;
}

html body .pkp_structure_main p,
html body .pkp_structure_main li {
  font-size: 15.5px !important;
  line-height: 1.75 !important;
}

html body .pkp_structure_main h1,
html body .pkp_structure_main h2,
html body .pkp_structure_main h3,
html body .page_title {
  color: var(--ek-navy) !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

html body .pkp_structure_main h1::after,
html body .page_title::after {
  content: "";
  display: block !important;
  width: 72px !important;
  height: 4px !important;
  margin-top: 13px !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, var(--ek-wine), var(--ek-gold)) !important;
}

html body .pkp_structure_sidebar {
  background: transparent !important;
  border: 0 !important;
}

html body .pkp_block {
  background: var(--ek-white) !important;
  border: 1px solid var(--ek-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(23, 38, 74, .06) !important;
}

/* Article and issue polish */
html body .obj_article_summary {
  padding: 22px 0 !important;
  border-bottom: 1px solid var(--ek-border) !important;
}

html body .obj_article_summary .title a {
  color: var(--ek-navy) !important;
  font-weight: 800 !important;
}

html body .obj_article_summary .title a:hover {
  color: var(--ek-wine) !important;
}

html body .cmp_button,
html body .cmp_form .buttons button,
html body a.read_more,
html body .block_make_submission a {
  background: var(--ek-wine) !important;
  border-color: var(--ek-wine) !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-weight: 800 !important;
}

html body .cmp_button:hover,
html body .cmp_form .buttons button:hover,
html body a.read_more:hover,
html body .block_make_submission a:hover {
  background: var(--ek-navy) !important;
  border-color: var(--ek-navy) !important;
}

/* ---------- NEUTRAL GRAY FOOTER ---------- */
html body .pkp_structure_footer_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ek-footer) !important;
  background-image: none !important;
  color: #3a4656 !important;
  border-top: 1px solid #d6dce4 !important;
}

html body .pkp_structure_footer {
  width: calc(100% - 48px) !important;
  max-width: var(--ek-max) !important;
  margin: 0 auto !important;
  padding: 32px 0 30px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: #3a4656 !important;
  text-align: left !important;
}

html body .pkp_footer_content,
html body .pkp_footer_content a,
html body .pkp_brand_footer,
html body .pkp_brand_footer a {
  color: #3a4656 !important;
}

html body .pkp_brand_footer {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #cfd6df !important;
  opacity: .78 !important;
}

html body .pkp_brand_footer a {
  float: none !important;
  margin-left: auto !important;
  max-width: 132px !important;
}

html body .pkp_brand_footer img {
  display: block !important;
  max-width: 132px !important;
  height: auto !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1180px) {
  html body .pkp_navigation_primary > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 991px) {
  html body .pkp_site_name {
    padding-left: 40px !important;
  }

  html body .pkp_navigation_primary {
    flex-wrap: wrap !important;
  }

  html body .pkp_navigation_primary > li > a {
    min-height: 44px !important;
    font-size: 11px !important;
  }

  html body .pkp_structure_main,
  html body .pkp_structure_main:first-child:last-child {
    padding: 34px 30px 42px !important;
  }
}

@media (max-width: 767px) {
  html body .pkp_site_name {
    padding: 23px 16px 21px 34px !important;
  }

  html body .pkp_site_name::after {
    left: 16px !important;
    top: 23px !important;
    bottom: 21px !important;
    width: 4px !important;
  }

  html body .pkp_site_name::before {
    font-size: 9px !important;
    letter-spacing: .08em !important;
  }

  html body .pkp_site_name > a,
  html body .pkp_site_name .is_text,
  html body .pkp_site_name a.is_text {
    font-size: 25px !important;
  }

  html body .pkp_navigation_primary_row {
    border-bottom-width: 3px !important;
  }

  html body .pkp_navigation_primary_wrapper {
    padding: 0 16px !important;
  }

  html body .pkp_navigation_primary {
    display: block !important;
  }

  html body .pkp_navigation_primary > li > a {
    min-height: 0 !important;
    padding: 12px 0 !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  html body .pkp_structure_content {
    width: calc(100% - 24px) !important;
    padding: 22px 0 34px !important;
  }

  html body .pkp_structure_main,
  html body .pkp_structure_main:first-child:last-child {
    padding: 26px 20px 34px !important;
    border-radius: 0 0 8px 8px !important;
  }

  html body .pkp_structure_footer {
    width: calc(100% - 32px) !important;
  }
}


/* ======================================================================
   EKOFIS v9 — HEADER/NAVIGATION ALIGNMENT PATCH
   Primary: #1e1a3e | Secondary: #fe6500
   ====================================================================== */

:root {
  --ek-primary: #1e1a3e;
  --ek-secondary: #fe6500;
  --ek-shell: 1320px;
  --ek-gutter: 24px;
}

/* One shared width for masthead, navigation, body and footer */
html body .pkp_site_name,
html body .pkp_navigation_primary_wrapper,
html body .pkp_structure_content,
html body .pkp_structure_footer {
  width: calc(100% - 48px) !important;
  max-width: var(--ek-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body .pkp_structure_head .pkp_head_wrapper,
html body.has_site_logo .pkp_structure_head .pkp_head_wrapper {
  position: relative !important;
  padding-top: 0 !important;
}

/* User login/register/account menu in the upper-right of the masthead */
html body .pkp_navigation_user_wrapper {
  position: absolute !important;
  top: 13px !important;
  right: max(24px, calc((100% - var(--ek-shell)) / 2 + 24px)) !important;
  left: auto !important;
  transform: none !important;
  z-index: 1002 !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

html body .pkp_navigation_user,
html body .pkp_navigation_user.pkp_navigation_user {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: right !important;
}

html body .pkp_navigation_user > li {
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
}

html body .pkp_navigation_user > li > a,
html body .pkp_navigation_user > li:last-child > a,
html body .pkp_navigation_user a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  color: var(--ek-primary) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

html body .pkp_navigation_user > li > a:hover,
html body .pkp_navigation_user > li > a:focus {
  color: var(--ek-secondary) !important;
  background: rgba(30, 26, 62, .055) !important;
}

html body .pkp_navigation_user ul {
  right: 0 !important;
  left: auto !important;
  min-width: 180px !important;
  background: #fff !important;
  border: 1px solid var(--ek-border) !important;
  box-shadow: 0 12px 28px rgba(30, 26, 62, .16) !important;
}

html body .pkp_navigation_user ul a {
  display: block !important;
  color: var(--ek-primary) !important;
  background: #fff !important;
  padding: 9px 12px !important;
  line-height: 1.3 !important;
  border-radius: 0 !important;
}

html body .pkp_navigation_user ul a:hover,
html body .pkp_navigation_user ul a:focus {
  color: var(--ek-secondary) !important;
  background: #fff6f0 !important;
}

/* Masthead aligned to the same outer width as the content card */
html body .pkp_site_name_wrapper {
  padding: 0 !important;
}

html body .pkp_site_name {
  padding: 38px 44px 27px 44px !important;
}

html body .pkp_site_name::after {
  left: 24px !important;
  background: var(--ek-secondary) !important;
}

html body .pkp_site_name::before {
  color: var(--ek-secondary) !important;
}

html body .pkp_site_name > a,
html body .pkp_site_name .is_text,
html body .pkp_site_name a.is_text {
  color: var(--ek-primary) !important;
  max-width: calc(100% - 210px) !important;
}

html body .pkp_site_name > a:hover,
html body .pkp_site_name .is_text:hover {
  color: var(--ek-secondary) !important;
}

/* Compact one-line navigation with Search on the same row */
html body .pkp_navigation_primary_row {
  background: var(--ek-primary) !important;
  border-bottom: 3px solid var(--ek-secondary) !important;
}

html body .pkp_navigation_primary_wrapper {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  min-height: 48px !important;
  padding: 0 !important;
  background: transparent !important;
}

html body .pkp_navigation_primary {
  display: flex !important;
  flex: 0 1 auto !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  min-width: 0 !important;
  max-width: calc(100% - 105px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .pkp_navigation_primary > li > a {
  min-height: 48px !important;
  padding: 0 12px !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: .015em !important;
}

html body .pkp_navigation_primary > li:first-child > a,
html body .pkp_navigation_primary > li.current > a {
  background: var(--ek-secondary) !important;
  color: #fff !important;
}

html body .pkp_navigation_primary > li > a:hover,
html body .pkp_navigation_primary > li > a:focus {
  background: rgba(255, 255, 255, .11) !important;
  color: #fff !important;
}

html body .pkp_navigation_search_wrapper {
  position: static !important;
  float: none !important;
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: stretch !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body .pkp_navigation_search_wrapper a,
html body .pkp_search a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body .pkp_navigation_search_wrapper a:hover,
html body .pkp_navigation_search_wrapper a:focus,
html body .pkp_search a:hover,
html body .pkp_search a:focus {
  color: #fff !important;
  background: var(--ek-secondary) !important;
}

/* Apply the requested brand palette throughout details and actions */
html body a {
  color: var(--ek-primary);
}

html body a:hover,
html body a:focus {
  color: var(--ek-secondary);
}

html body .pkp_structure_main,
html body .pkp_structure_main:first-child:last-child {
  border-top-color: var(--ek-primary) !important;
}

html body .pkp_structure_main h1,
html body .pkp_structure_main h2,
html body .pkp_structure_main h3,
html body .page_title,
html body .obj_article_summary .title a {
  color: var(--ek-primary) !important;
}

html body .pkp_structure_main h1::after,
html body .page_title::after {
  background: var(--ek-secondary) !important;
}

html body .cmp_button,
html body .cmp_form .buttons button,
html body a.read_more,
html body .block_make_submission a {
  background: var(--ek-secondary) !important;
  border-color: var(--ek-secondary) !important;
}

html body .cmp_button:hover,
html body .cmp_form .buttons button:hover,
html body a.read_more:hover,
html body .block_make_submission a:hover {
  background: var(--ek-primary) !important;
  border-color: var(--ek-primary) !important;
}

@media (max-width: 1180px) {
  html body .pkp_site_name > a,
  html body .pkp_site_name .is_text,
  html body .pkp_site_name a.is_text {
    max-width: calc(100% - 150px) !important;
  }

  html body .pkp_navigation_primary > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 991px) {
  html body .pkp_navigation_user_wrapper {
    top: 8px !important;
    right: 16px !important;
  }

  html body .pkp_site_name {
    padding-top: 44px !important;
  }

  html body .pkp_navigation_primary_wrapper {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 16px !important;
  }

  html body .pkp_navigation_primary {
    max-width: none !important;
    flex-wrap: wrap !important;
  }

  html body .pkp_navigation_search_wrapper {
    display: block !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  html body .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
  }

  html body .pkp_navigation_user,
  html body .pkp_navigation_user.pkp_navigation_user {
    justify-content: flex-end !important;
  }

  html body .pkp_site_name,
  html body .pkp_structure_content,
  html body .pkp_structure_footer {
    width: calc(100% - 24px) !important;
  }

  html body .pkp_site_name {
    padding: 23px 16px 21px 34px !important;
  }

  html body .pkp_site_name > a,
  html body .pkp_site_name .is_text,
  html body .pkp_site_name a.is_text {
    max-width: none !important;
  }
}


/* ======================================================================
   EKOFIS v10 — EXACT SHELL ALIGNMENT + APPEARANCE COLOUR PICKER
   The PHP theme option injects --ek-primary dynamically.
   Secondary accent remains #fe6500.
   ====================================================================== */

:root {
  --ek-on-primary: #ffffff;
}

/* The vertical masthead accent sits on the exact left edge of the body shell. */
html body .pkp_site_name {
  padding-left: 20px !important;
  padding-right: 0 !important;
}

html body .pkp_site_name::after {
  left: 0 !important;
  background: var(--ek-secondary) !important;
}

/* User menu uses the exact right edge of the same 1320px shell. */
html body .pkp_navigation_user_wrapper {
  right: max(24px, calc((100% - var(--ek-shell)) / 2)) !important;
}

html body .pkp_navigation_user > li:last-child > a,
html body .pkp_navigation_user > li:last-child > button {
  padding-right: 0 !important;
}

/* Every primary-colour surface is controlled by Website > Appearance > Colour. */
html body .pkp_navigation_primary_row {
  background: var(--ek-primary) !important;
}

html body .pkp_navigation_primary > li > a,
html body .pkp_navigation_search_wrapper a,
html body .pkp_search a {
  color: var(--ek-on-primary) !important;
}

html body .pkp_navigation_primary > li:first-child > a,
html body .pkp_navigation_primary > li.current > a,
html body .pkp_navigation_search_wrapper a:hover,
html body .pkp_navigation_search_wrapper a:focus,
html body .pkp_search a:hover,
html body .pkp_search a:focus {
  color: #ffffff !important;
}

/* Keep the shell geometry identical at desktop/tablet widths. */
@media (min-width: 992px) {
  html body .pkp_site_name,
  html body .pkp_navigation_primary_wrapper,
  html body .pkp_structure_content,
  html body .pkp_structure_footer {
    width: calc(100% - 48px) !important;
    max-width: var(--ek-shell) !important;
  }
}

@media (max-width: 991px) {
  html body .pkp_site_name {
    padding-left: 20px !important;
    padding-right: 16px !important;
  }

  html body .pkp_site_name::after {
    left: 0 !important;
  }

  html body .pkp_navigation_user_wrapper {
    right: 16px !important;
  }
}

@media (max-width: 767px) {
  html body .pkp_site_name {
    padding-left: 18px !important;
  }

  html body .pkp_navigation_user > li:last-child > a,
  html body .pkp_navigation_user > li:last-child > button {
    padding-right: 0 !important;
  }
}


/* Male PDF, XML i HTML ikonice u opisu broja */
html body .obj_issue_summary .description img.ekofis-format-icon,
html body .obj_issue_toc .description img.ekofis-format-icon,
html body [itemprop="description"] img.ekofis-format-icon,
html body [itemprop="articleBody"] img.ekofis-format-icon,
html body img.ekofis-format-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 4px !important;
    padding: 0 !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

html body .obj_issue_summary .description a.ekofis-format-link,
html body .obj_issue_toc .description a.ekofis-format-link,
html body a.ekofis-format-link {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    vertical-align: middle !important;
}

/* Razmak između lupe i teksta Search */
html body .pkp_navigation_search_wrapper a.pkp_search {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

html body .pkp_navigation_search_wrapper a.pkp_search .fa-search {
    margin: 0 !important;
}


.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 20px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #006798;
  text-decoration: none;
  margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more::after {
  top: 10px;
}