/* ================================================
   OUR SOFTWARE PAGE MODULAR CSS
   Extracted from page-our-software.php
   ================================================ */

/* Price Strikethrough */
.sw-price-strike {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Description Max Width */
.sw-description-width {
    max-width: 700px;
}

/* Supported Languages Badge */
.sw-lang-badge {
    letter-spacing: 1px;
    font-size: 0.7rem;
}

/* Section Heading */
.sw-section-heading {
    font-size: 2.5rem;
    font-weight: 800;
}

/* Product Placeholder */
.sw-product-placeholder {
    height: 220px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Placeholder Icon */
.sw-placeholder-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.2);
}