blockquote{
    font-size: 1rem;
}

.paragraph--type--blockquote-and-media {
    background-color: var(--c-black);
    color: var(--c-white);
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
} 
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media {
        grid-template-columns: repeat(2, 1fr);
    }
}

.paragraph--type--blockquote-and-media h2 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 1.5rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media h2 {
        padding-top: 1.5rem;
        padding-bottom: 2.25rem;
    }
}

.paragraph--type--blockquote-and-media .field--name-field-media,
.paragraph--type--blockquote-and-media div.media,
.paragraph--type--blockquote-and-media div.field--name-field-media-oembed-video {
    height: 100%;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media div.media {
        max-height: 24rem;
    }
}

.paragraph--type--blockquote-and-media div.media:has(iframe) {
    max-height: 32rem;
}

.paragraph--type--blockquote-and-media div.media .field--name-field-media-image {
    height: 100%;
}

.paragraph--type--blockquote-and-media div.media .field--name-field-media-image .field--item {
    height: 100%;
}

.paragraph--type--blockquote-and-media div.media .field--name-field-media-image .field--item img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.paragraph--type--blockquote-and-media .quote {
    padding: 2rem;
    max-height: auto;
    text-align: center;
    font-size: 1rem;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media .quote {
        padding: 3rem;
        text-align: left;
        font-size: 1.25rem;
    }
}

.paragraph--type--blockquote-and-media .quote .field--name-field-text-long {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media .quote .field--name-field-text-long {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.paragraph--type--blockquote-and-media .quote .field--name-field-text-long::before {
    content: url("../../images/quote.svg");
    display: block;
}

.paragraph--type--blockquote-and-media .quote .quote-author {
    margin: 1rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media .quote .quote-author {
        margin: 2.5rem 0 0 2rem;
    }
}
@media (min-width: 75rem) {
    .paragraph--type--blockquote-and-media .quote .quote-author {
        flex-direction: row;
        gap: 0.75rem;
        align-items: baseline;
    }
}

.paragraph--type--blockquote-and-media .quote .quote-author .field--name-field-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media .quote .quote-author .field--name-field-title {
        font-size: 0.875rem;
    }
}

.paragraph--type--blockquote-and-media .quote .quote-author .field--name-field-text {
    font-size: 0.75rem;
}
@media (min-width: 48rem) {
    .paragraph--type--blockquote-and-media .quote .quote-author .field--name-field-text {
        font-size: 0.875rem;
    }
}
