.ce-pdf-teaser {
    display: grid;
    font-size: 16px;
    border-radius: 0.75em;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-block-end: 3em;
    max-width: 65em;
    margin-inline: auto;
    grid-template-rows: 15em auto;

    @media screen and (min-width: 992px) {
        grid-template-columns: 27em 1fr;
        grid-template-rows: unset;
    }

    p {
        margin: 0;
    }

    .ce-pdf-teaser__content {
        padding: 1.5em;

        @media screen and (min-width: 992px) {
            padding: 2.25em;
        }
    }

    .ce-pdf-teaser__media {
        position: relative;

        video,
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            inset: 0;
        }
    }

    .ce-pdf-teaser__eyebrow {
        color: #42A428;
        font-size: 0.75em;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.045em;
        margin-block-end: 1.5em;
    }

    .ce-pdf-teaser__header {
        font-size: 1.125em;
        font-weight: 300;
        margin-block-end: 1em;
    }

    .ce-pdf-teaser__description {
        font-weight: 300;
        line-height: 140%;

        + .ce-pdf-teaser__attribute {
            margin-block-start: 2em;
        }
    }

    .ce-pdf-teaser__attribute {
    }
}
