/*
Theme Name: CBD Boxes Theme
Theme URI: https://example.com/cbd-boxes
Author: Custom Theme Developer
Author URI: https://example.com/
Description: 100% Pixel Perfect custom theme for CBD Boxes packaging company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cbd-boxes
*/

/* 
 * Please see assets/css/main.css for all theme styles.
 * This file is only for WordPress theme registration.
 */

.quote-form-wrapper{
max-width:1200px;
margin:auto;
}

.row{
display:flex;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}

.col{
flex:1;
min-width:200px;
}

.col-6{
flex:0 0 48%;
}

.quote-form-wrapper label{
font-size:14px;
font-weight:500;
display:block;
color:#000;
margin-bottom:6px;
}

.quote-form-wrapper input,
.quote-form-wrapper select,
.quote-form-wrapper textarea{
width:100%;
padding:14px;
border-radius:10px;
border:2px solid #a7d43b;
background:#8fd12c;
color:#000;
font-size:14px;
}

.quote-form-wrapper textarea{
height:160px;
resize:none;
}

.upload-box{
border:2px dashed #a7d43b;
border-radius:12px;
padding:40px;
text-align:center;
background:#8fd12c;
}

.upload-box input{
border:none;
background:none;
}

.submit-btn{
text-align:center;
margin-top:30px;
}

.submit-btn input{
background:#000;
color:#fff;
padding:14px 40px;
border:none;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

.submit-btn input:hover{
background:#333;
}
.wpcf7-list-item.first.last {
    margin: unset;
}
.file-upload-box input {
    display: none;
}