.yt-latest-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.yt-latest-card {
    display: block;
    grid-template-columns: minmax(380px, 520px) 1fr;
    gap: 28px;
    max-width:390px;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.yt-embed{
	align-content: center;
	text-align:center;
}

.yt-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 16 / 9;
    background: #111;
}

.yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yt-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 28px;
}

.yt-kicker {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
    opacity: .75;
    margin: 0 0 8px;
}

.yt-info h3 {
    margin: 0 0 10px;
    font-size: clamp(0.8rem, 1vw, 1.4rem);
    line-height: 1.05;
    display:block;
}

.yt-date {
    opacity: .8;
    margin-bottom: 22px;
}

.yt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ff2d2d;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.yt-error {
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 80, 80, 0.12);
}

@media (max-width: 800px) {
    .yt-latest-card {
        grid-template-columns: 1fr;
    }
}
