.goniometer-buying-guide-decision-workflow-section {
    border-top: 1px solid #E4E7EC !important;
    border-bottom: 1px solid #E4E7EC !important;
}

.goniometer-buying-guide-decision-workflow {
    width: 100% !important;
}

.goniometer-buying-guide-decision-workflow__frame {
    width: 100% !important;
}

.goniometer-buying-guide-decision-workflow__left {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 48px !important;
    width: 100% !important;
    min-width: 0 !important;
}

.goniometer-buying-guide-decision-workflow__heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212a !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
}

.goniometer-buying-guide-decision-workflow__list {
    counter-reset: decision-workflow-step !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 24px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-decision-workflow__list-item {
    counter-increment: decision-workflow-step !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    min-height: 0 !important;
    padding: 24px !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 4px !important;
    background: #f9fafb !important;
    color: #22212a !important;
    grid-column: span 2 !important;
}

.goniometer-buying-guide-decision-workflow__list-item:nth-child(4) {
    grid-column: 1 / span 2 !important;
}

.goniometer-buying-guide-decision-workflow__list-item:nth-child(5) {
    grid-column: 3 / span 2 !important;
}

.goniometer-buying-guide-decision-workflow__list-item::before {
    content: counter(decision-workflow-step, decimal-leading-zero) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border: 1px solid #b2ddff !important;
    border-radius: 4px !important;
    background: #eff8ff !important;
    color: #175cd3 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-decision-workflow__list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .goniometer-buying-guide-decision-workflow__list-item,
    .goniometer-buying-guide-decision-workflow__list-item:nth-child(4),
    .goniometer-buying-guide-decision-workflow__list-item:nth-child(5) {
        grid-column: auto !important;
    }

    .goniometer-buying-guide-decision-workflow__left {
        gap: 40px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-decision-workflow__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-decision-workflow__list {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .goniometer-buying-guide-decision-workflow__list-item {
        min-height: 0 !important;
        padding: 20px !important;
    }
}
