.infographic-797a7590-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a202c;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.infographic-797a7590-header {
    background-color: #005f73;
    color: #ffffff;
    padding: 35px 30px;
    text-align: center;
}

.infographic-797a7590-header h2 {
    color: #ffffff;
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
}

.policy-bar-797a7590 {
    background-color: #f7fafc;
    padding: 18px 30px;
    border-bottom: 1.5px solid #edf2f7;
    text-align: center;
    font-size: 14px;
}

.policy-bar-797a7590 p {
    margin: 4px 0;
}

.policy-bar-797a7590 a {
    color: #005f73;
    text-decoration: underline;
    font-weight: bold;
}

.intro-box-797a7590 {
    display: flex;
    align-items: center;
    background: #ebf8ff;
    margin: 30px;
    padding: 15px 25px;
    border-radius: 8px;
    gap: 15px;
    font-size: 15px;
    border: 1.5px solid #3182ce;
    box-shadow: 0 4px 10px rgba(49, 130, 206, 0.05);
}

.intro-icon-797a7590 {
    font-size: 24px;
}

.flowchart-797a7590-flow {
    padding: 0 30px 30px 30px;
}

.flow-step-797a7590 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-icon-wrapper-797a7590 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff !important;
    border: 1.5px solid #005f73;
    color: #005f73;
    font-size: 26px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.step-icon-wrapper-797a7590.step-2 {
    border-color: #2b9348;
    color: #2b9348;
}

.step-main-card-797a7590 {
    flex: 1;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    position: relative;
}

.step-circle-797a7590 {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #005f73;
    color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.flow-step-797a7590:nth-of-type(2) .step-circle-797a7590 {
    background-color: #2b9348;
}

.step-content-797a7590 h3 {
    margin: 5px 0 10px 0;
    color: #005f73;
    font-size: 18px;
    font-weight: 700;
}

.step-content-797a7590 p {
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 14px;
}

.step-rich-editor-797a7590 ul, .support-rich-editor-797a7590 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.step-rich-editor-797a7590 li, .support-rich-editor-797a7590 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
}

.step-main-card-797a7590 ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2b9348;
    font-weight: bold;
}

.flow-step-797a7590:not(:nth-of-type(2)) .step-main-card-797a7590 ul li::before {
    content: "•";
    color: #005f73;
    font-size: 18px;
    line-height: 1;
}

.notice-info-797a7590 {
    color: #4a5568;
    font-style: italic;
    font-weight: 500;
}

.flex-layout-797a7590 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.flex-grow-1-797a7590 {
    flex: 1;
    min-width: 280px;
}

.sidebar-box-797a7590 {
    flex: 0 0 280px;
    border-radius: 8px;
    padding: 20px;
    font-size: 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.sidebar-box-797a7590 h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #2d3748;
    font-weight: 700;
}

.sidebar-rich-editor-797a7590 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-rich-editor-797a7590 li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.info-blue-797a7590 { background-color: #f7fafc; border: 1.5px solid #319795; }
.info-light-blue-797a7590 { background-color: #f7fafc; border: 1.5px solid #3182ce; }
.info-purple-797a7590 { background-color: #faf5ff; border: 1.5px solid #805ad5; }

.flow-arrow-797a7590 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0 15px 60px;
    color: #cbd5e0;
}

.decision-section-797a7590 {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 80px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.decision-bar-797a7590 {
    background-color: #005f73;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    padding: 12px;
    letter-spacing: 1.5px;
    font-size: 14px;
}

.decision-connector-branch-797a7590 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    height: 35px;
    margin-top: 0;
}

.connector-col-797a7590 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.connector-col-797a7590 .vertical-arrow-797a7590 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}

.connector-col-797a7590.green-branch .vertical-arrow-797a7590 { color: #2b9348; }
.connector-col-797a7590.orange-branch .vertical-arrow-797a7590 { color: #e85d04; }
.connector-col-797a7590.red-branch .vertical-arrow-797a7590 { color: #d00000; }

.green-branch .horizontal-line-797a7590 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background-color: #2b9348;
}

.orange-branch .horizontal-line-797a7590 {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 12px;
    background-color: #005f73;
}

.red-branch .horizontal-line-797a7590 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #d00000;
}

.green-branch::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 12px;
    background-color: #2b9348;
}

.orange-branch::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 12px;
    background-color: #e85d04;
}

.red-branch::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 12px;
    background-color: #d00000;
}

.decision-grid-797a7590 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    padding: 20px;
}

.decision-card-797a7590 {
    border: 1.5px solid #e2e8f0;
    border-top: 5px solid #ccc;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.decision-card-797a7590.green { border-top-color: #2b9348; border-color: #2b9348; }
.decision-card-797a7590.orange { border-top-color: #e85d04; border-color: #e85d04; }
.decision-card-797a7590.red { border-top-color: #d00000; border-color: #d00000; }

.decision-card-797a7590 h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
}

.decision-card-797a7590 p {
    font-size: 13px;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.badge-green-797a7590 {
    display: inline-block;
    background-color: #2b9348;
    color: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.examples-797a7590 {
    font-size: 12px !important;
    background: #f7fafc;
    padding: 10px;
    border-radius: 4px;
    border-left: 2px solid #e85d04;
}

.separate-boxes-grid-797a7590 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 30px;
    margin-top: 40px;
}

.separate-important-797a7590 {
    background-color: #fdfaf2;
    border: 1.5px solid #fbdba6;
    border-left: 5px solid #e28743;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.separate-important-797a7590 h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #b05c1d;
    font-weight: 800;
}

.separate-important-797a7590 p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #4a5568;
}

.separate-support-797a7590 {
    background-color: #f0fbfc;
    border: 1.5px solid #bfebee;
    border-left: 5px solid #005f73;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.separate-support-797a7590 h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #005f73;
    font-weight: 800;
}

.separate-support-797a7590 p {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #4a5568;
}

.support-rich-editor-797a7590 li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    margin-bottom: 6px;
}

.support-rich-editor-797a7590 li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #005f73;
    font-weight: bold;
}

@media (max-width: 768px) {
    .flowchart-797a7590-flow {
        padding: 0 15px 15px 15px;
    }
    .flow-step-797a7590 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .step-icon-wrapper-797a7590 {
        margin-bottom: 10px;
    }
    .step-circle-797a7590 {
        left: 50%;
        transform: translateX(-50%);
    }
    .sidebar-box-797a7590 {
        flex: 1 1 auto;
        width: 100%;
    }
    .flow-arrow-797a7590 {
        margin: 15px 0;
    }
    .decision-section-797a7590 {
        margin-left: 0;
    }
    .separate-boxes-grid-797a7590 {
        padding: 0 15px 15px 15px;
    }
    .decision-connector-branch-797a7590 {
        display: none;
    }
}
