#post-content-article-html .container-list-01 {
    margin: 0 auto;
}

#post-content-article-html .container-list-01 h2{
    margin-bottom: 20px;
    color: #222;
    font-weight: 500;
    font-size: 18px ;
    border-bottom: 1px solid #eee ;
    padding-bottom: 10px;
}

#post-content-article-html .container-list-01 span.list-item {
    line-height: 1.5;
    word-spacing: 0.8rem;
}

#post-content-article-html .container-list-01 .styles-grid {
    display: grid;
    gap: 30px;
}

#post-content-article-html .container-list-01 .style-container {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

#post-content-article-html .container-list-01 h2 {
    margin-bottom: 20px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Base list style */
#post-content-article-html .container-list-01 .list-style {
    list-style: none;
    counter-reset: item;
    padding: 0px;
}

#post-content-article-html .container-list-01 .list-style li {
    counter-increment: item;
    margin-bottom: 10px;
    border-radius: 7px;
}

#post-content-article-html .container-list-01 .list-style li:last-child {
    margin-bottom: 0;
}

#post-content-article-html .container-list-01 .list-item {
    color: #333;
    font-weight: 400;
}

/* Style 1: Original Shadow Cards */
#post-content-article-html .list-style-1 li {
    background: #fff;
    padding: 14px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    align-items: center;
    transition: box-shadow 0.15s ease;
}

#post-content-article-html .list-style-1 li::before {
    content: counter(item);
    font-weight: 500;
    color: #333;
    background: #f2f2f2;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 13px;
}

#post-content-article-html .list-style-1 li:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

/* Style 5: Flat Monochrome */
#post-content-article-html .list-style-5 li {
    background: #f5f5f5;
    padding: 14px 16px;
    position: relative;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease;
}

#post-content-article-html .list-style-5 li::before {
    content: counter(item);
    font-weight: 500;
    color: #333;
    background: #e5e5e5;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 13px;
}

#post-content-article-html .list-style-5 li:hover {
    background: #eee;
}

/* Style 6: Bordered Number */
#post-content-article-html .list-style-6 li {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    align-items: center;
}

#post-content-article-html .list-style-6 li::before {
    content: counter(item);
    font-weight: 500;
    color: #333;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    border: 1px solid #333;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 13px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

#post-content-article-html .list-style-6 li:hover::before {
    background: #333;
    color: #fff;
}

/* Style 7: Subtle Background */
#post-content-article-html .list-style-7 li {
    background: #fff;
    padding: 14px;
    border: 1px solid #eee;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
}

#post-content-article-html .list-style-7 li::before {
    content: "0" counter(item);
    font-weight: 500;
    color: #555;
    width: 32px;
    margin-right: 12px;
    font-size: 14px;
    font-family: monospace;
}

/* Reset h2 styles */
#post-content-article-html .container-list-01 h2 {
    all: unset;
    display: block; /* Restore block display since all: unset makes it inline */
    margin-bottom: 20px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
