.cct-box {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}
.cct-val {
    font-weight: 700;
}
/* Utility: remove frame/border/background entirely */
.cct-box.cct-no-frame {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
/* --- Threshold bubble widget --- */
.cct-bubble-wrapper {
    position: relative;
}

.cct-bubble {
    position: relative;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 16px;
    background: #f3f4f6;
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
}

.cct-bubble:after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #f3f4f6 transparent transparent transparent;
}
