.numbered-section {
    margin-bottom: 13px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--color-2);
}

.numbered-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.number-circle,
.style-2 .step-label {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color-7);
}

.numbered-section .numbered-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-9);
}

.custom-block.numbered-section + .wp-block-image {
    margin-top: -37px;
}

.bullet-section {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-2);
}

.bullet-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.bullet-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--color-7);
}

.bullet-title {
    margin: 0;
    font-weight: 600;
}


.step-section {
    border-bottom: 1px solid var(--color-2);
}

.style-1 .step-section {
    margin-bottom: 37px;
    padding-bottom: 11px;
}

.style-2 .step-section {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.style-1 .step-label {
    display: block;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-9);
}

.style-2 .step-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 9px;
}

.style-2 .step-label span {
    display: none;
}

.entry-content .step-section .step-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.entry-content .style-1 .step-section  .step-title {
    margin: 0 0 9px 0;
    font-size: 18px;
    font-weight: 700;
}

