/* GLOBAL */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: tahoma, geneva, sans-serif;
}

/* HEADER */
#headerNavigationContainer {
  height: auto;
  min-height: 80px;
}

.pkp_site_name_wrapper {
  padding: 0;
}

.pkp_site_name_wrapper a.is_img img {
  max-height: 120px;
  width: auto;
}

/* PAGE */
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

/* ARTICLE */
.obj_article_details .abstract {
  text-align: justify;
}

/* CUSTOM BLOCK */
.pkp_block_custom {
  text-align: center;
}

.pkp_block_custom img {
  width: 50px !important;
  height: auto !important;
}

/* FOOTER */
.pkp_structure_footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8ebef;
  padding: 20px;
}

.pkp_footer_content {
  width: 60%;
}

.pkp_brand_footer {
  width: 30%;
}

/* UI ENHANCEMENT */
.pkp_block {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
