/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/index.css ***!
  \*******************************************************************************************************************************************************************/
/**
 * Basic styles for the WP Image Compositor React app.
 * More specific styles can be added to App.css or component-specific CSS files.
 */

body {
    /* font-family: sans-serif; Example */
}

#wp-image-compositor-react-app {
    /* Container styles removed for seamless embedding */
}

#wp-image-compositor-react-app h1 {
    margin-top: 0;
}

#wp-image-compositor-react-app label {
    display: block;
    margin-bottom: 5px;
}

#wp-image-compositor-react-app input[type="file"] {
    margin-bottom: 15px;
}

#wp-image-compositor-react-app button {
    padding: 10px 15px;
    background-color: #007cba; /* WordPress blue */
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#wp-image-compositor-react-app button:hover {
    background-color: #005a87;
} 

/*# sourceMappingURL=index.tsx.css.map*/