.elementor-57 .elementor-element.elementor-element-899cd7c{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-57 .elementor-element.elementor-element-94625e8{--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-ab7969a */body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      background: #f4f4f4;
      color: #333;
    }
    section {
      max-width: 1200px;
      margin: auto;
      padding: 2rem 1rem;
    }
    h1 {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 2rem;
      color: #2b2b2b;
    }
    p.intro {
      text-align: center;
      max-width: 800px;
      margin: auto auto 2rem;
      font-size: 1rem;
      color: #555;
    }
    .blog-grid {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .blog-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding-bottom: 1rem;
    }
    .blog-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .blog-card header {
      padding: 1rem;
    }
    .blog-card .date {
      font-size: 0.8rem;
      color: #999;
      display: block;
      margin-bottom: 0.3rem;
    }
    .blog-card h2 {
      margin: 0;
      font-size: 1.2rem;
      color: #e91e63;
    }
    .blog-summary {
      padding: 0 1rem;
      font-size: 0.95rem;
      color: #555;
    }
    details {
      padding: 0 1rem;
      margin-top: 0.5rem;
    }
    summary {
      cursor: pointer;
      color: #e91e63;
      font-weight: bold;
      margin-top: 1rem;
    }
    details[open] summary {
      margin-bottom: 0.5rem;
    }/* End custom CSS */