.full-width-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}



/* General Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13.5px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

/* Layout Wrapper */
.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* Branding */
.pkp_site_name,
.pkp_site_name_wrapper {
  width: 100%;
  text-align: center;
  padding: 0 !important;
}

.pkp_site_name .is_img img {
  max-height: 200px;
}

/* Navigation */
.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper {
  background-color: #2596be;
  text-align: left;
  padding-left: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#navigationPrimary a {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

#navigationPrimary ul {
  background-color: #7eccd4;
}

#navigationPrimary [aria-expanded="true"]:before {
  border-bottom-color: #ff7f50;
}

/* Sidebar */
.pkp_structure_sidebar {
  background-color: #ffffff !important;
  padding: 10px;
  color: #000000;
}

.pkp_structure_sidebar * {
  background-color: #ffffff !important;
  color: inherit !important;
}

/* Compact Table Style */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  background-color: #ffffff;
  color: #000000;
}

.hoverTable th {
  height: 22px;
  background: #e1ecf4;
  color: #000000;
  padding: 3px 5px;
}

.hoverTable td {
  height: 20px;
  padding: 2px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.hoverTable td a {
  display: block;
  padding: 2px 0;
  width: 100%;
}

.hoverTable tr {
  background: #f28066;
  color: #ffffff;
}

.hoverTable tr:hover {
  background-color: #ffe4b5;
  color: #000000;
}

.hoverTable a {
  color: #ffffff;
  text-decoration: none;
}

.hoverTable a:hover {
  color: #111111;
}

/* Compact Article and Block Styling */
.pkp_block {
  font-size: 13px;
  line-height: 18px;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  box-shadow: none;
}

.pkp_block .title {
  font-weight: 600;
  font-size: 13.5px;
  border-bottom: 2px solid #cc0001;
  padding-bottom: 4px;
}

.obj_article_summary {
  font-size: 12.5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff7f50;
}

.obj_article_summary > .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.obj_article_details .abstract {
  font-size: 13px;
  text-align: justify;
  padding: 5px 0;
}

/* Buttons */
.pkp_block.block_make_submission a {
  padding: 8px 16px;
  font-size: 13.5px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}

.pkp_block.block_make_submission a:hover {
  background: #f0f0f0;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Footer */
.pkp_footer_content {
  width: 100%;
  padding: 10px 0;
  clear: both;
}

.pkp_brand_footer {
  display: none !important;
  height: 0;
  visibility: hidden;
}

.pkp_structure_footer_wrapper {
  background: #e8ebef;
  border-top: 1px solid #201e1f;
}

/* Typography and Headers */
.pkp_structure_main h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pkp_page_index .current_issue h2,
.obj_article_details .main_entry .label,
.obj_issue_toc .section h2,
.pkp_block .title {
  font-weight: 700;
  border-bottom: 2px solid #cc0001;
  padding-bottom: 4px;
  font-size: 13.5px;
  color: #444;
}

/* Links */
a {
  color: #b23000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #111111;
}

a:visited {
  color: #6f42c1;
}

/* Breadcrumbs */
.cmp_breadcrumbs {
  text-transform: capitalize;
}

/* Galley Link */
.obj_galley_link {
  font-weight: 700;
  text-transform: uppercase;
  background: #4d72b8;
  color: #ffffff;
  border: none;
  padding: 4px 8px;
  font-size: 12px;
}
