.elementor-32680 .elementor-element.elementor-element-aefdc23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-a1cdef5 *//* ============================================
   ComplyStrong — Lean Six Sigma Blog Post
   Prefix: .cs-
   Compatible: Elementor / WordPress
   Font: Arial
   Brand: #2C5CFC (blue) / #00C046 (green)
============================================ */

/* Base */
.cs-post-title {
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 0 0 1.5rem 0;
}

.cs-lead-stat {
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #1a1a2e;
  background: #EBF0FF;
  border-left: 4px solid #2C5CFC;
  padding: 1rem 1.25rem;
  margin: 0 0 1.25rem 0;
  border-radius: 0 6px 6px 0;
}

.cs-lead-stat strong {
  color: #1E4ED8;
}

.cs-intro {
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333333;
  margin: 0 0 1.5rem 0;
}

.cs-p {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 1rem 0;
}

/* Headings */
.cs-h2 {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #2C5CFC;
}

.cs-h3 {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1E4ED8;
  margin: 0 0 0.6rem 0;
}

/* Divider */
.cs-divider {
  border: none;
  border-top: 1px solid #e8ecf0;
  margin: 2rem 0;
}

/* Failure blocks */
.cs-failure-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.5rem 0;
}

.cs-failure-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 1.25rem;
  transition: box-shadow 0.2s ease;
}

.cs-failure-item:hover {
  box-shadow: 0 2px 12px rgba(44, 92, 252, 0.08);
}

.cs-failure-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #2C5CFC;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-failure-content {
  flex: 1;
}

.cs-failure-content .cs-p:last-child {
  margin-bottom: 0;
}

/* Checklist */
.cs-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cs-checklist li {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  padding-left: 1.75rem;
  position: relative;
}

.cs-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  background: #00C046;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-checklist li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.52em;
  width: 8px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/* Belt grid */
.cs-belt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

.cs-belt-card {
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid transparent;
}

.cs-belt-card .cs-belt-label {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.cs-belt-card .cs-belt-desc {
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.cs-belt-white {
  background: #f8f9fa;
  border-color: #dee2e6;
}

.cs-belt-white .cs-belt-label {
  color: #495057;
}

.cs-belt-white .cs-belt-desc {
  color: #555555;
}

.cs-belt-yellow {
  background: #fffbeb;
  border-color: #fcd34d;
}

.cs-belt-yellow .cs-belt-label {
  color: #92400e;
}

.cs-belt-yellow .cs-belt-desc {
  color: #555555;
}

.cs-belt-green {
  background: #f0fdf4;
  border-color: #86efac;
}

.cs-belt-green .cs-belt-label {
  color: #166534;
}

.cs-belt-green .cs-belt-desc {
  color: #555555;
}

.cs-belt-black {
  background: #1a1a2e;
  border-color: #1a1a2e;
}

.cs-belt-black .cs-belt-label {
  color: #ffffff;
}

.cs-belt-black .cs-belt-desc {
  color: #cccccc;
}

/* Callout */
.cs-callout {
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1a1a2e;
  background: #f0fdf4;
  border-left: 4px solid #00C046;
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  border-radius: 0 6px 6px 0;
}

.cs-callout strong {
  color: #166534;
}

/* CTA block */
.cs-cta-block {
  background: linear-gradient(135deg, #2C5CFC 0%, #1E4ED8 100%);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  margin: 1.75rem 0;
}

.cs-cta-text {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1.25rem 0;
}

.cs-cta-button {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1E4ED8;
  background: #ffffff;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.cs-cta-button:hover {
  background: #EBF0FF;
  transform: translateY(-1px);
  text-decoration: none;
  color: #1E4ED8;
}

/* FAQ */
.cs-faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 1.25rem 0;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  overflow: hidden;
}

.cs-faq-item {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e8ecf0;
}

.cs-faq-item:last-child {
  border-bottom: none;
}

.cs-faq-q {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.cs-faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  background: #2C5CFC;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  text-align: center;
}

.cs-faq-a {
  font-family: Arial, sans-serif;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #444444;
  margin: 0;
  padding-left: 1.5rem;
}

/* Sources */
.cs-sources-label {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem 0;
}

.cs-sources {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-sources li {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #888888;
  margin-bottom: 0.3rem;
}

.cs-sources a {
  color: #2C5CFC;
  text-decoration: none;
}

.cs-sources a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .cs-post-title {
    font-size: 1.5rem;
  }

  .cs-h2 {
    font-size: 1.25rem;
  }

  .cs-belt-grid {
    grid-template-columns: 1fr;
  }

  .cs-failure-item {
    flex-direction: column;
    gap: 0.75rem;
  }

  .cs-failure-number {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .cs-cta-block {
    padding: 1.5rem 1rem;
  }
}/* End custom CSS */