/* Frontend Styles for WooCommerce Digital Sales Pro */
.wcdsp-product-meta { margin: 15px 0; padding: 15px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.wcdsp-meta-item { font-size: 14px; color: #374151; }
.wcdsp-meta-item strong { color: #111827; }
.wcdsp-demo-button { background: #7c3aed !important; color: #fff !important; border-color: #6d28d9 !important; }
.wcdsp-demo-button:hover { background: #6d28d9 !important; }
.wcdsp-download-section { margin: 30px 0; padding: 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; }
.wcdsp-download-section h2 { margin: 0 0 20px; font-size: 20px; color: #111827; }
.wcdsp-download-list { display: flex; flex-direction: column; gap: 15px; }
.wcdsp-download-item { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; }
.wcdsp-download-info h3 { margin: 0 0 5px; font-size: 16px; }
.wcdsp-download-info span { display: inline-block; margin-right: 10px; font-size: 13px; color: #6b7280; }
.wcdsp-download-button { background: #7c3aed !important; color: #fff !important; border-color: #6d28d9 !important; }
.wcdsp-download-button:hover { background: #6d28d9 !important; }
.wcdsp-custom-thank-you { margin: 20px 0; padding: 20px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; }
.wcdsp-updates-notice { margin: 20px 0 !important; padding: 20px !important; }
.wcdsp-updates-notice h3 { margin: 0 0 10px; }
.wcdsp-updates-notice ul { margin: 0 0 15px; padding-left: 20px; }
.wcdsp-updates-notice li { margin: 3px 0; }
.wcdsp-buy-now { background: #7c3aed !important; color: #fff !important; border-color: #6d28d9 !important; }
/* Popup Checkout */
#wcdsp-popup-checkout-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 999999; }
#wcdsp-popup-checkout { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 600px; max-height: 85vh; background: #fff; border-radius: 12px; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.wcdsp-popup-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #e5e7eb; }
.wcdsp-popup-header h3 { margin: 0; font-size: 18px; }
.wcdsp-popup-close { background: none; border: none; font-size: 24px; cursor: pointer; color: #6b7280; padding: 0 5px; }
.wcdsp-popup-close:hover { color: #111827; }
.wcdsp-popup-content { padding: 20px; }
/* Responsive */
@media (max-width: 768px) {
    .wcdsp-download-item { flex-direction: column; text-align: center; gap: 15px; }
    .wcdsp-product-meta { flex-direction: column; text-align: center; }
}
