#orcamento-plugin-container{display:flex;flex-wrap:wrap;background:#fff;border:1px solid #eee;padding:20px;border-radius:10px;font-family:Arial,sans-serif;max-width:1000px;margin:0 auto}.orc-left-panel,.orc-right-panel{padding:20px;box-sizing:border-box}.orc-left-panel{width:35%;border-right:1px solid #eee;text-align:center}.orc-right-panel{width:65%}@media (max-width:768px){.orc-left-panel,.orc-right-panel{width:100%;border:none}}#orc-img{max-width:80%;height:auto;margin-bottom:20px}#orc-details p{text-align:left;margin:5px 0;font-size:14px;color:#333}#orc-details strong{color:#000}#det-brand{color:#009a00;font-weight:700}#det-model{color:#009a00;font-weight:700}.orc-search-box{position:relative;margin-bottom:20px}#orc-search-input{width:100%;padding:15px 20px 15px 60px;border-radius:25px;border:1px solid #000;color:#383938;font-size:16px;box-sizing:border-box}#orc-search-input::placeholder{color:#383938}#orc-search-results{position:absolute;width:100%;background:#fff;border:1px solid #ccc;z-index:10;max-height:250px;overflow-y:auto;display:none;box-shadow:0 4px 8px rgba(0,0,0,.1)}.orc-result-item{padding:10px;cursor:pointer;border-bottom:1px solid #eee}.orc-result-item:hover{background-color:#f0f0f0}.orc-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.orc-service-item{display:flex;align-items:center}.orc-checkbox-container{display:block;position:relative;padding-left:35px;cursor:pointer;font-size:16px;user-select:none;font-weight:700}.orc-checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:4px}.orc-checkbox-container:hover input~.checkmark{background-color:#ccc}.orc-checkbox-container input:checked~.checkmark{background-color:#009a00}.checkmark:after{content:"";position:absolute;display:none}.orc-checkbox-container input:checked~.checkmark:after{display:block}.orc-checkbox-container .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.orc-tooltip{display:inline-block;background:#555;color:#fff;border-radius:50%;width:18px;height:18px;text-align:center;line-height:18px;font-size:12px;margin-left:5px;cursor:help}#orc-problem-desc{width:100%;height:80px;padding:10px;border:1px solid #ccc;border-radius:5px;margin-bottom:20px;font-family:inherit;box-sizing:border-box}#orc-submit-btn{background-color:#009a00;color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;transition:background 0.3s}#orc-submit-btn:hover{background-color:#007a00}#orc-manual-inputs input{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}#orcamento-plugin-container h2,#orcamento-plugin-container h3{font-family:'Roboto',sans-serif}.orc-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:transparent!important;border:none!important;color:white!important;font-size:20px;cursor:pointer;z-index:5;padding:0;line-height:1;box-shadow:none!important}#orc-open-modal-btn{background-color:#009a00;color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;transition:background 0.3s;width:100%}#orc-open-modal-btn:hover{background-color:#007a00}#orc-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:center;justify-content:center}.orc-modal-box{background:#fff;padding:30px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 5px 15px rgba(0,0,0,.3);text-align:center;position:relative}.orc-modal-box h3{margin-top:0;color:#333}.orc-modal-box p{color:#666;margin-bottom:20px}.orc-modal-box input{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:16px}.orc-modal-actions{display:flex;justify-content:space-between;gap:10px}#orc-cancel-modal{background:#ccc;color:#333;border:none;padding:12px 20px;border-radius:6px;cursor:pointer;flex:1}#orc-confirm-send{background:#009a00;color:#fff;border:none;padding:12px 20px;border-radius:6px;cursor:pointer;flex:1;font-weight:700}#orc-confirm-send:disabled{background:#88c288;cursor:not-allowed}