.youtube-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 0.5rem;
    padding: 1rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.youtube-card:hover {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.youtube-card .content {
    padding: 0.5rem
}
.youtube-card__video {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
.youtube-card__video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}
.youtube-card__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}
.youtube-card__subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}
.youtube-card__subtitle--secondary {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.youtube-card__link {
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: italic
}
