/* Product Content Hider - Frontend Styles */

/* Hidden elements by the plugin */
.pch-hidden {
    display: none !important;
}

/* Debug mode - show borders around containers when rules are applied */
body.pch-debug .pch-container {
    border: 2px dashed red !important;
}

body.pch-debug .pch-hidden {
    border: 2px solid green !important;
    opacity: 0.3;
    display: block !important;
}
