/* 56b inner pages — Elementor layout without 337KB theme bundle */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#content-wrap.container {
  padding-top: 20px;
  padding-bottom: 48px;
}
.elementor *,
.elementor *::before,
.elementor *::after {
  box-sizing: border-box;
}
.elementor img {
  max-width: 100%;
  height: auto;
  display: block;
}
.e-flex {
  display: flex;
  flex-wrap: wrap;
}
.e-con-boxed {
  width: 100%;
}
.e-con-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
}
.elementor-widget-container {
  margin-bottom: 16px;
}
.elementor-heading-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: #111;
}
.elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
}
.elementor-widget-text-editor {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.elementor-widget-text-editor p {
  margin: 0 0 14px;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin: 0 0 14px;
  padding-left: 1.25rem;
}
.elementor-widget-text-editor a {
  color: #f58428;
  text-decoration: underline;
}
.elementor-widget-image img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  background: #e5e7eb;
}
.elementor-button-wrapper {
  margin: 8px 0;
  display: inline-block;
}
.elementor-button-wrapper + .elementor-button-wrapper {
  margin-left: 8px;
}
.elementor-button-success .elementor-button {
  background: #16a34a;
}
.elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.elementor-button .elementor-button-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.page-header {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.page-header-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin: 0;
  color: #222;
}
.site-breadcrumbs {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.site-breadcrumbs a {
  color: #f58428;
  text-decoration: none;
}
.site-breadcrumbs .breadcrumb-sep {
  margin: 0 6px;
  color: #999;
}
#site-footer,
#footer {
  background: #1f2937;
  color: #e5e7eb;
  margin-top: 32px;
}
#footer a {
  color: #fbbf24;
  text-decoration: none;
}
#footer-bottom-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}
#menu-footer {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
#copyright {
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5e1;
}
#56b-faq {
  background: #f8fafc;
  padding: 32px 0;
}
#56b-faq .56b-faq-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
#56b-soft-article,
#56b-inline-links {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px 24px;
}
@media (max-width: 767px) {
  .e-con-inner {
    padding: 8px 12px;
  }
  .elementor-widget-text-editor {
    font-size: 16px;
    line-height: 1.8;
  }
  .elementor-button-wrapper {
    display: block;
    margin: 8px 0;
  }
  .elementor-button-wrapper + .elementor-button-wrapper {
    margin-left: 0;
  }
  #menu-footer {
    flex-direction: column;
    gap: 10px;
  }
}
