.itr_develop-banner {
    position: fixed;
    left: 16px;
    bottom: 16px;
    background-color: #2E7D32;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 8px 14px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    pointer-events: none;
}
