/* Tools page: only page-specific refinements. */

.tools-hero {
    min-height: min(68vh, 660px);
}

.tools-hero .eyebrow {
    margin-bottom: 1.2rem;
}

.tools-hero h1 {
    max-width: 16ch;
}

.tools-products {
    padding-top: 0;
}

.tools-card {
    min-height: 26rem;
}

.tools-card-copy {
    max-width: 29rem;
    margin: 1.4rem 0 0;
    color: var(--nm-muted);
    font-size: 1.05rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .tools-card {
        min-height: 21rem;
    }
}
