.ppro-y26-c-insight-card,
.wp-block.ppro-y26-c-insight-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 22rem;
    text-decoration: none;
    background: var(--ppro-color-white);
    transition: background-color 0.25s ease;
}

.ppro-y26-c-insight-card--regular.ppro-y26-c-insight-card--without-thumbnail:hover {
    background: var(--ppro-color-paper);
}

.ppro-y26-c-insight-card--podcast.ppro-y26-c-insight-card--without-thumbnail {
    background: var(--ppro-color-sky);
}

.ppro-y26-c-insight-card--podcast.ppro-y26-c-insight-card--without-thumbnail:hover {
    background: color-mix(in srgb, var(--ppro-color-sky) 80%, transparent);
}

.ppro-y26-c-insight-card--with-thumbnail {
    background: var(--ppro-color-midnight);
}

.ppro-y26-c-insight-card.framed::before {
    z-index: 3;
}

.ppro-y26-c-insight-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.ppro-y26-c-insight-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.25s ease;
}

.ppro-y26-c-insight-card--regular .ppro-y26-c-insight-card__media::after {
    background: var(--ppro-foreground);
    opacity: 0.4;
}

.ppro-y26-c-insight-card--podcast .ppro-y26-c-insight-card__media::after {
    background: var(--ppro-color-sky);
    opacity: 0.8;
}

.ppro-y26-c-insight-card--regular:hover .ppro-y26-c-insight-card__media::after {
    opacity: 0.2;
}

.ppro-y26-c-insight-card--podcast.ppro-y26-c-insight-card--with-thumbnail:hover .ppro-y26-c-insight-card__media::after {
    opacity: 0.6;
}

.ppro-y26-c-insight-card__content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.75rem;
}

.ppro-y26-c-insight-card--regular.ppro-y26-c-insight-card--with-thumbnail .ppro-y26-c-insight-card__content {
    color: var(--ppro-color-white);
}

.ppro-y26-c-insight-card--with-thumbnail .ppro-y26-c-eyebrow {
    opacity: 1;
}

.ppro-y26-c-insight-card__main {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ppro-y26-c-insight-card__title {
    margin: 0;
    display: block;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: var(--ppro-tracking-tight);
    color: inherit;
}

.ppro-y26-c-insight-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.375rem;
    font-family: var(--ppro-font-body);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: inherit;
}

.ppro-y26-c-insight-card__cta-icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.ppro-y26-c-insight-card:hover .ppro-y26-c-insight-card__cta-icon {
    transform: translateX(0.25rem);
}

@media (max-width: 767px) {
    .ppro-y26-c-insight-card {
        min-height: 18rem;
    }

    .ppro-y26-c-insight-card__content {
        padding: 1.25rem;
    }

    .ppro-y26-c-insight-card__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}
