.goniometer-buying-guide-hidden-specs {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 96px !important;
    width: 100% !important;
    background: transparent !important;
}

.goniometer-buying-guide-hidden-specs__stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 48px !important;
    width: 100% !important;
}

.goniometer-buying-guide-hidden-specs__content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
}

.goniometer-buying-guide-hidden-specs__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-hidden-specs__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: 48px !important;
    line-height: 60px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-hidden-specs__subheading {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-hidden-specs__right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-hidden-specs__item {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.goniometer-buying-guide-hidden-specs__dot-wrap {
    width: 8px !important;
    min-width: 8px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.goniometer-buying-guide-hidden-specs__dot {
    display: block !important;
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    background: #1570EF !important;
    border-radius: 2px !important;
}

.goniometer-buying-guide-hidden-specs__item-copy {
    width: calc(100% - 28px) !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.goniometer-buying-guide-hidden-specs__item-copy.has-ask-line {
    gap: 16px !important;
}

.goniometer-buying-guide-hidden-specs__item-title {
    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: 20px !important;
    line-height: 30px !important;
}

.goniometer-buying-guide-hidden-specs__item-ask {
    margin: 0 !important;
    width: 100% !important;
    color: #175CD3 !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-hidden-specs__item-description {
    margin: 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-hidden-specs__divider {
    width: 100% !important;
    height: 1px !important;
    background: #D0D5DD !important;
    margin: 32px 0 !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-hidden-specs {
        gap: 70px !important;
    }

    .goniometer-buying-guide-hidden-specs__content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .goniometer-buying-guide-hidden-specs__left,
    .goniometer-buying-guide-hidden-specs__right {
        width: 100% !important;
    }

    .goniometer-buying-guide-hidden-specs__heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-hidden-specs {
        gap: 56px !important;
    }

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

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

    .goniometer-buying-guide-hidden-specs__item-title {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .goniometer-buying-guide-hidden-specs__item-ask,
    .goniometer-buying-guide-hidden-specs__item-description {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .goniometer-buying-guide-hidden-specs__divider {
        margin: 24px 0 !important;
    }
}
