.pkp_block .title {
  color: #1e6292;
  background: #c9d9ee;
}

.pkp_block.block_browse a:before {
  color: #145b8e;
}

.pkp_head_wrapper {
    background: #b0c4de
}

.site-footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f9fafb;
  background-color: #696f74;
}

.footer-main {
  padding: 40px 40px;
  width: 100%;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-column {
  min-width: 0;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.5rem;
}

.footer-links a {
  font-size: 0.875rem;
  color: #e5e7eb;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-middle-inner {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.footer-middle-col {
  font-size: 0.875rem;
}

.footer-subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer-bottom {
  padding: 20px 40px 30px;
  background-color: #545a5f;
  width: 100%;
}

.footer-bottom-inner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #e5e7eb;
  font-size: 0.75rem;
}

.copy-right a {
  color: #e5e7eb;
  text-decoration: underline;
}

.theme-credit {
  font-size: 0.75rem;
  opacity: 0.9;
}

.theme-credit a {
  color: #e5e7eb;
  text-decoration: none;
}

.theme-credit a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-middle-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cookie-section {
  width: 100%;
  background-color: #B0C4DE;
  padding: 40px 40px;
}

.cookie-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}

.cookie-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.cookie-icon {
  width: 20px;
  margin-top: 4px;
}

.cookie-divider {
  height: 1px;
  background-color: #ffffff;
  margin: 10px 0;
}

.social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.social-title {
  font-size: 16px;
  text-align: left;
  width: 100%;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-img {
  width: 24px;
  filter: drop-shadow(1px 4px 5.9px rgba(0, 0, 0, 0.25));
}

.social-text {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 640px) {
  .social-wrapper {
    align-items: flex-start;
  }

  .social-icons {
    justify-content: flex-start;
  }
}

.pkp_structure_footer {
  width: 100%;
}

.social-text {
    color: white;
}

@media (min-width: 992px) and (min-width: 992px) {
    .pkp_navigation_primary {
        max-width: 100%;
    }
}

.cmp_monographs_list>.title {
        color: #2e6ea1;
}