.vfwc-card {
    max-width: 320px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    font-family: system-ui, -apple-system, sans-serif;
    margin: 15px auto;
}

.vfwc-badge-fisico {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #009ee3; /* Azul tom Mercado Pago / E-commerce */
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 20px;
    text-transform: uppercase;
}

.vfwc-capa-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vfwc-capa {
    max-width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.vfwc-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 10px 0 5px 0;
}

.vfwc-subtitulo {
    font-size: 13px;
    color: #718096;
    margin-bottom: 12px;
}

.vfwc-preco {
    font-size: 20px;
    font-weight: 800;
    color: #2b6cb0;
    margin-bottom: 16px;
}

.vfwc-preco del {
    color: #a0aec0;
    font-size: 15px;
    margin-right: 6px;
}

.vfwc-btn-comprar {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #22c55e; /* Verde Chamativo */
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.2s ease;
    box-sizing: border-box;
}

.vfwc-btn-comprar:hover {
    background: #16a34a;
}

.vfwc-btn-esgotado {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #cbd5e1;
    color: #64748b;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    cursor: not-allowed;
}