.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;
}
/* Ligne Email + Mobile */
.bcpl-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.bcpl-field {
    flex: 1;
}

.bcpl-field label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.bcpl-field input {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 600px) {
    .bcpl-row {
        flex-direction: column;
    }
}
