#wqo-modal {
max-width: 600px;
margin: 30px auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
padding: 25px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
box-sizing: border-box;
overflow: visible !important; }
#wqo-modal h2 {
color: #333;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
margin-top: 0;
margin-bottom: 25px !important;
line-height: 1.4;
} .wqo-field-group {
margin-bottom: 20px !important;
position: relative;
height: auto !important; display: block;
width: 100%;
}
.wqo-field-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #444;
font-size: 15px;
} .wqo-attr-select,
#wqo-store-list,
#wqo-city,
#wqo-dist,
.wqo-field-group input[type="text"],
.wqo-field-group input[type="tel"],
.wqo-field-group textarea {
width: 100% !important;
display: block !important; height: auto !important; 
min-height: 48px !important; 
line-height: 1.6 !important; padding: 10px 15px !important; font-size: 16px !important; border: 1.5px solid #ddd !important;
border-radius: 10px !important;
background-color: #fafafa !important;
color: #333 !important;
box-sizing: border-box !important;
transition: border-color 0.2s, box-shadow 0.2s;
} .wqo-attr-select:focus,
#wqo-store-list:focus,
.wqo-field-group input:focus {
border-color: #ff4757 !important;
background-color: #fff !important;
box-shadow: 0 0 0 3px rgba(255, 71, 87, 0.1) !important;
outline: none !important;
} .wqo-brand-buttons { 
display: flex; 
gap: 10px; 
margin-bottom: 12px; 
}
.wqo-b-btn { 
flex: 1; 
height: 46px; 
border: 1px solid #ddd; 
border-radius: 12px; 
background: #fff; 
cursor: pointer; 
font-weight: 600; 
display: flex; 
align-items: center; 
justify-content: center; 
transition: all 0.2s;
font-size: 14px; 
color: #333;
padding: 0;
}
.wqo-b-btn img { 
width: 22px !important; 
height: 22px !important; 
margin-right: 8px !important; 
object-fit: contain !important; vertical-align: middle !important; } .wqo-icon {
width: 18px;
height: 18px;
margin-right: 5px;
object-fit: contain;
} @media screen and (max-width: 480px) {
.wqo-brand-buttons {
gap: 6px;
}
.wqo-b-btn {
font-size: 13px;
padding: 12px 2px; }
.wqo-b-btn img { 
display: block;
}
} .wqo-b-btn.active { 
border-color: #2e7d32; 
background: #f1f8f1; 
color: #2e7d32; 
box-shadow: 0 0 8px rgba(46,125,50,0.15); 
border-width: 2px; 
} #wqo-store-search {
border: 1.5px dashed #ffb300 !important; background-color: #fffde7 !important;
} div[style*="display:flex"] {
gap: 10px !important;
} #wqo-open-btn {
width: 100%;
padding: 15px;
background: linear-gradient(135deg, #ff6b81, #ff4757);
color: white;
border: none;
border-radius: 30px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
margin: 15px 0;
}
#wqo-submit {
width: 100%;
padding: 16px;
background: #bf0a2c;
color: #fff;
border: none;
border-radius: 12px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
margin-top: 20px;
transition: background 0.3s;
}
#wqo-submit:hover {
background: #94094b;
}
#wqo-submit:disabled {
background: #ccc;
} @media (max-width: 480px) {
#wqo-modal {
margin: 15px 10px;
padding: 20px 15px;
}
.wqo-attr-select,
#wqo-store-list {
font-size: 15px !important; padding: 12px 10px !important;
}
#wqo-open-btn {
font-size: 16px;
}
} #wqo-submit:disabled, #wqo-open-btn:disabled {
background-color: #cccccc !important;
color: #666666 !important;
cursor: not-allowed !important;
box-shadow: none !important;
transform: none !important; } .wqo-product-info { 
display: flex; 
align-items: center; 
gap: 15px; 
margin-bottom: 15px; 
padding-bottom: 15px; 
border-bottom: 1px dashed #eee; 
}
.wqo-p-img-box img { 
width: 65px !important; 
height: 65px !important; 
border-radius: 12px; 
object-fit: cover; 
border: 1px solid #f0f0f0;
}
.wqo-p-details { 
flex: 1; 
min-width: 0; 
}
.wqo-p-title { 
margin: 0 0 4px 0 !important; 
font-size: 15px !important; 
font-weight: 700 !important; 
color: #333; 
line-height: 1.3 !important;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
overflow: hidden;
}
#wqo-display-price { color: #d32f2f; font-weight: 800; font-size: 17px; }