.hover-wrap-inner{
    position: relative;
}

.tooltip-message {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    width: 280px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}