.pkp_brand_footer { display: none; }

/* Homepage header background blur - keep logo/menu sharp */
.pkp_structure_head {
  position: relative;
  background-image: none !important;
}
.pkp_structure_head::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-image: url("https://scholarcave.com/public/journals/1/homepageImage_en.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(12px);
  clip-path: inset(10px);
  z-index: 0;
}
.pkp_structure_head > .pkp_head_wrapper,
.pkp_structure_head > .cmp_skip_to_content {
  position: relative;
  z-index: 1;
}

/* Logo emphasis */
.pkp_site_name img {
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.75)) drop-shadow(0 0 28px rgba(0,0,0,0.5));
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* Article listing card design */
.obj_article_summary {
  background: #ffffff;
  border: 1px solid #e5e9ec;
  border-left: 4px solid #0f4c4c;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-left-color 0.2s ease;
}
.obj_article_summary:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  border-left-color: #f4b942;
}
.obj_article_summary .title a {
  font-weight: 700;
  color: #0a3d3d;
}

/* Sidebar card styling */
.pkp_block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Footer recolor: solid teal #008B8B, gold-amber top border, FULL WIDTH */
.pkp_structure_footer_wrapper {
  background: #008B8B !important;
}
.pkp_structure_footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.pkp_footer_content {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.pkp_footer_content footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  border-top-color: #FFD54F !important;
}
.pkp_footer_content footer > div:first-child {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 40px 60px 20px 60px !important;
  box-sizing: border-box !important;
}
.pkp_footer_content footer > div:last-child {
  width: 100% !important;
}
.pkp_footer_content footer > div:last-child > div {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 60px !important;
  box-sizing: border-box !important;
}

/* Footer text visibility improvements */
.pkp_footer_content footer > div:first-child > div:first-child > p {
  color: #eafff5 !important;
  opacity: 1 !important;
}
.pkp_footer_content footer > div:last-child > div > p:first-child {
  color: #eafff5 !important;
  opacity: 1 !important;
}
.pkp_footer_content footer table {
  color: #ffffff !important;
}
.pkp_footer_content footer a {
  color: #ffffff !important;
}
.pkp_footer_content footer a:hover {
  color: #FFD54F !important;
  text-decoration: underline !important;
}

/* Social icons redesign - circular badges with hover glow */
.pkp_footer_content footer > div:last-child > div > div:nth-child(3) {
  display: flex !important;
  gap: 12px !important;
}
.pkp_footer_content footer > div:last-child > div > div:nth-child(3) a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255,255,255,0.95) !important;
  border: 2px solid rgba(255,213,79,0.6) !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.pkp_footer_content footer > div:last-child > div > div:nth-child(3) a:hover {
  background: #ffffff !important;
  border-color: #FFD54F !important;
  transform: translateY(-4px) scale(1.12) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.35) !important;
}
.pkp_footer_content footer > div:last-child > div > div:nth-child(3) a img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  margin: 0 !important;
}

/* Footer table label contrast fix - make labels bright white too */
.pkp_footer_content footer td {
  color: #ffffff !important;
}
