
.qq-trueprice-wrapper { display: flex; flex-wrap: wrap; gap: 30px; background: #f8f9fa; padding: 30px; border-radius: 12px; font-family: sans-serif; max-width: 900px; margin: 20px auto; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.qq-trueprice-card, .qq-results-card { flex: 1; min-width: 300px; background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.qq-form-group { margin-bottom: 15px; }
.qq-form-group label { display: block; font-weight: 600; margin-bottom: 5px; color: #333; }
.qq-form-group select, .qq-form-group input { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px; }
#qq-calculate-btn { width: 100%; background: #0056b3; color: #fff; border: none; padding: 12px; font-weight: bold; border-radius: 6px; cursor: pointer; }
.qq-result-item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #eee; }
.qq-result-item strong { color: #0056b3; }
