/**
 * Elementor-specific CSS
 * This file contains styles that only apply when Elementor is active
 */

/* Elementor Widget Base Styles */
.elementor-widget-psm-product-specs-cards,
.elementor-widget-psm-single-field,
.elementor-widget-psm-product-gallery,
.elementor-widget-psm-product-fields {
    box-sizing: border-box;
}

/* Elementor Editor Styles */
.elementor-editor-active .psm-editor-notice {
    background: #f0f6fc;
    border: 1px solid #c3e4f7;
    border-radius: 4px;
    padding: 12px 16px;
    color: #0073aa;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

/* Elementor Widget Icons */
.elementor-element .psm-widget-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Responsive Elementor Adjustments */
@media (max-width: 768px) {
    .elementor-widget-psm-product-specs-cards .psm-specs-cards-wrapper {
        grid-template-columns: 1fr !important;
    }
}

/* Elementor Overlay Fixes */
.elementor-widget-psm-product-gallery .psm-gallery-item:hover .psm-overlay {
    opacity: 1;
}