.cncbul-inq-container {
    max-width: 650px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.cncbul-inq-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cncbul-inq-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.cncbul-inq-form label {
    display: block;
    margin-top: 18px;
    font-weight: 600;
}

.cncbul-inq-form input,
.cncbul-inq-form textarea,
.cncbul-inq-form select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.cncbul-inq-checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cncbul-inq-checkbox input {
    width: auto;
    margin-right: 8px;
}

.cncbul-inq-submit {
    margin-top: 25px;
    width: 100%;
    background: #0073aa;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s;
}

.cncbul-inq-submit:hover {
    background: #005c87;
}
