/* Custom Tippy theme */
.tippy-box[data-theme~='filament'] {
    background-color: rgb(17 24 39);
    color: rgb(243 244 246);
    border-radius: 8px;
    font-size: 14px;
    padding: 3px;
    line-height: 1.4;
    max-width: 300px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.tippy-box[data-theme~='filament'] .tippy-arrow {
    color: rgba(17 24 39);
}

