/* ChartCheck Adaptive Features Section */
.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.feature-item {
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    padding: 1.5rem;
}

#clearcalc-title {
    margin-bottom: 1rem;
}

#zero-click-svg {
    width: 97px;
    height: 97px;
    margin-bottom: 23px;
}

#autocontour-svg {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

.product sup {
    vertical-align: middle;
}

#clearcalc-svg {
    width: 84px;
    height: 110px;
    margin-bottom: 10px;
}

#clearcheck-svg {
    width: 91px;
    height: 68px;
    margin: 22px auto 30px;
}

#chartcheck-svg {
    width: 100px;
    height: 108px;
    margin-bottom: 12px;
}

.superscript {
    font-size: 0.5em;
    vertical-align: super;
    line-height: 0;
}

#why-it-matters-list {
    margin-top: 0;
}

#adaptive-video-cta {
    margin-top: 60px;
}

#adaptive-hero-title {
    margin-top: 40px !important;
}
