#ouc-popup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0f1f67;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 10px;
    z-index: 999999;
    font-family: Arial, sans-serif;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}