.mad-cb-panel {
    display: none;
    position: relative;
    max-width: 480px;
    margin: 16px 0 0;
    padding: 18px 20px 14px;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.mad-cb-panel.mad-cb-open {
    display: block;
}

.mad-cb-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #888;
}

.mad-cb-close:hover {
    color: #111;
}

.mad-cb-title {
    margin: 0 12px 12px 0;
    font-size: 1em;
    line-height: 1.4;
}

.mad-cb-form .ff-el-form-control {
    width: 100%;
}

/* Honeypot: oculto para personas, visible para bots que rellenan todo */
.mad-cb-honeypot-wrap,
.mad-cb-form .mad-cb-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.mad-cb-consent {
    margin: 12px 0 0;
    font-size: .8em;
    line-height: 1.4;
    color: #777;
}
