/* Kipu360 Suite — marca pública (oculta con html.kps-wl-active) */

.kps-suite-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.45;
    margin-top: 6px;
}

.kps-suite-brand a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    text-decoration: none;
    transition: color .2s;
}

.kps-suite-brand a:hover {
    color: #2563eb;
}

.kps-suite-brand strong {
    color: #2563eb;
    font-weight: 700;
}

.kps-suite-brand--form {
    justify-content: center;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.kps-suite-brand--wa {
    justify-content: center;
    font-size: 10px;
    padding: 6px 8px;
    margin-top: 4px;
    opacity: .92;
}

.kps-suite-brand--wa-slot {
    text-align: center;
}

.kps-suite-brand--compact {
    font-size: 10px;
}

html.kps-wl-active .kps-suite-brand,
html.kps-wl-active .kps-suite-brand--wa-slot {
    display: none !important;
}

/* Slots inyectados cerca de widgets del snippet (WhatsApp) */
.kps-suite-brand--wa-slot[data-kps-wa-anchor] {
    pointer-events: none;
}
