.lc-custom-html {
    box-sizing: border-box;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 32px;
    font-family: 'YS Text', Arial, sans-serif;
    color: #000000;
    line-height: 1.2;
}

h1 {
    font-family: 'YS Text', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

h2 {
    font-family: 'YS Text', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin: 48px 0 16px 0;
}

h3 {
    font-family: 'YS Text', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 32px 0 16px 0;
}

p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 24px 0;
}

ul, ol {
    padding-left: 24px;
    margin: 0 0 24px 0;
}

li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
    position: relative;
}

li::marker {
    color: #000000;
}

@media (max-width: 979px) {
    .lc-custom-html {
        padding: 80px 32px;
    }
    
    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .lc-custom-html {
        padding: 80px 16px;
    }
    
    h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    h2 {
        font-size: 20px;
        margin: 32px 0 12px 0;
    }
    
    h3 {
        font-size: 18px;
        margin: 24px 0 12px 0;
    }
    
    p {
        font-size: 18px;
    }
    
    ul, ol {
        padding-left: 20px;
    }
    
    li {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    td, th {
        font-size: 16px;
    }
    
    th {
        font-weight: 700;
    }
}

@media (max-width: 359px) {
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 16px;
    }
}

table {
    overflow: auto;
    max-width: 920px;
    width: 100%;
    margin: 0 auto 40px auto;
    border-collapse: collapse;
    border: 1px solid #DEDEDF;
    table-layout: fixed;
}

th, td {
    border: 1px solid #DEDEDF;
    padding: 8px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    width: auto;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

th {
    background-color: #f8f9fa;
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
}

.doc-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #e2e8f0;
}

.doc-table th {
  border: 1px solid #e2e8f0;
  padding: 0.75rem;
  background: #f8fafc;
  font-weight: 600;
  text-align: left;
}

.doc-table td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
}