
.esc-container {
    max-width: 900px;
    margin: 48px auto;
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 10px;
    color: #23361f;
    line-height: 1.6;
    font-size: 1rem;
}

.esc-intro {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.esc-components {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.esc-components ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}

.esc-components li {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.esc-components li::before {
    content: "•";
    color: #d35400;
    position: absolute;
    left: 0.75rem;
    font-weight: bold;
}

.esc-components strong {
    color: #264822;
    display: block;
    margin-bottom: 0.5rem;
}

.esc-components em {
    color: #718096;
}

.esc-section {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.esc-section h2 {
    color: #264822;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.esc-section p {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.esc-tips {
    list-style-type: none;
    padding-left: 0;
}

.esc-tips li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #4a5568;
}

.esc-tips li::before {
    content: "•";
    color: #d35400;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.esc-insurance-help {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #eaf4e5;
    border-radius: 8px;
    border: 1px solid #264822;
}

.esc-insurance-help a {
    color: #d35400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.esc-insurance-help a:hover {
    color: #a04000;
    text-decoration: underline;
}