/* ============================================================
   Digital Download — Store-side styles
   Used on: product page, checkout, download page
   ============================================================ */

/* Product page — "Digital Download" badge */
.badge-digital-product {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
    background: #e8f4fd;
    color: #1a73e8;
    border: 1px solid #c5e0fb;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* Product page — What's Included / License / Version */
.digital-what-included,
.digital-license-info,
.digital-version-info {
    font-size: 0.875rem;
    color: #444;
}

.digital-what-included .label,
.digital-license-info .label,
.digital-version-info .label {
    font-weight: 600;
    margin-right: 6px;
}
