.bcg-shortcode-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.bcg-form-group {
    margin-bottom: 15px;
}

.bcg-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.bcg-form-group input,
.bcg-form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.bcg-shortcode-form .button {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bcg-shortcode-form .button:hover {
    background: #005177;
}

#bcg_result {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}