.bcpl-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background: #fafafa;
}

.bcpl-box h3 {
    margin-top: 0;
}

#bcpl_message {
    margin-top: 10px;
}

#bcpl_message.bcpl-error {
    color: #b30000;
}

#bcpl_message.bcpl-success {
    color: #008000;
}

.bcpl-skip {
    margin-top: 10px;
    font-size: 0.9em;
}

.bcpl-skip a {
    text-decoration: underline;
    cursor: pointer;
}

.bcpl-disabled-until-verified {
    opacity: 0.4;
    pointer-events: none;
}

#bcpl-gate input[type="text"] {
    display: block;
    margin-bottom: 8px;
    max-width: 320px;
}

#bcpl-gate .button {
    margin-top: 5px;
}
