/* ------------------------------------------------------------------
   Google Drive downloads attached to a post
   Builds on the existing .post-attachments styles; only the locked
   state and the upsell note are new.
   ------------------------------------------------------------------ */

.post-drive-downloads .ps-item-locked {
    opacity: .72;
}

.post-drive-downloads .ps-item-locked .ps-filename {
    text-decoration: none;
}

.post-drive-downloads .ps-item-locked .ps-action {
    color: var(--pa-text-sub);
}

.post-drive-downloads .ps-item-locked:hover {
    opacity: 1;
}

.post-drive-downloads .ps-locked-note {
    margin: .875rem 0 0;
    font-size: var(--vr-fs-sm, .875rem);
    color: var(--pa-text-sub);
}

.post-drive-downloads .ps-locked-note a {
    font-weight: 600;
    text-decoration: underline;
}
