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

.goniometer-buying-guide-workflow-fit__panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr) !important;
    gap: 48px !important;
    align-items: stretch !important;
    padding: 40px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 4px !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%) !important;
}

.goniometer-buying-guide-workflow-fit__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 18px !important;
    min-width: 0 !important;
}

.goniometer-buying-guide-workflow-fit__eyebrow {
    margin: 0 !important;
    color: #175CD3 !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.goniometer-buying-guide-workflow-fit__heading {
    margin: 0 !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 44px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-workflow-fit__description {
    margin: 0 !important;
    max-width: 720px !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.goniometer-buying-guide-workflow-fit__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    padding-top: 6px !important;
}

.goniometer-buying-guide-workflow-fit__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px 18px !important;
    border-radius: 4px !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.goniometer-buying-guide-workflow-fit__button.is-primary {
    border: 1px solid #175CD3 !important;
    background: #175CD3 !important;
    color: #FFFFFF !important;
}

.goniometer-buying-guide-workflow-fit__button.is-primary:hover,
.goniometer-buying-guide-workflow-fit__button.is-primary:focus {
    border-color: #1849A9 !important;
    background: #1849A9 !important;
    color: #FFFFFF !important;
}

.goniometer-buying-guide-workflow-fit__button.is-secondary {
    border: 1px solid #D0D5DD !important;
    background: #FFFFFF !important;
    color: #344054 !important;
}

.goniometer-buying-guide-workflow-fit__button.is-secondary:hover,
.goniometer-buying-guide-workflow-fit__button.is-secondary:focus {
    border-color: #98A2B3 !important;
    background: #F9FAFB !important;
    color: #22212A !important;
}

.goniometer-buying-guide-workflow-fit__points {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 24px !important;
    border: 1px solid #E4E7EC !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
}

.goniometer-buying-guide-workflow-fit__point {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
}

.goniometer-buying-guide-workflow-fit__point-index {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 4px !important;
    background: #EFF8FF !important;
    color: #175CD3 !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
}

.goniometer-buying-guide-workflow-fit__point-text {
    margin: 0 !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
}

.goniometer-buying-guide-workflow-fit__point-divider {
    height: 1px !important;
    margin: 18px 0 !important;
    background: #E4E7EC !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-workflow-fit__panel {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        padding: 32px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-workflow-fit__panel {
        padding: 24px !important;
    }

    .goniometer-buying-guide-workflow-fit__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-workflow-fit__description {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .goniometer-buying-guide-workflow-fit__actions,
    .goniometer-buying-guide-workflow-fit__button {
        width: 100% !important;
    }

    .goniometer-buying-guide-workflow-fit__points {
        padding: 20px !important;
    }
}
