
    .aicc_wrapper {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #333;
        line-height: 1.6;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }
    .aicc_wrapper strong {
        color: #D70404;
    }
    .aicc_intro {
        font-size: 18px;
        color: #555;
        margin-bottom: 30px;
        padding-left: 20px;
        border-left: 4px solid #D70404;
    }
    .aicc_section_title {
        font-size: 24px;
        font-weight: 800;
        color: #D70404;
        margin: 40px 0 20px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }
    .aicc_section_title::before {
        content: "★";
        margin-right: 12px;
        font-size: 28px;
    }
    .aicc_highlight_box {
        background: #fdf2f2;
        border: 1px solid #ffcccc;
        padding: 25px;
        border-radius: 8px;
        margin: 25px 0;
        box-shadow: 0 4px 10px rgba(215, 4, 4, 0.1);
    }
    .aicc_list {
        list-style: none;
        padding: 0;
    }
    .aicc_list li {
        margin-bottom: 20px;
        padding-left: 30px;
        position: relative;
    }
    .aicc_list li::before {
        content: "➤";
        position: absolute;
        left: 0;
        color: #D70404;
        font-weight: bold;
    }
    .aicc_table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        border: 2px solid #D70404;
    }
    .aicc_table td {
        padding: 12px 15px;
        border: 1px solid #eee;
    }
    .aicc_table tr:nth-child(odd) {
        background: #f9f9f9;
    }
    .aicc_table tr td:first-child {
        font-weight: 700;
        color: #D70404;
        width: 40%;
    }
    @media (max-width: 600px) {
        .aicc_section_title { font-size: 20px; }
        .aicc_table td { font-size: 14px; }
    }
