.cq-pricing-lab {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    font-family: Arial, sans-serif;
}

.cq-input-panel {
    flex: 1;
}

.cq-result-panel {
    width: 320px;
}

.cq-field {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.cq-field label {
    width: 200px;
    font-weight: 600;
}

.cq-field input {
    width: 120px;
    margin-right: 10px;
}

.cq-note {
    font-size: 12px;
    color: #777;
}

.cq-result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .cq-pricing-lab {
        flex-direction: column;
    }
}