.pkp_structure_footer_wrapper {
  background: #EEF3F5 !important;
  border-top: 3px solid #1F6A46 !important;
  padding: 28px 0 !important;
}

.pkp_footer_content {
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.pkp_brand_footer {
  display: none !important;
}

.dse-footer {
  width: 100%;
  margin: 0 auto !important;
  background: #F8FBFC !important;
  border: 1px solid #D7E4E8 !important;
  border-radius: 8px;
  padding: 28px 30px;
  box-sizing: border-box;
}

.dse-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  width: 100%;
}

.dse-footer-left {
  flex: 1;
  min-width: 300px;
  max-width: 460px;
}

.dse-footer-right {
  flex: 1;
  min-width: 320px;
  max-width: 760px;
}

.dse-footer-title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #2E6F82 !important;
}

.dse-footer p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #1F2D33;
}

.dse-footer-logo {
  max-height: 78px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-bottom: 12px;
}

.dse-license {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.dse-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.dse-logo-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 64px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-sizing: border-box;
  border: 1px solid #E2ECEF !important;
}

.dse-logo-card img {
  max-width: 130px !important;
  max-height: 42px !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.dse-subsection {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .pkp_footer_content {
    padding: 0 16px !important;
  }

  .dse-footer {
    padding: 22px 20px;
  }

  .dse-footer-inner {
    flex-direction: column;
    gap: 24px;
  }

  .dse-footer-left,
  .dse-footer-right {
    max-width: 100%;
    width: 100%;
  }
}