.elementor-4176 .elementor-element.elementor-element-00435d9{--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;}/* Start custom CSS for html, class: .elementor-element-75062a9 */<style>
  /* Fixcor Blog Typography Override */
  .fx-simple-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px;
    font-family: inherit;
    line-height: 1.6;
  }

  /* H1 – Main Title */
  .fx-simple-wrap h1 {
    font-size: 1.4rem !important;  /* smaller & uniform */
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
  }

  /* H2 – Section Titles */
  .fx-simple-wrap h2 {
    font-size: 1.1rem !important;  /* reduced safely */
    line-height: 1.35;
    font-weight: 600;
    color: #1a1a1a;
    margin: 20px 0 10px;
  }

  /* Body Text */
  .fx-simple-wrap p, 
  .fx-simple-wrap ul, 
  .fx-simple-wrap details {
    font-size: 0.95rem;
    color: #222;
  }

  .fx-simple-wrap ul { margin: 0 0 10px 20px; }
  .fx-simple-wrap details summary {
    cursor: pointer;
    font-weight: 600;
  }

  /* Table */
  .fx-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    margin: 12px 0;
  }
  .fx-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
    font-size: 0.9rem;
  }
  .fx-table th, .fx-table td {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    text-align: left;
  }
  .fx-table thead th {
    background: #fafafa;
    font-weight: 600;
  }

  @media(max-width:768px){
    .fx-simple-wrap h1 { font-size: 1.2rem !important; }
    .fx-simple-wrap h2 { font-size: 1rem !important; }
  }
</style>/* End custom CSS */