.siimb-tooltip {
    position: absolute !important;
    background: #EF7F1B;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 200px;
    z-index:1;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    pointer-events: none;
    white-space: normal;
}
.siimb-tooltip::after {
    content: '';
    position: absolute;
    top: 50%; /* Center arrow vertically */
    left: 100%;
    margin-left:0px;
    /*border: 5px solid transparent;
    border-left-color: #333;*/
}
.siimb-tooltip img {
    display: block;
    margin-top: 5px;
}

/* Simple Interactive Image Map Builder Admin Styles - Mobile Hide Label */
@media screen and (max-width: 782px) {
    .tooltip-desc-row label {
        display: none !important;
    }
    .siimb-tooltip {font-size: 12px; padding: 5px;}
    .tooltip-desc-row textarea {
        margin-top: 0.5em; /* Optional: Add space for readability */
    }
}