.pkp_site_name_wrapper {
    background: rgb(255 255 255 / 0%);
    height: 200px;
    width: 100%;
}

.pkp_navigation_primary_row {
    background: #095556; 
}
#navigationPrimary a {
    color: #fff;
}
.pkp_navigation_search_wrapper a {
     color: #fff;
}
.pkp_brand_footer {
    padding: 2.143rem;
    display: none;
}
.pkp_block {
        padding: 10px;
    }

/* ==================================================
   FOOTER – 3 COLUMN RESPONSIVE (MDPI STYLE)
================================================== */
.pkp_structure_footer_wrapper {
    background: #0e2950;
    border-top: 5px solid #0fce3c;
    border-bottom: 1.43rem solid #4b7d92;
}

.footer-mdpi {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr;
  gap: 40px;
  padding: 40px 20px;
}

/* Column */
.footer-col {
  font-size: 0.9rem;
  line-height: 1.7;
color: #ffffff;
}

.footer-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Text */
.footer-text {
  margin-bottom: 12px;
}

.footer-license a {
  color: #93c5fd;
  font-weight: 500;
}

/* CC logo */
.cc-logo {
  margin-top: 10px;
  max-width: 150px;
}

/* Links */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cbd5f5;
  transition: color .2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Icons */
.footer-icons .icon-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.footer-icons img {
  height: 36px;
  width: auto;
  filter: grayscale(100%);
  opacity: .85;
  transition: all .25s ease;
}

.footer-icons img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 992px) {
  .footer-mdpi {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-mdpi {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-icons .icon-row {
    justify-content: center;
  }
}
