.mod-category-teasers__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    margin-block-end: 2rem;
}

.mod-category-teasers__eyebrow {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.mod-category-teasers__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
}

.mod-category-teasers__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.mod-category-teasers__item {
    display: flex;
    flex-direction: column;
}

.mod-category-teasers__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.mod-category-teasers__image img {
    display: block;
    width: 100%;
    height: auto;
}

.mod-category-teasers__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
}

.mod-category-teasers__item-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.mod-category-teasers__intro {
    margin: 0;
    font-size: 0.875rem;
}

.mod-category-teasers__cta {
    display: flex;
    justify-content: center;
    margin-block-start: 2rem;
}

.mod-category-teasers__button {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    border: 2px solid currentColor;
    text-decoration: none;
    font-weight: 600;
}
