.bccf-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
.bccf-form h2 {
    margin-top: 1.5em;
    font-size: 1.25em;
}
.bccf-form p {
    margin-bottom: 1em;
}
.bccf-form input[type="text"],
.bccf-form input[type="email"],
.bccf-form select {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.bccf-form button[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.bccf-form button[type="submit"]:hover {
    background-color: #555;
}
.bccf-consent-info {
    background: #f9f9f9;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1em;
}
.signature-pad {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em;
    position: relative;
    margin-bottom: 1em;
}
.signature-pad canvas {
    width: 100%;
    height: 150px;
}