@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
html, body, body[class$="-page"], body[class*="-page"] {
  background: #ffffff !important;
  color: #2c2416 !important;
  font-family: "Poppins", Georgia, sans-serif !important;
}
body[class$="-page"], body[class*="-page"] { min-height: 100vh; display: flex; flex-direction: column; }
.dg-site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eadfc8;
}
.dg-site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  padding: 0.9rem 1.4rem;
  flex-wrap: wrap;
}
.dg-site-logo { display: inline-flex; align-items: center; text-decoration: none; color: #2663ec; font-weight: 700; font-size: 1.15rem; }
.dg-site-logo img { height: 42px; width: auto; display: block; }
.dg-site-nav { display: flex !important; flex-wrap: wrap !important; gap: 0.7rem 1.15rem !important; align-items: center; }
.dg-site-nav a { color: #2c2416 !important; text-decoration: none; font-weight: 500; margin-right: 1rem; }
.dg-site-nav a:hover { color: #2663ec; }
.dg-site-footer { margin-top: auto; background: #ffffff; border-top: 1px solid #eadfc8; }
.dg-site-footer-inner { max-width: 1100px; margin: 0 auto; padding: 1.4rem; display: flex; gap: 1rem; align-items: center; }
.dg-site-footer img { height: 56px; width: auto; }
.dg-site-footer-copy { color: #6b5e4a; font-size: 0.92rem; line-height: 1.5; }
.dg-site-footer-copy a { color: #2663ec; }
[class$="-main"], [class*="-main"] {
  width: 100%;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 1.4rem 1.3rem 2.2rem !important;
  color: #2c2416 !important;
  background: transparent !important;
  flex: 1;
}
[class$="-main"] h1, [class$="-main"] h2, [class$="-main"] h3,
[class*="-main"] h1, [class*="-main"] h2, [class*="-main"] h3 { color: #1a2370; }
[class$="-main"] a, [class*="-main"] a { color: #2663ec; }
[class$="-breadcrumb"], [class*="-breadcrumb"] { color: #6b5e4a; font-size: 0.9rem; }
[class$="-related"] a, [class*="-related"] a { color: #2663ec; }
.dropgen-inherited-chrome, .dropgen-inherited-header, .dropgen-inherited-footer { display: none !important; }
.search_wrapper, .header_placeholder, .responsive-menu-toggle { display: none !important; }
