.oclaup-return-admin-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 99999;
    background: #0073aa;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}
.oclaup-return-admin-float:hover {
    background: #005177;
    color: #fff !important;
} 