/* ============ LIST Layout ============ */
.bcmm-list-layout {
    list-style: disc;
    margin-left: 20px;
    padding-left: 10px;
}

.bcmm-list-child {
    list-style: circle;
    margin-left: 25px;
    padding-top: 5px;
}

.bcmm-list-layout li {
    margin-bottom: 5px;
}

.bcmm-list-layout a {
    text-decoration: none;
    font-weight: normal;
}

.bcmm-list-layout .bcmm-level-0 > a {
    font-weight: bold;
}

/* ============ GRID Layout ============ */
.bcmm-wrapper {
    width: 100%;
    padding: 24px 32px;
    background: #ffffff;
}

.bcmm-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: flex-start;
}

.bcmm-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bcmm-column li {
    margin: 0 0 8px 0;
}

.bcmm-column > ul > li.bcmm-level-1 > a {
    font-size: 15px;
    font-weight: bold;
    color: #111;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

.bcmm-column > ul > li.bcmm-level-1 > a:hover {
    color: #000;
    text-decoration: underline;
}

.bcmm-grid-sublist {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    border-left: 2px solid #f0f0f0;
    padding-left: 12px;
}

.bcmm-grid-sublist li {
    margin-bottom: 6px;
}

.bcmm-grid-sublist a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.bcmm-grid-sublist a:hover {
    text-decoration: underline;
}

.bcmm-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
