.paid-highlight-showcase {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 17rem;
    overflow: hidden;
    border-top: 1px solid #27323c;
    border-bottom: 1px solid #27323c;
    background: #17212b;
    color: #fff;
}
.paid-highlight-showcase-heading {
    display: flex;
    width: 12rem;
    flex-direction: column;
    justify-content: center;
    gap: .7rem;
    padding: 1.25rem;
    background: #111920;
}
.paid-highlight-showcase-heading strong { font-size: 1.1rem; line-height: 1.2; }
.paid-highlight-sponsored-label {
    align-self: flex-start;
    padding: .38rem .62rem;
    border-radius: 999px;
    background: #f4511e;
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.paid-highlight-showcase-viewport { min-width: 0; overflow: hidden; padding: 1rem 0; }
.paid-highlight-showcase-track {
    display: flex;
    width: max-content;
    animation: tva-paid-highlight-cards 24s linear infinite;
    will-change: transform;
}
.paid-highlight-showcase:hover .paid-highlight-showcase-track,
.paid-highlight-showcase:focus-within .paid-highlight-showcase-track { animation-play-state: paused; }
.paid-highlight-card-set { display: flex; gap: .85rem; padding-right: .85rem; }
.paid-highlight-showcase-card {
    display: grid;
    width: 15.5rem;
    min-width: 15.5rem;
    grid-template-rows: auto auto 7.1rem 1fr;
    gap: .4rem;
    padding: .85rem;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
    color: #17212b;
    text-decoration: none;
}
.paid-highlight-showcase-card:hover { border-color: #f4511e; transform: translateY(-2px); }
.paid-highlight-card-type { color: #e84213; font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.paid-highlight-card-title { overflow: hidden; font-size: 1rem; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.paid-highlight-card-media { display: grid; overflow: hidden; place-items: center; border-radius: .7rem; background: #eef2f5; }
.paid-highlight-card-media img { width: 100%; height: 100%; object-fit: cover; }
.paid-highlight-card-fallback { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg,#202c37,#3e4d5a); color: #fff; font-size: 2.6rem; font-weight: 900; }
.paid-highlight-card-copy { display: grid; align-content: start; gap: .24rem; min-width: 0; }
.paid-highlight-card-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.paid-highlight-card-copy small { display: -webkit-box; overflow: hidden; color: #526170; font-size: .74rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.paid-highlight-card-copy b { margin-top: .15rem; color: #e84213; font-size: .8rem; }
@keyframes tva-paid-highlight-cards { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    .paid-highlight-showcase-track { animation: none; }
    .paid-highlight-showcase-viewport { overflow-x: auto; }
    .paid-highlight-card-set[aria-hidden="true"] { display: none; }
}
@media (max-width: 700px) {
    .paid-highlight-showcase { grid-template-columns: 1fr; min-height: 0; }
    .paid-highlight-showcase-heading { width: auto; flex-direction: row; align-items: center; justify-content: flex-start; padding: .7rem 1rem; }
    .paid-highlight-showcase-card { width: 13.5rem; min-width: 13.5rem; grid-template-rows: auto auto 6rem 1fr; }
}
