.tvpas-download-wrap {
    margin: 2rem 0 0;
}

.tvpas-download-card {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: #111827;
}

.tvpas-download-card:hover,
.tvpas-download-card:focus-visible {
    border-color: rgba(15, 23, 42, 0.2);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.tvpas-thumb {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 78px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fafc 0%, #e5e7eb 100%);
    border: 1px solid rgba(15, 23, 42, 0.14);
    overflow: hidden;
    flex: 0 0 auto;
}

.tvpas-thumb-page {
    position: absolute;
    inset: 8px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.tvpas-thumb-label {
    position: relative;
    z-index: 1;
    padding: 0.2rem 0.42rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.tvpas-copy {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.4;
}
