.jb-suite-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-bottom: 3px;
    color: #0056d2;
    vertical-align: middle;
}

.jb-suite-dashboard-brand-text .jb-suite-verified-badge {
    color: #0056d2;
}

.jb-suite-verified-badge--small svg {
    width: 14px;
    height: 14px;
}

.jb-suite-verified-badge[data-tooltip] {
    position: relative;
}

.jb-suite-verified-badge[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 40;
}

.jb-suite-verified-badge[data-tooltip]:hover::after {
    opacity: 1;
}

.jb-suite-tooltip[data-tooltip] {
    position: relative;
    display: inline-flex;
}

.jb-suite-tooltip[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 40;
}

.jb-suite-tooltip[data-tooltip]:hover::after {
    opacity: 1;
}

.jb-suite-tooltip[data-tooltip].jb-suite-tooltip-bottom::after {
    bottom: auto;
    top: calc(100% + 6px);
}

.jb-suite-tooltip[data-tooltip].jb-suite-tooltip-top::after {
    top: auto;
    bottom: calc(100% + 6px);
}

.jb-suite-verified-badge[data-tooltip].jb-suite-tooltip-bottom::after {
    bottom: auto;
    top: calc(100% + 6px);
}
