.ce-kacheln {
    container-type: inline-size;
    padding: 0;

    .ce-kacheln__header {
        margin-bottom: 2.5rem;
    }

    .ce-kacheln__headline {
        font-size: clamp(1.1rem, 1.8vw, 1.5rem);
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
    }

    .ce-kacheln__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;

        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 480px) {
            grid-template-columns: 1fr;
        }
    }

    .ce-kacheln__item {
        padding: 2.5rem 1.75rem 2.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;

        &:nth-child(1) { background: #e61f47; }
        &:nth-child(2) { background: #dc1f44; }
        &:nth-child(3) { background: #d62245; }
        &:nth-child(4) { background: #d42245; }
        &:nth-child(5) { background: #d02447; }
        &:nth-child(6) { background: #c52748; }
        &:nth-child(7) { background: #b52240; }
        &:nth-child(8) { background: #a11d38; }
    }

    .ce-kacheln__icon {
        width: 4.5rem;
        height: 4.5rem;
        flex-shrink: 0;
        margin-bottom: .75rem;

        svg {
            width: 100%;
            height: 100%;
        }

        svg path,
        svg polygon,
        svg circle,
        svg g,
        .st0,
        .cls-1 {
            fill: #fff;
        }

        svg rect {
            fill: none;
        }
    }

    .ce-kacheln__titel {
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #fff;
        margin: 0;
        line-height: 1.3;
    }

    .ce-kacheln__teaser {
        font-size: 0.95rem;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }
}
