/* Effect cards show the complete database description up to the server-side 60-word limit. */
.effects-page .effect-directory-card > p {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
}

/* The taste directory starts promptly beneath the global header. */
.taxonomy-breadcrumbs-taste {
    padding-top: clamp(16px, 2vw, 24px) !important;
    padding-bottom: 0 !important;
}

.taxonomy-hero.taxonomy-hero-taste {
    padding-top: clamp(18px, 2.5vw, 32px) !important;
    padding-bottom: clamp(28px, 3vw, 42px) !important;
}

.taxonomy-hero-taste h1 {
    margin-bottom: 12px;
}

@media (max-width: 700px) {
    .taxonomy-breadcrumbs-taste {
        padding-top: 14px !important;
    }

    .taxonomy-hero.taxonomy-hero-taste {
        padding-top: 14px !important;
        padding-bottom: 28px !important;
    }
}
