.ef-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #173f35;
  background: #eef7f2;
  cursor: pointer;
}

.ef-mobile-toggle svg { width: 24px; height: 24px; fill: currentColor; }

.ef-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.1rem;
  margin: .65rem 0 1.1rem;
  color: #52645e;
  font-size: .92rem;
}

.ef-article-meta a { color: #136e42; font-weight: 700; }

.ef-answer-summary {
  margin: 0 0 1.6rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid #148653;
  border-radius: 8px;
  background: #f0f9f4;
  color: #183d31;
}

.ef-answer-summary strong { display: block; margin-bottom: .3rem; color: #0d5c38; }
.ef-answer-summary p { margin: 0; }

.ef-media-unavailable {
  display: block;
  margin: 1rem 0;
  padding: .8rem 1rem;
  border: 1px solid #d7dfdc;
  border-radius: 8px;
  background: #f7f9f8;
  color: #5b6964;
  font-size: .9rem;
}

.ef-landing-footer {
  margin-top: 48px;
  padding: 46px 24px 22px;
  background: #123d33;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.ef-landing-footer .ef-footer-inner { max-width: 1180px; margin: 0 auto; }
.ef-landing-footer .ef-footer-main { display: grid; grid-template-columns: 1.1fr 2fr; gap: 36px; align-items: start; }
.ef-landing-footer .ef-footer-logo { width: 180px; max-width: 100%; height: auto; }
.ef-landing-footer .ef-footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.ef-landing-footer a { color: #fff; text-decoration: none; }
.ef-landing-footer a:hover { text-decoration: underline; }
.ef-landing-footer .ef-footer-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; color: #d8e7e1; font-size: .9rem; }
.ef-landing-footer .ef-footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: #d8e7e1; font-size: .85rem; }

@media (max-width: 900px) {
  .ef-mobile-toggle { display: inline-flex; }
  .ef-blog-header-v4 .ef-main-nav { display: none !important; position: absolute !important; top: 76px; left: 16px; right: 16px; padding: 16px !important; border: 1px solid #dfe7e4; border-radius: 12px; background: #fff; box-shadow: 0 14px 32px rgba(15,23,42,.14); }
  .ef-blog-header-v4 .ef-main-nav.is-open { display: flex !important; flex-direction: column; align-items: stretch; }
  .ef-blog-header-v4 .ef-main-nav a { display: block; padding: 10px 8px; }
  .ef-landing-footer .ef-footer-main { grid-template-columns: 1fr; }
}
