/* Start custom CSS for text-editor, class: .elementor-element-c72c57e */.a11y-content{
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 24px;
    color: #2d495f;
    line-height: 1.75;
    font-size: 15px;
  }

  .a11y-header{
    background: #f6ebd9;
    border: 1px solid #e3dccf;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 24px;
  }

  .a11y-title{
    margin: 0 0 8px 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #2d495f;
  }

  .a11y-intro{
    margin: 0;
    color: #65768b;
    font-size: 14px;
  }

  .a11y-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
  }

  .a11y-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e3dccf;
    font-size: 13px;
    color: #2d495f;
  }

  .a11y-dot{
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #f59d19;
    display: inline-block;
  }

  .a11y-content h2{
    margin-top: 44px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 800;
    color: #2d495f;
    position: relative;
    padding-left: 14px;
  }
  .a11y-content h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: #f59d19;
    border-radius: 2px;
  }

  .a11y-content h3{
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2d495f;
  }

  .a11y-content p{ margin: 0 0 14px 0; }
  .a11y-muted{ color: #65768b; font-size: 14px; }

  .a11y-content a{
    color: #f59d19;
    text-decoration: underline;
  }
  .a11y-content a:hover{
    color: #2d495f;
    text-decoration: none;
  }

  .a11y-box{
    background: #f6ebd9;
    border-left: 4px solid #f59d19;
    padding: 14px 16px;
    border-radius: 6px;
    margin: 18px 0 22px;
  }

  .a11y-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 18px 0;
  }
  .a11y-card{
    border: 1px solid #e3dccf;
    border-radius: 8px;
    padding: 14px 16px;
    background: #fff;
  }
  .a11y-card h4{
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 800;
    color: #2d495f;
  }
  .a11y-card p{ margin: 0; }

  .a11y-content ul{
    margin: 10px 0 16px 20px;
    padding: 0;
  }
  .a11y-content li{ margin: 6px 0; }
  .a11y-content li::marker{ color: #f59d19; }

  .a11y-list-compact li{ margin: 4px 0; }

  .a11y-table{
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px;
    background: #fff;
    border: 1px solid #e3dccf;
    border-radius: 8px;
    overflow: hidden;
  }
  .a11y-table th, .a11y-table td{
    padding: 10px 12px;
    border-bottom: 1px solid #eee6db;
    vertical-align: top;
    text-align: left;
  }
  .a11y-table th{
    background: #f6ebd9;
    color: #2d495f;
    font-weight: 800;
    font-size: 13px;
  }
  .a11y-table td{ font-size: 14px; color: #2d495f; }

  .a11y-kpi{
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin: 8px 0 0;
    flex-wrap: wrap;
  }
  .a11y-kpi strong{
    font-size: 22px;
    color: #2d495f;
  }
  .a11y-kpi span{
    color: #65768b;
    font-size: 14px;
  }

  .a11y-sep{
    border: 0;
    border-top: 1px solid #e3dccf;
    margin: 34px 0;
  }

  @media (max-width: 900px){
    .a11y-grid{ grid-template-columns: 1fr; }
  }

  @media (max-width: 768px){
    .a11y-content{ padding: 24px 16px; font-size: 14px; }
    .a11y-title{ font-size: 22px; }
  }/* End custom CSS */