.elementor-7551 .elementor-element.elementor-element-1ca1faf1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7ee1e92f */.ke-blog-wrapper {
  max-width: 900px;
  margin: 40px auto;
  font-size: 17px;
  line-height: 1.75;
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Headings */
.ke-blog-wrapper h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ke-blog-wrapper h2 {
  font-size: 24px;
  margin-top: 55px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e7eb;
}

.ke-blog-wrapper h3 {
  font-size: 19px;
  margin-top: 35px;
  margin-bottom: 12px;
}

.ke-blog-wrapper p {
  margin-bottom: 18px;
}

.ke-blog-wrapper ul,
.ke-blog-wrapper ol {
  margin-left: 22px;
  margin-bottom: 22px;
}

.ke-blog-wrapper li {
  margin-bottom: 10px;
}

/* Error code highlight */
.ke-error-code {
  background: #111827;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 15px;
}

/* Tip box */
.ke-tip-box {
  background: #f9fafb;
  border-left: 4px solid #2563eb;
  padding: 18px 20px;
  margin: 25px 0;
  border-radius: 6px;
}

/* Branded Buy Section */
.ke-buy-section {
  background: #fff8f6;
  border: 1.5px solid #CC2B19;
  padding: 28px 30px;
  margin: 60px 0;
  border-radius: 12px;
}

.ke-buy-section h2 {
  margin-top: 0;
  border: none;
  color: #CC2B19;
}

.ke-buy-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
}

.ke-buy-text {
  font-size: 16px;
}

.ke-buy-button {
  color: #ffffff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

/* Compliance box */
.ke-compliance {
  background: #f3f4f6;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
  font-size: 15px;
}/* End custom CSS */