/*
Generated time: September 30, 2025 02:32
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
#plywood-calculator{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:600px;margin:0 auto}#plywood-calculator input{width:100%;padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:4px;font-size:16px}#plywood-calculator button{background-color:#2c7e3f;color:#fff;padding:12px;border:none;border-radius:4px;font-size:16px;cursor:pointer;width:100%}#plywood-calculator button:hover{background-color:#0056b3}#plywood-calculator .results{background-color:#e2e2e2;padding:15px;margin-top:20px;border-radius:5px}#plywood-calculator .results h3{font-size:18px;margin-bottom:10px}#plywood-calculator .results p{font-size:16px;line-height:1.5}#plywood-calculator .note{font-style:italic;font-size:14px;color:#888}@media (max-width:600px){#plywood-calculator{padding:15px;width:100%}#plywood-calculator button{padding:10px}}