/*
Theme Name: Platform Theme
Description: Standalone WordPress theme with modern landing page design featuring liquid glass effects and contemporary UI elements.
Version: 5.4.4
Author: Arielle Phoenix
Text Domain: platform-theme
*/

/* Custom styles are loaded via functions.php */

/* ═══ EDD PRODUCT PAGE ═══ */

/* Let container go full-width on product pages so the
   template's own max-width (1400px) controls the layout */
.single-download .site-content>.sph-container,
.single-download .sph-container,
.sph-product-page-body .site-content>.sph-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-download #primary,
.sph-product-page-body #primary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Product title in sidebar: keep readable */
.single-download .sph-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}