/*
Theme Name: Addosip Industrial
Theme URI: https://example.com/addosip-industrial
Author: Addosip
Author URI: https://example.com
Description: Custom B2B WordPress theme for industrial electronics manufacturing, product showcase, and OEM/ODM services.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: addosip-industrial
*/

/* Adjust product card layout */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.product-card .product-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.product-card .product-model {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e98a15;
    margin-top: -0.3rem; /* Adjust spacing */
}
