.elementor-204 .elementor-element.elementor-element-7861961{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-feb894a *//* CSP Geeks Plugin Store About Page Styling */
.cspg-about-page {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 14px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
}

.cspg-about-page h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #111;
}

.cspg-about-page h2 {
  margin-top: 35px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.35rem;
  color: #222;
}

.cspg-about-page p {
  margin: 14px 0;
  color: #444;
  line-height: 1.65;
}

.cspg-about-page ul {
  padding-left: 20px;
  margin: 10px 0 18px 0;
}

.cspg-about-page ul li {
  margin-bottom: 7px;
  color: #444;
}

.cspg-about-page hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

.cspg-about-page a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.cspg-about-page a:hover {
  text-decoration: underline;
}

/* Mobile-friendly adjustments */
@media (max-width: 600px) {
  .cspg-about-page {
    padding: 20px 22px;
  }

  .cspg-about-page h1 {
    font-size: 1.6rem;
  }

  .cspg-about-page h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */